| Thread | Last Post | Replies |
|
| can not get type of class inside System.Data | 27 Nov 2003 21:24 GMT | 5 |
I can not get the type of the classes inside Data namespace by using the Type.GetType() method It throws the following exception An unhandled exception of type 'System.TypeLoadException' occurred in
|
| missing tcp and http namespaces | 26 Nov 2003 22:46 GMT | 1 |
Trying to work with Remoting and was neither able to import System.Runtime.Remoting.Channels.Tcp nor System.Runtime.Remoting.Channels.Http. IntelliSense could only find up to the Channels namespace. It showed
|
| Simulating Longhorn Sidebar | 26 Nov 2003 17:07 GMT | 10 |
Is there a component available to simulate Longhorn style Sidebar on Windows XP ? Or is there a sample application somewhere to show how to do that ? Thanks in advance and regards
|
| Problem with Socket.Select() | 25 Nov 2003 04:21 GMT | 2 |
I am having a problem with my Socket.Select statment. I have included the code below for reference. I basically accept new sockets from clients and add them to an ArrayList. I execute a Select() to see which ones have
|
| how can i connect serial port COM1 and COM2 | 22 Nov 2003 21:16 GMT | 2 |
i use vb.net 2003 Arth. and i want to send some text to the Com PORT How can i do this Thanks for your help.
|
| dynamically changing the menu ! | 20 Nov 2003 14:12 GMT | 2 |
i am trying to develop an application where i have to change the menu dynamically . i am new to mfc programming . is there any chance of doing do . if so , how can i do it .
|
| PostMessage to VB.NET messageloop | 20 Nov 2003 13:13 GMT | 6 |
Hello group, i'm converting a VB6 application for .NET Framework. The application depends on a DLL written in standard C. The C DLL code creates an invisible window with CreateWindow()
|
| .NET Framework SDK Samples Configuration | 18 Nov 2003 22:22 GMT | 1 |
I'm a developer & new to .NET. I'm following the QuickStart Config Details on an XP pro notebook. When I get to the step, Granting Access to the ASPNET user, I get an error on the first command. This is:
|
| TCP/IP app Desgin Question | 18 Nov 2003 13:23 GMT | 1 |
this is a question on how to design an TCP Listener application. background: There will be several threads that listen on several ports (one per port). when another app requests to connect, the connection will be accepted. then
|
| Framework Reference | 17 Nov 2003 20:26 GMT | 2 |
TWIMC: I am trying to find a browser based reference for the .NET framework. Maybe something easier to use than the MSDN library. Thank You.
|
| using csc | 17 Nov 2003 20:02 GMT | 4 |
I ran vcvars32.bat, but I am unable to run csc from the command line. Docs do not indicate how to troubleshoot. can someone help?
|
| encryption | 17 Nov 2003 02:47 GMT | 3 |
what's the difference between DES, RC2, Rijndael, TripleDES ? For my application I choosed DES on the basis on speed. if anyone else could give me other clues ?
|
| how to build a DataView ? | 16 Nov 2003 21:25 GMT | 4 |
I have a program manipulating DataTable and doing search in it and returning a subset of them ... moreover I don't use row filter but do the search 'manually' is there a way I could create my DataView manually from this resul set ?
|
| HELP running QuickStart Samples | 16 Nov 2003 18:13 GMT | 1 |
Can anyone offer advice ? I am trying to run the QuickStart Samples. I Installed MSDE and added the sample Databases but running into problems when trying to grant access to the ASPNET user.
|
| Automation and .NET (NEED HELP PLEASE) | 15 Nov 2003 20:44 GMT | 2 |
This is a post that started in the vb.net newsgroup that I am having difficulty in getting answers to. It involves using the web browser control as the replacemnt for the Ole Container that existed in vb6. It is a vb.net windows app. If anyone and I do mean anyone has answers to ...
|