| Thread | Last Post | Replies |
|
| Ambient.DisplayName | 27 Nov 2003 14:01 GMT | 1 |
Commonly my VB6 usercontrols use Ambient.DisplayName to find their instance names on the parent form for default labelling etc. Can anyone tell me the VB.Net equivalent?
|
| Error upgrading VB6 project to VB.NET | 27 Nov 2003 01:24 GMT | 1 |
I'm having some problems upgrading a project from VB6 Professional to VB.NET 2003 Professional. When I start the upgrade wizard it starts to convert the code, but then stops with what appears to be a dialog generated by a component that we use
|
| Arrays and VB:NET | 26 Nov 2003 21:21 GMT | 4 |
this m=Array("1","2","3","4") in VB.NET ????? in VB6 =Array in VB.NET??
|
| TO LEARN PROGRAMMING | 26 Nov 2003 16:49 GMT | 2 |
Hello, my name is Gustavo and I want to know: What one needs to be a good programmer of computers? Which your advice are to be a good programmer? How is the logic acquired?
|
| VB6 not upgradable to VB.net 2003 | 25 Nov 2003 19:18 GMT | 7 |
All VB6 projects are basically not upgradable to VB.net 2003. Even very simple projects cannot be upgraded, because of mess introduced by upgrade wizzard. Majority (but not all) of String (or Integer) variables
|
| How to get Key Trap From other running(focused) application.....Something like TSR | 25 Nov 2003 19:12 GMT | 3 |
can anyone mail me simple program how to trap a key event in vb.net ( When other application are in focus). Mean Some thing like TSR ( rem in DOS). So the Key event come to my application first, then it should goes to other application. So I can make a Keylogger software.
|
| VB.NET 2003 Standard Edtion Limitations | 23 Nov 2003 17:34 GMT | 2 |
OK, I am trying to create a new Web project, I have already created 2 projects WebApplication1 and WebApplication2. VB.NET refuses to allow me to create another new Web Project. Is this yet another of the undocumented limitations of VB.Net Standard edtion?
|
| A question about size unit! | 21 Nov 2003 20:47 GMT | 4 |
A question about size unit! Hi, all, I want to draw a ruler on my form, and I want to display it in mm unit, my code as following, but it doesn't work
|
| Unable to print .. Pls help | 21 Nov 2003 13:14 GMT | 1 |
I am using printdocument, printpreview controls for printing a report in VB.NET. I am getting the required report and able to view multiple pages in print preview control.
|
| Bug / Probem With Causes Validation & Form Close | 20 Nov 2003 06:05 GMT | 2 |
My Problem is something like this. Create a sample windows application, having 2 textboxes & a command button Set the forms controlbox property to True
|
| A question for expersts with the Upgrade from vb6 | 19 Nov 2003 10:27 GMT | 3 |
I know that not very much people thinks that the upgrade of the vb6 application is the way to go. But I have a big business application, with many customers, continuously developing new functionality, and I can't afford to stop the development
|
| Using CommonDialog in Word/Excel 97 after installing Visual Basic .NET | 19 Nov 2003 09:17 GMT | 1 |
I need to use the CommonDialog (comdlg32.ocx) component within Word/Excel 97, but after migrating to Visual Basic .NET the program denies me access to this tool, saying it doesn't detect Visual Basic 6. How can I re-
|
| Question on VB6 Upgrade -> Form and Control Event procedures | 17 Nov 2003 22:00 GMT | 1 |
I am in the process of upgrading from VB6 as a development tool to VB .NET. When I upgraded my first project with the upgrade wizard, every event procedure for a ComboBox Click event had an upgrade warning that pointed to the help text topic "Event may fire when form is
|
| Question about ComboBox! | 17 Nov 2003 20:20 GMT | 1 |
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!
|
| How do you maintain VB6 like Binary Compatibility in .net? | 14 Nov 2003 20:16 GMT | 6 |
How do you maintain VB6 like Binary Compatibility in .net?
|