Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet general > july 2003 > threads for tuesday july 15

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Forms Inheritance, Incomplete?
Posted by KK at 7/15/2003 11:16:35 PM
** Posting it here cause after couple of days no body responded.** I was playing around with Windows Forms and found out this Forms Inheritance feature. The moment I saw that, I felt this can be used effectively if the application contains couople of forms which have a consistant look and ...more >>

i want to create new thread for new appDomain
Posted by Daylor at 7/15/2003 10:53:45 PM
can i do it this way : from the defualt AppDomain : create thread. from the start function of the new thread , create new AppDomain,and then create my class through the AppDomain . this way is ok ? or there is other way to do that ? ...more >>

VS.NET 2003 CPU high
Posted by Lee Connell at 7/15/2003 10:16:59 PM
Why does VS.NET 2003 use half my cpu processing just to be open and not doing anything? C#Builder uses no CPU. Thanks ...more >>

Trap Enter Key in ComboBox?
Posted by Fred Sawtelle at 7/15/2003 9:44:04 PM
I'm trying to trap the Enter key in any of the key events (keypress, keydown, keyup) of the Windows .Net combobox control. Try as I might, I cannot get the event to respond to an Enter key press; nor can I find anything documenting this situation. Help is appreciated. Here's my code. T...more >>

Flash and Alpha in windows forms
Posted by Kuba Florczyk at 7/15/2003 8:47:20 PM
Hi I've got a flash.ocx on a form in which i want play a movie, under this movie i've got a image. Everything is ok, but in flash movie some objects got alpha <> 100 and thru flash i should see elements from background image. I know how to set TransparencyKey in form, i know how to set Opacity...more >>

PC-PJ2-X3 mebius
Posted by Krishna Dave at 7/15/2003 6:26:16 PM
Hi, I had purchased a computer model PC-PJ2-X3 mebius Sharp and I am looking for the following items for the said model: 1. Windows 2000 CD Installation (International language version or in English only) for the said model 2. New Battery 3. Information for how much maximum Hard drive ...more >>

OOPS
Posted by Riken at 7/15/2003 5:19:44 PM
Hi, Want to know Object Oriented Concepts (basic) & how i can implement using VB.NET. Any link or article or example will be great help. Thanks. Riken ...more >>

Question from novice - what exactly is assembly?
Posted by Marian at 7/15/2003 5:14:14 PM
Hi, I am totaly novice in .NET and I am studying a book about this. There was mentioned "assembly". I did not understand, how function does it has . I would like to know the exact run of code (intermediate language and so on). Is there any page on internet, which makes me clear? Thanx ...more >>



aspx - passing variables through URL
Posted by Robin at 7/15/2003 4:28:50 PM
I want to pass variables through the URL from one page to another, and I am trying to use the request object in the code-behind of the receiving page. I am passing through the URL because I have created a URL link dynamically on the sending page. What I suspect is that I need to use the re...more >>

How do I get info regarding the calling method
Posted by CGuy at 7/15/2003 3:10:35 PM
Hi, I'm trying to implement a custom trace listener. I would like the WriteLine method of this tracelistener to also write out information regarding the method from which Trace was called. For example, public void Method1() { Trace.WriteLine("Sample Text"); } public void Method...more >>

Contextmenu & TreeView
Posted by Peter Zentner at 7/15/2003 2:06:57 PM
Hi all, if I assign a context menu to a treeview and popup the contextmenu with the APP-key the context menu appears in the center of the treeview control and not at the selected treenode. Is there a chance to change this behaviour? Regards Peter ...more >>

Operating System Independent Code
Posted by Rajiv Thakur at 7/15/2003 1:41:45 PM
Hi Can i write programs in .net - vb.net/c sharp which are operating system independent. I can run the same code in any OS i want just as we can do it in Java. That is what MSIL is all about if i m not wrong. regards R. ...more >>

VB -> dotnet code migration question
Posted by Keith R at 7/15/2003 12:27:10 PM
I have VB6, and eventually plan to upgrade to dotnet. I will soon start writing an application that will be mostly local (client?) but will interface with a server a few times, to authenticate users (and assign a user code), and at the end of the program, to upload some data back to the server...more >>

Problems Using Two Connection Objects in Same Program
Posted by John Altland at 7/15/2003 11:53:00 AM
Hello, I need to access two databases on two seperate servers in one program. One, dblocal, and another, dbserver. Once I am done the queries on the local database, I dispose the connection to dblocal and attempt to connect, using a seperate connection. Once I attempt to open this sec...more >>

VB.NET-Should Access be used for this situation?
Posted by Philip at 7/15/2003 11:09:05 AM
Hi, I am going to develop a piece of software in .NET that could concievably use an Access MDB file as a backbone for its datastore. Then I could use ADO.NET to get the data (it's kind of like a lightweight POP3 server) and all of the data file infrastructure would be all ready for me. But m...more >>

Confused about build directories -- defaults different in C# and Visual Basic.NET
Posted by nfr at 7/15/2003 9:52:29 AM
Default build directories seem to be somewhat different between C# and Visual Basic.NET. Both have "Debug" and "Release" directories under "obj". However, Visual Studio.NET defaults to a single "bin" directory whereas C# appears to duplicate the "Debug"/"Release" pattern under bin. This is cre...more >>

executable comparisons - md5sum, etc.
Posted by jwb at 7/15/2003 8:58:03 AM
Hello all, I just was wondering if any one knows how to compare compiled VB.NET executables to determine whether or not they are identical. In the dark ages (read: pre-CLR and .NET) one could simply compute the md5sum of a binary and determine if it was identical to another file. However, unde...more >>

Can Enterprise Instrumentation Framework be used on Windows XP?
Posted by Qaurk Noble at 7/15/2003 7:27:59 AM
Hello all, I will like to make use of the "Enterprise Instrumentation Framework" (http://go.microsoft.com/fwlink/?LinkId=17072) however I do not have Windows 2003 server nor Visual Studio 2003. I do have, however, Windows XP Professional and dotnet framework 1.1 SDK. 1. Will I be able to u...more >>

CLR to 8086
Posted by Nadav Rubinstein at 7/15/2003 7:23:57 AM
Hi, I wonder, Is it possible to convert a CLR DLL to a Binary OS dependent DLL? Explained: The JIT compiler 'converts' the CLR DLLs to binary on runtime ( dependent of the OS ), Is there a way for the JIT to generate a 8086 EXE binary??? doing so will enable Converted CLR applications t...more >>

message box for .net web application
Posted by bev at 7/15/2003 5:38:07 AM
I have been developing a .net web application and have come across a road block within my expertise. .net is the first web language I have used. I have found that I need java script to do some of the functions I would like to perform. so far I have been able to work around most function...more >>

.NET Certification Information
Posted by bhaskar at 7/15/2003 2:20:09 AM
Hi All, I am planning to write .NET certificaton exams. Please tell me where can i found more information about the exam. And is there any good websites to prepare for this exam.. Regards, Bhaskar....more >>

creating appDomain
Posted by Daylor at 7/15/2003 1:32:44 AM
hi. by creating new AppDomain, is that mean, the net framework creating implicitly new thread for that new AppDomain ? second q. thread can only run in one and the same one appdomain ? ...more >>


DevelopmentNow Blog