Click here to Skip to main content
15,895,606 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: code Pin
Paul Conrad1-Mar-06 14:53
professionalPaul Conrad1-Mar-06 14:53 
Questionweb user control with panels Pin
uglyeyes26-Feb-06 21:46
uglyeyes26-Feb-06 21:46 
Questionpettern of FileListBox in vb 6.0 Pin
noshaba mariam26-Feb-06 20:32
noshaba mariam26-Feb-06 20:32 
AnswerRe: pettern of FileListBox in vb 6.0 Pin
PremalathaP27-Feb-06 1:01
PremalathaP27-Feb-06 1:01 
GeneralRe: pettern of FileListBox in vb 6.0 Pin
noshaba mariam27-Feb-06 17:08
noshaba mariam27-Feb-06 17:08 
QuestionHelp: webconfig asp.net visual studio 2005 Pin
MeterMan26-Feb-06 18:32
MeterMan26-Feb-06 18:32 
Questioncan we create table in SQL server or Ms Access using VB 6.0? Pin
vijay0426-Feb-06 18:24
vijay0426-Feb-06 18:24 
AnswerRe: can we create table in SQL server or Ms Access using VB 6.0? Pin
Rana Muhammad Javed Khan26-Feb-06 18:36
Rana Muhammad Javed Khan26-Feb-06 18:36 
Yes, but if the table will already exists you will get an error. you can create table as:
Dim cn as new Connection
cn.ConnectionString ="Connectionstring"
cn.open
cn.Execute("CREATE TABLE tNewTable(
Field1 Int NOT NULL ,
Field2 Int NOT NULL )")
Regards,
Javed

-- modified at 0:37 Monday 27th February, 2006
QuestionIntellisense is not working in the Immediate Window Pin
amb131326-Feb-06 18:23
amb131326-Feb-06 18:23 
AnswerRe: Intellisense is not working in the Immediate Window Pin
Ritesh123427-Feb-06 0:24
Ritesh123427-Feb-06 0:24 
GeneralRe: Intellisense is not working in the Immediate Window Pin
amb131327-Feb-06 2:33
amb131327-Feb-06 2:33 
GeneralRe: Intellisense is not working in the Immediate Window Pin
amb131327-Feb-06 5:00
amb131327-Feb-06 5:00 
Questioncan i select multiple files? Pin
noshaba mariam26-Feb-06 17:41
noshaba mariam26-Feb-06 17:41 
AnswerRe: can i select multiple files? Pin
alien viper26-Feb-06 17:51
alien viper26-Feb-06 17:51 
GeneralRe: can i select multiple files? Pin
noshaba mariam26-Feb-06 19:38
noshaba mariam26-Feb-06 19:38 
GeneralRe: can i select multiple files? Pin
alien viper26-Feb-06 19:55
alien viper26-Feb-06 19:55 
GeneralRe: can i select multiple files? Pin
noshaba mariam26-Feb-06 20:33
noshaba mariam26-Feb-06 20:33 
GeneralRe: can i select multiple files? Pin
Dave Kreskowiak27-Feb-06 7:27
mveDave Kreskowiak27-Feb-06 7:27 
GeneralRe: can i select multiple files? Pin
noshaba mariam27-Feb-06 17:18
noshaba mariam27-Feb-06 17:18 
Questioncan vb.net use zedgraph??? Pin
ss65432126-Feb-06 16:40
ss65432126-Feb-06 16:40 
AnswerRe: can vb.net use zedgraph??? Pin
Joshua Quick26-Feb-06 19:05
Joshua Quick26-Feb-06 19:05 
QuestionHow to link vb to other software Pin
areon2526-Feb-06 16:28
areon2526-Feb-06 16:28 
AnswerRe: How to link vb to other software Pin
Rana Muhammad Javed Khan26-Feb-06 18:15
Rana Muhammad Javed Khan26-Feb-06 18:15 
QuestionSimple tone generator in VB Pin
jonls26-Feb-06 16:24
jonls26-Feb-06 16:24 
AnswerRe: Simple tone generator in VB Pin
progload26-Feb-06 18:30
progload26-Feb-06 18:30 

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.