| ftp client application in VB.Net vs VB 6 (3 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I am going to write an ftp client application in VB.Net. Can I relay on VB 6 examples or I need only new examples for .Net ? Is there a change in Controls/Methods for FTP using between .Net and VB 6 ? Thanks ya94@hotmail.com |
|
| alternative to variant for storing SQL Server Timestamp (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I need to store a timestamp that I pull from a sql stored proc. What would be an alternative to variant. Thanks in advance. Suzanne Haig |
|
| cannot open form (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I'm trying to build simple app with two forms: login and main. When i successfully pass login, i close login form and in closed event i'm trying to open main form, but all i get is just a blink of main form and app is closing. I have tried global variable of main form in module same effect. And the question is: how can i open main form from login form having login form closed. Thanks |
|
| VB, VB .Net, and the Performance Data Helper ... multi-task? (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I have a problem I've been trying to overcome for a few weeks. I am writing an application to collect and display performance data in real time from a number of Windows NT systems. I am using Visual Basic and the Performance Data Helper (PDH). Since I am connecting to and collecting data from a number of systems, I am trying to get the collection to multi task. I worked out a way to do this in VB ... |
|
| VBA.Collection -> NET ? (8 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Anyone know how to go about migrating the Collection to a .NET equivalent. I was thinking about the Dictionary object, but am not entirely sure here .. many thanx Kas |
|
| Impors System.Data (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| When I compile my source file y get this error: Namespace or type 'Data' for the Imports 'System.Data' cannot be found. Could you explain me somethig about this? Thanks! |
|
| HOW TO : ini file (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi, I'm making a app for all windows (9x, Me, 2OOO, XP) for wich I would like to save some parameters. The point is the saveSettings/getSettings did not seem to work fine on win95/98 OS with VB6 so I used the getProfileString to use an INI file (with corrections as shown in http://msdn.microsoft.com/library/en us/dnvb600/html/vb6tovbdotnet.asp, bottom of the page) but that do not work as fine as i... |
|
| Visual Basic 6.0 migration tool is not installed... (3 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I've recently installed Visual Studio .Net and successfully upgraded an existing VB 6 project. However, a day later, I tried another to be told that the wizard was not installed. I tried a repair no improvement, a full remove / re install no luck. I did manage to upgrade my project with the command line tools, but I'd rather just use the wizard any suggestions? Thanks for any help, Dot Net Guru. |
|
| Jump to the end of RichTextbox (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| When using a RichTextbox with a lot of text, a scrollbar automatically appears to allow the user to scroll up and down. Is there a way to position the scroll bar to the bottom through code? In VB 6 I used to do: RichTextBox1.SelStart Len(RichTextBox1.Text) In VB.net this does not work: RichTextBox1.SelectionStart Len(RichTextBox1.Text) Can someone help ? Thanks ya94@hotmail.com |
|
| ListView SelectedItem (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi, Why I can't access SelectedItem property on ListView Control? Thanks |
|
| word.application (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I have migrate my work to .net but i have one error i can't understand:In vb 6.0 this code is ok and open and close a word session. Dim apps As New Excel.Application() apps.Quit() In .net the same code don't let me to execute and give me the error in the (apps.quit()) line: 'Quit' is ambiguous across the inherited interfaces 'Word. Application' and 'Word.ApplicationEvents3 Event'. I use the Micros... |
|
| adding a node to treeview from another thread (4 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I am trying to add a node to a treeview from another thread in VB.net I know I should use the invoke method but I can't find a good example. My code is: Treeview1.Nodes.Add(New TreeNode("testing))) Can someone give me a simple example ? Thanks ya94@hotmail.com |
|
| Why so many new terms? (4 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I'm a 7 year veteran VB programmer. Microsoft has for the last couple of years now has made finding information to complete a specific task extremely difficult unless you knew exactly what to search for. It has been extremely rare that I find anything in a timely manner sifting through the piles and piles unrelated documents in msdn. Now with the introduction of VB.net and the like, you have chose... |
|
| IntPtr Datatype Mayhem! (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I'm a VB6 DirectX8 programmer, and I was very accostumed to the any datatype in some functions and subs, this datatype allowed me to pass it several User Defined Types to it. The thing is that in VB.NET every parameter "as any" has become "as system.intptr" (so did the hWnd of every control) so now I have this line of code D3DDevice.DrawPrimitiveUP D3DPT TRIANGLESTRIP, 2, Square(0), Len(Square(0))... |
|
| Looking for the replacement for DoEvents (3 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Looking for the replacement for DoEvents Is there a simple replacement guide? thanku..........dick barney |
|
| Looking for replacement for Screen.MousePointer (3 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Looking for a replacement for Screen.MousePointer Is there a simple code replacement guide? thanku...........dick barney |
|
| Any way to have a tool tip for a menuItem? (5 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| We're doing a sample MDI .NET app for a group of Active X users. We've put in the recent file list code, displaying only the filename (excluding path). We'd like to put in tool tips to respond to mouse hover to display the fully qualified path and name. However, we note ToolTip takes a control, not a menu item. Any ideas on connecting tool tips to a menu item? Thanks in advance. *** Sent via Devel... |
|
| TextWidth and TextHeight methods (3 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| VB.NET doesn't support Form.TextWidth and Form.TextHeight functions, so what should I do to make equivalent functions? Thanks |
|
| CD-ROM Drive Letter (3 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi All Any 1 can help ? How to get CD ROM Drive Letter ? Is there any dot net functions that I can use? Thanks in advance Yang |
|