Click here to Skip to main content
15,890,609 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Restiction to certain applications Pin
_Richard Faulkner15-Apr-07 6:03
_Richard Faulkner15-Apr-07 6:03 
QuestionHow to create a shortcut of my application on the right click menu of desktop Pin
amaneet12-Apr-07 19:23
amaneet12-Apr-07 19:23 
AnswerRe: How to create a shortcut of my application on the right click menu of desktop Pin
jhoga13-Apr-07 7:47
jhoga13-Apr-07 7:47 
AnswerRe: How to create a shortcut of my application on the right click menu of desktop Pin
_Richard Faulkner15-Apr-07 6:13
_Richard Faulkner15-Apr-07 6:13 
Question"OnCheckedChanged" event of check Box is not firing Pin
shyamts12-Apr-07 18:57
shyamts12-Apr-07 18:57 
Questionmarshalas in vb.net Pin
amaneet12-Apr-07 18:55
amaneet12-Apr-07 18:55 
AnswerRe: marshalas in vb.net Pin
Dave Kreskowiak13-Apr-07 7:52
mveDave Kreskowiak13-Apr-07 7:52 
QuestionHow do I initialize instantiiation of a multifield record Pin
reykentj12-Apr-07 18:54
reykentj12-Apr-07 18:54 
ENvironment.
VB.net, SQl Server 2005, Visual Studio 2005, VB.net Stored procedures. I have defined a
public class foo
public index as long
public fname as string
public lname as string
end class

A sub wants to use this class as folows:
Public Shared sub doit(byval fname as string, byval lname as string)
dim myrecord as foo
myrecord.fname = fname

visual studio and vb tell me that my record is not initialized and may throw an exception if it is used without being
initialized. It does throw an exception. How do I initialize myrecord. I have tried
public class foo
public index as long = 0
public fname as string = "xxx"
public lname as string = "xxx"
end class

The compiler did not complain, but it did not solve the problem.

rkj
GeneralRe: How do I initialize instantiiation of a multifield record Pin
amaneet12-Apr-07 19:06
amaneet12-Apr-07 19:06 
GeneralRe: How do I initialize instantiiation of a multifield record Pin
reykentj13-Apr-07 3:02
reykentj13-Apr-07 3:02 
QuestionFile saved is too large..(excel) Pin
naramis12-Apr-07 18:06
naramis12-Apr-07 18:06 
GeneralRe: File saved is too large..(excel) Pin
amaneet12-Apr-07 18:36
amaneet12-Apr-07 18:36 
GeneralRe: File saved is too large..(excel) Pin
naramis12-Apr-07 22:06
naramis12-Apr-07 22:06 
QuestionHelp!!!! Trying to create shared folder. VB.NET Pin
BatUlzii12-Apr-07 17:34
BatUlzii12-Apr-07 17:34 
AnswerRe: Help!!!! Trying to create shared folder. VB.NET Pin
Sathesh Sakthivel12-Apr-07 17:45
Sathesh Sakthivel12-Apr-07 17:45 
GeneralRe: Help!!!! Trying to create shared folder. VB.NET Pin
BatUlzii12-Apr-07 18:13
BatUlzii12-Apr-07 18:13 
GeneralRe: Help!!!! Trying to create shared folder. VB.NET Pin
Sathesh Sakthivel12-Apr-07 20:07
Sathesh Sakthivel12-Apr-07 20:07 
GeneralRe: Help!!!! Trying to create shared folder. VB.NET Pin
amaneet12-Apr-07 20:28
amaneet12-Apr-07 20:28 
QuestionHow to Get data From Dataset To Array Pin
somchoto12-Apr-07 16:35
somchoto12-Apr-07 16:35 
GeneralRe: How to Get data From Dataset To Array Pin
amaneet12-Apr-07 19:07
amaneet12-Apr-07 19:07 
AnswerRe: How to Get data From Dataset To Array Pin
_mubashir12-Apr-07 21:31
_mubashir12-Apr-07 21:31 
QuestionSystem Info Pin
MatrixCoder12-Apr-07 12:07
MatrixCoder12-Apr-07 12:07 
AnswerRe: System Info Pin
A*****12-Apr-07 12:45
A*****12-Apr-07 12:45 
AnswerRe: System Info Pin
Dave Kreskowiak12-Apr-07 14:33
mveDave Kreskowiak12-Apr-07 14:33 
GeneralRe: System Info Pin
MatrixCoder12-Apr-07 17:40
MatrixCoder12-Apr-07 17:40 

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.