| Thread | Last Post | Replies |
|
| Question about ComboBox! | 14 Nov 2003 15:04 GMT | 6 |
Hi, Is there a method to forbidden displaying the listbox of the comboBox? In other words, when click the comboBox, don't display the drapDown list!
|
| Newbie:File I/O question | 13 Nov 2003 16:45 GMT | 1 |
My current VB6 App uses the following (broad) outline to write data to a disk datafile ==================================== 'User Defined Type
|
| .exe throws exception from local, but not network drive | 13 Nov 2003 15:52 GMT | 8 |
Used VB.NET (on my client PC) to convert VB6 executable to .NET executable. Placed the .exe file on a network drive on my server. From client, ran .NET Wizards "Trust an Assembly" to make the .exe (on the network drive, on the
|
| Com Interop VB6 ScriptingContext | 13 Nov 2003 14:41 GMT | 1 |
I want to migrate a Application from ASP and VB6 to .NET The main Part of the appication resides in a large DLL written in VB accessing Request, Response and Session Object of the ASP-Page. It returns also a string back to
|
| Launch Word problem | 12 Nov 2003 22:47 GMT | 11 |
I wrote a quickie example in VB 6 showing how to launch Word via the shell and via automation. I then tried upgrading to VB .NET 2003 using Office 2003. Also used VB .NET 2002 with Office XP.
|
| Printing-Codes Conversion from VB 6.0 to VB.NET | 12 Nov 2003 16:57 GMT | 1 |
Could anyone convert the following vb 6.0 codes into vb.net version? '************************************************************************ '** Button to print a sales receipt - spool print data to receipt printer
|
| Error when upgrading from vb6 to .Net | 11 Nov 2003 19:56 GMT | 9 |
I'm trying to upgrade a vb6 project to .net and I get the following error when the wizard tries to upgrade the files "Exception occurred: Invalid system configuration (unable to locate Microsoft.VisualBasic.UpgradeExtensions.dll).
|
| PDC - why no mention of the Upgrade Wizard? | 11 Nov 2003 14:07 GMT | 3 |
All the reporting I've heard from the PDC seems to suggest longtime VB developers got ignored again - no mention was made in the keynotes about the upgrade wizard as we might see it in Whidbey. And yet, much was made of the C++ migration (a compiler switch) and even Java.
|
| Conversion of number to string | 10 Nov 2003 19:14 GMT | 1 |
I recently ran into the need to convert a number to a string. Which is the best method to use CStr(number) or CType(number,string)? Which is the prefered vb.net way?
|
| thoughts on switching from vb6 to .net 2003 - | 10 Nov 2003 18:28 GMT | 1 |
I am an advanced VB6 programmer and my main client is the gov't; which has required us to stick with VB6. I have a new project that will be rather large for a commercial client and I'm just 3 weeks into it and am
|
| WebRequestFactory omitted in Release of Visual Studio .NET | 06 Nov 2003 17:05 GMT | 2 |
~~~~~~~~~ I found a sample that works on "Visual Studio .NET beta" that include the class WebRequestFactory. This class is omitted in the final version of Visual
|
| NO native HUGE FILE support with FilePut and FileGet | 06 Nov 2003 15:37 GMT | 2 |
Hi there fellows I always program my own database engine. I had hoped that the FilePut, FilePutObject and its relatives FileGet and FileGetObject would be able to address more than 2GB.
|
| Is there any tools that convert From VB to C#.Net ? | 06 Nov 2003 01:22 GMT | 3 |
Is there any tools that convert From VB to C#.Net ?
|
| Visual Basic .NET Standard Locking. | 05 Nov 2003 21:59 GMT | 4 |
Hi There - my computer locks when I am in VB.NET, standard edition. This seems to occur when I am scrolling left to right. I've also experienced this same scenario in Microsoft Publisher. I believe the problem to have
|
| Save Graphics to bitmap | 05 Nov 2003 16:05 GMT | 1 |
I need to save a graphics context in Bitmap How i do it? Thank Danilo
|