| Thread | Last Post | Replies |
|
| Autos Window | 19 Dec 2004 16:24 GMT | 1 |
Sometimes when I pause the debugging process by clicking the Break All button, a list of variables being used and their current respective value are displayed. And when I rest the mouse cursor on a variable name, a tootip showing the value of that variable appear.
|
| Object reference not set to an instance of an object | 19 Dec 2004 16:09 GMT | 1 |
' 2004 'An unhandled exception of type 'System.NullReferenceException' occurred in system.windows.forms.dll 'Additional information: Object reference not set to an instance of an
|
| Training materials for .net | 19 Dec 2004 15:56 GMT | 1 |
I am the local .NET "guru" at my company and I'll be teaching my fellow devs here (who are all about powerbuilder) all about .NET. Are there training materials available or class plans somewhere on the web to help me out with the class?
|
| How To Get The IP | 19 Dec 2004 15:22 GMT | 3 |
looking for a simple code example of getting my computer IP. thanks.
|
| Wrapping text in a datagrid column | 19 Dec 2004 14:56 GMT | 2 |
I have a datagrid where there is some lengthy data for one of the columns - It is a question and some questions rare lengthy. I have used the following code, but it does NOT do the word wrapping - the text just doesnt show. Any ideas?
|
| VB & MySQL | 19 Dec 2004 08:20 GMT | 10 |
AAARRRGHHH!!! I fix my server, well, I rebuilt it actually. It runs Suse 9.2 and MySQL 4.0.21 When I try to do a Recordset.Update I get the following error. Error Number = -2147217871
|
| VB.net books | 19 Dec 2004 07:31 GMT | 5 |
 Signature hello Can anyone please recommend a good book on VB.net for VB6 programmers. I think that would be more appropriate for me, I didnt want a beginners book
|
| How to get the actual size (width*height) of flash file? | 19 Dec 2004 04:24 GMT | 3 |
I use the com component "shockwave flash object" to play flash file, but how to get the actual size (width*height) of flash file but no control size? thank you!
|
| Installing .NET | 18 Dec 2004 22:23 GMT | 7 |
I have been told that installing .Net on machines which have Developer Studio (VB6 and C++) causes problems. Can anyone tell me if this is true, and what measures might be taken to avoid problems.
|
| Adding DLL references to VB.Net Project | 18 Dec 2004 22:18 GMT | 6 |
I am trying to use ZLIB.Dll in a VB.Net project but keep getting an error message that says it can't load the DLL. I tried to add a reference using "Project-Add Reference" but get the error message stating it's not a valid Com component. I'm new to vb.net so any help would be ...
|
| Build Order of MultiProject Applications | 18 Dec 2004 22:01 GMT | 4 |
I have three projects in my Solution. How do I designate which gets built first when selecting the Build Solution.
 Signature Dennis in Houston
|
| Existence of Defragment API? | 18 Dec 2004 19:26 GMT | 2 |
I want to create a small deframentor that will defragment a file that I specify. Any Api..?
|
| VB.net and graphics | 18 Dec 2004 17:15 GMT | 3 |
 Signature hello In VB6 you can do graphics OK with directx and API's. I can do OOP in VB6.
|
| newbie question on Including Files | 18 Dec 2004 15:35 GMT | 1 |
I have two text files containing file names which my project will load into an array so it can do operations on these files. Where do I place these files so that they will be included in the compiled distribution file?
|
| vb.net and OOP (inheritance) | 18 Dec 2004 15:27 GMT | 4 |
 Signature hello If I inherit an object say Car() with my new class SportsCar(). Does vb.net creates space in memory for the object SportsCar() and associated space for
|