Click here to Skip to main content
15,921,028 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSubclassing TreeView in VB.Net Pin
RMittelman19-Aug-08 5:34
RMittelman19-Aug-08 5:34 
AnswerRe: Subclassing TreeView in VB.Net Pin
Jon_Boy19-Aug-08 5:57
Jon_Boy19-Aug-08 5:57 
GeneralRe: Subclassing TreeView in VB.Net Pin
RMittelman19-Aug-08 8:20
RMittelman19-Aug-08 8:20 
GeneralRe: Subclassing TreeView in VB.Net Pin
Jon_Boy19-Aug-08 8:24
Jon_Boy19-Aug-08 8:24 
QuestionObject cannot be cast from DBNull to other types Pin
honeyashu19-Aug-08 4:10
honeyashu19-Aug-08 4:10 
AnswerRe: Object cannot be cast from DBNull to other types Pin
Jon_Boy19-Aug-08 4:53
Jon_Boy19-Aug-08 4:53 
GeneralRe: Object cannot be cast from DBNull to other types Pin
raffy0023-May-11 20:06
raffy0023-May-11 20:06 
QuestionRunning access query in Vb.net Pin
farah12319-Aug-08 2:57
farah12319-Aug-08 2:57 
Hello,
I have an access database and have a simple query in which i have 1 parameter.
I want to run this query in vb.net and display the results in a datagrid or anything but in vb.net.
I'm able to run the query but wht should i do to display the results of the query.
the code i m using now is:

Dim accApp As Object
accApp = GetObject("c:\mydb.mdb")

'this will run the query in the database
accApp.docmd.OpenQuery("myQuery")
accApp.Run("myQuery")
AnswerRe: Running access query in Vb.net Pin
astanton197819-Aug-08 7:44
astanton197819-Aug-08 7:44 
Questionhow to allow only one check box to be ticked Pin
honeyashu19-Aug-08 2:13
honeyashu19-Aug-08 2:13 
AnswerRe: how to allow only one check box to be ticked Pin
Smithers-Jones19-Aug-08 2:31
Smithers-Jones19-Aug-08 2:31 
AnswerRe: how to allow only one check box to be ticked [modified] Pin
Jon_Boy19-Aug-08 3:30
Jon_Boy19-Aug-08 3:30 
AnswerRadio Buttons Pin
David Mujica19-Aug-08 3:44
David Mujica19-Aug-08 3:44 
GeneralRe: Radio Buttons Pin
supercat919-Aug-08 7:42
supercat919-Aug-08 7:42 
QuestionCustom Control Pin
fatalwall18-Aug-08 21:25
fatalwall18-Aug-08 21:25 
AnswerRe: Custom Control Pin
Thomas Stockwell20-Aug-08 6:22
professionalThomas Stockwell20-Aug-08 6:22 
QuestionInteractive graphic - Visual Basic 2005 [modified] Pin
brajoez18-Aug-08 14:14
brajoez18-Aug-08 14:14 
AnswerRe: Interactive graphic - Visual Basic 2005 Pin
Christian Graus18-Aug-08 18:54
protectorChristian Graus18-Aug-08 18:54 
JokeRe: Interactive graphic - Visual Basic 2005 Pin
CPallini18-Aug-08 22:02
mveCPallini18-Aug-08 22:02 
GeneralRe: Interactive graphic - Visual Basic 2005 Pin
brajoez19-Aug-08 8:35
brajoez19-Aug-08 8:35 
GeneralRe: Interactive graphic - Visual Basic 2005 Pin
CPallini19-Aug-08 20:57
mveCPallini19-Aug-08 20:57 
GeneralRe: Interactive graphic - Visual Basic 2005 Pin
brajoez20-Aug-08 7:24
brajoez20-Aug-08 7:24 
GeneralRe: Interactive graphic - Visual Basic 2005 Pin
CPallini20-Aug-08 21:09
mveCPallini20-Aug-08 21:09 
QuestionVb6 - Adding a module to my project at runtime Pin
setedivento18-Aug-08 9:30
setedivento18-Aug-08 9:30 
AnswerRe: Vb6 - Adding a module to my project at runtime Pin
nlarson1118-Aug-08 10:04
nlarson1118-Aug-08 10:04 

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.