Click here to Skip to main content
15,910,981 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Data base connection [modified] Pin
nishkarsh_k19-Dec-07 16:43
nishkarsh_k19-Dec-07 16:43 
Questiondynamically setting MaxLength property of a Textbox Pin
Gulfraz Khan19-Dec-07 3:05
Gulfraz Khan19-Dec-07 3:05 
GeneralRe: dynamically setting MaxLength property of a Textbox Pin
nishkarsh_k19-Dec-07 3:29
nishkarsh_k19-Dec-07 3:29 
GeneralRe: dynamically setting MaxLength property of a Textbox Pin
Gulfraz Khan19-Dec-07 3:34
Gulfraz Khan19-Dec-07 3:34 
GeneralRe: dynamically setting MaxLength property of a Textbox Pin
darkelv19-Dec-07 5:38
darkelv19-Dec-07 5:38 
GeneralRe: dynamically setting MaxLength property of a Textbox Pin
nishkarsh_k19-Dec-07 16:46
nishkarsh_k19-Dec-07 16:46 
GeneralRe: dynamically setting MaxLength property of a Textbox Pin
Gulfraz Khan25-Dec-07 18:13
Gulfraz Khan25-Dec-07 18:13 
QuestionRandom files & nested structures in VB.Net Pin
steveDF19-Dec-07 2:18
steveDF19-Dec-07 2:18 
My existing VB6 programs make extensive use of random files read and written to using complex structures. For example...

Private Type RightsElement
ItemName As String * 10
ItemFolder As String * 32
End Type

Private Type OneUser
UserName As String * 20
Password As String * 20
AllRights (0 to 64) As RightsElement
End Type

I could then declare a variable such as
Dim ThisUsersRights As OneUser
and subsequently read or write to a random file using this variable.

I have tried in vain to make this work in VB.Net 2008. I NEED to be able to read my existing files. Can anyone offer any suggestions? Or perhaps point me in the right direction for getting an answer?

Many thanks.
Steve
GeneralRe: Random files & nested structures in VB.Net Pin
Paul Conrad19-Dec-07 16:40
professionalPaul Conrad19-Dec-07 16:40 
GeneralSending And receving XML Pin
xavier198819-Dec-07 1:42
xavier198819-Dec-07 1:42 
GeneralRe: Sending And receving XML Pin
Johan Hakkesteegt19-Dec-07 7:04
Johan Hakkesteegt19-Dec-07 7:04 
GeneralRe: Sending And receving XML Pin
Scott Dorman23-Dec-07 2:24
professionalScott Dorman23-Dec-07 2:24 
QuestionParameterized queries in VB.Net 2005 Pin
ekowwillis19-Dec-07 1:37
ekowwillis19-Dec-07 1:37 
GeneralRe: Parameterized queries in VB.Net 2005 Pin
nishkarsh_k19-Dec-07 3:31
nishkarsh_k19-Dec-07 3:31 
QuestionHow can I add a Windows menu in the MDI form Pin
SekharOne19-Dec-07 1:10
SekharOne19-Dec-07 1:10 
AnswerRe: How can I add a Windows menu in the MDI form Pin
Tom Deketelaere19-Dec-07 1:26
professionalTom Deketelaere19-Dec-07 1:26 
GeneralRe: How can I add a Windows menu in the MDI form Pin
SekharOne19-Dec-07 1:42
SekharOne19-Dec-07 1:42 
Questiontreeview in vb.net Pin
deepakkp18-Dec-07 23:55
deepakkp18-Dec-07 23:55 
GeneralRe: treeview in vb.net Pin
Tom Deketelaere19-Dec-07 1:17
professionalTom Deketelaere19-Dec-07 1:17 
GeneralRe: treeview in vb.net Pin
Paul Conrad19-Dec-07 16:33
professionalPaul Conrad19-Dec-07 16:33 
GeneralRe: treeview in vb.net Pin
ChandraRam20-Dec-07 1:30
ChandraRam20-Dec-07 1:30 
QuestionHow to put a Label or picture Box on MDI form Pin
SekharOne18-Dec-07 23:25
SekharOne18-Dec-07 23:25 
AnswerRe: How to put a Label or picture Box on MDI form Pin
CKnig18-Dec-07 23:34
CKnig18-Dec-07 23:34 
GeneralRe: How to put a Label or picture Box on MDI form Pin
SekharOne19-Dec-07 1:33
SekharOne19-Dec-07 1:33 
GeneralRe: How to put a Label or picture Box on MDI form Pin
CKnig19-Dec-07 1:37
CKnig19-Dec-07 1:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.