| Upgrade? (4 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| how is VB.net considered an upgrade? jm |
|
| Hello (4 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hello, I have an vb6 application which has a resize event which now fires on startup in vb.net the help file says i should add a property IsInitialized to the form How to do that? Add a property to a form? the property statement help shows me how to add a property to a class file where can i find how to add a property to a form? thanks for any assistance jm |
|
| Restrict keys in textbox w/o KeyAscii? (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Ok folks. Had some code in VB6 that worked fine within a TextBox KeyPress events KeyAscii parameter for limiting the text in a text box to only numbers, backspace and decimal characters. I understand the whole VB.Net situation about not being able to assign anything other than zero (no key stroke) to the eventArgs.KeyChar parm in the VB.Net TextBox KeyPress event so I have rolled my own function a... |
|
| Varptr in VB.net (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| (Type your message here) How do i get hold of an address of a variable in VB.NET. In VB6 i was using VarPtr()? Please help ? From: John Brown Posted by a user from .Net Guru (http://www.dot-net-guru.com/) Id Uu2rfiskgkCnzSX xU5Alw /Id |
|
| Having trouble with stdregprov and uintvalue.. (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I'm trying to invoke the createkey method under StdRegProv but I can't seem to get the first imparam correct it says that "Value was either too large or too small for a UInt32 when it processes current user." how do I pass a UInt32 value? Msdn has it listed as 0x80000001, but vb.net won't except that. hDefKey only accepts uint32 values... or so it seems. Const HKEY current user As Long &H80000001 ... |
|
| vb.net aspx page (3 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| hello, Can I write javascript in my .aspx page, if possible how |
|
| Simple Property question (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi! Does any one know how can I declare a property as an array??? I build a structure called sListItem for my property's type: Public Property ListItems() As sListItem but this property is supposed to be an array! I need to call: ListItems(1).xxx I've already read a lot but I couldn't find anything about this... Thanks!! Fernando |
|
| can't using the namespace microsoft.visualbasic (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I've read that if you want to use the VB6.FixedLengthString in .net you must import microsoft.visualbasic I've use that namespace but an error still occur. It said that Type 'VB6.FixedLengthString' is not defined. Can somebody help me solve this problem? From: Eka Saputra Posted by a user from .Net Guru (http://www.dot-net-guru.com/) Id ZpYIup4W9EyV0j3rWoDFag /Id |
|