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

Visual Basic

 
GeneralRe: Advice to learn assembly programming language Pin
Mekong River30-Mar-05 4:41
Mekong River30-Mar-05 4:41 
GeneralRe: Advice to learn assembly programming language Pin
Dave Kreskowiak30-Mar-05 5:29
mveDave Kreskowiak30-Mar-05 5:29 
GeneralRe: Advice to learn assembly programming language Pin
Mekong River30-Mar-05 17:59
Mekong River30-Mar-05 17:59 
GeneralRe: Advice to learn assembly programming language [EDITED] Pin
Dave Kreskowiak31-Mar-05 2:06
mveDave Kreskowiak31-Mar-05 2:06 
GeneralVery big problem Pin
magnifique29-Mar-05 5:01
magnifique29-Mar-05 5:01 
GeneralRe: Very big problem Pin
Mekong River29-Mar-05 11:32
Mekong River29-Mar-05 11:32 
GeneralConvertion Object Into Form Pin
Sunil Gidwani29-Mar-05 4:12
Sunil Gidwani29-Mar-05 4:12 
GeneralRe: Convertion Object Into Form Pin
Robert Rohde29-Mar-05 7:57
Robert Rohde29-Mar-05 7:57 
Dim frmstring As Object = "From2"
Dim frm As Form = frmstring


What do you think those two lines should do? First you assign the string "From2" to the object variable frmstring. Then you want to assign this string into the Form variable frm. This doesnt make sense and is the cause of the error.
GeneralRe: Convertion Object Into Form Pin
Colin Angus Mackay29-Mar-05 12:07
Colin Angus Mackay29-Mar-05 12:07 
GeneralRe: Convertion Object Into Form Pin
Dave Kreskowiak30-Mar-05 4:07
mveDave Kreskowiak30-Mar-05 4:07 
GeneralRe: Convertion Object Into Form Pin
Colin Angus Mackay30-Mar-05 4:19
Colin Angus Mackay30-Mar-05 4:19 
GeneralRe: Convertion Object Into Form Pin
Dave Kreskowiak30-Mar-05 5:36
mveDave Kreskowiak30-Mar-05 5:36 
QuestionHow to build a control? Pin
shapper29-Mar-05 4:02
shapper29-Mar-05 4:02 
AnswerRe: How to build a control? Pin
Mekong River29-Mar-05 11:41
Mekong River29-Mar-05 11:41 
Questionhow to retrieve values from datagrid ? Pin
sumit2129-Mar-05 2:51
sumit2129-Mar-05 2:51 
AnswerRe: how to retrieve values from datagrid ? Pin
Robert Rohde29-Mar-05 8:05
Robert Rohde29-Mar-05 8:05 
GeneralRe: how to retrieve values from datagrid ? Pin
sumit2129-Mar-05 17:29
sumit2129-Mar-05 17:29 
Questionhow to insert the values in listbox to database in vb.net Pin
vidyashankar29-Mar-05 1:45
vidyashankar29-Mar-05 1:45 
AnswerRe: how to insert the values in listbox to database in vb.net Pin
magnifique29-Mar-05 4:45
magnifique29-Mar-05 4:45 
Generalproblem in data binding Pin
sumit2128-Mar-05 23:11
sumit2128-Mar-05 23:11 
GeneralRe: problem in data binding Pin
Christian Graus29-Mar-05 12:26
protectorChristian Graus29-Mar-05 12:26 
GeneralRe: problem in data binding Pin
sumit2129-Mar-05 17:41
sumit2129-Mar-05 17:41 
GeneralRe: problem in data binding Pin
Christian Graus29-Mar-05 17:59
protectorChristian Graus29-Mar-05 17:59 
Generalwant a Project Pin
Anonymous28-Mar-05 20:10
Anonymous28-Mar-05 20:10 
GeneralRe: want a Project Pin
magnifique29-Mar-05 4:55
magnifique29-Mar-05 4:55 

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.