Click here to Skip to main content
15,929,209 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalcustom treeview Pin
SHaroz16-Jul-02 9:47
SHaroz16-Jul-02 9:47 
GeneralRe: custom treeview Pin
Poolbeer9-Aug-02 2:13
Poolbeer9-Aug-02 2:13 
Generaldrawing a graph in vb.net Pin
devil66616-Jul-02 9:22
devil66616-Jul-02 9:22 
GeneralRe: drawing a graph in vb.net Pin
Slim Shady20-Jul-02 8:56
Slim Shady20-Jul-02 8:56 
GeneralProblem with TextBox Pin
Pradhip15-Jul-02 11:18
Pradhip15-Jul-02 11:18 
GeneralRe: Problem with TextBox Pin
Richard Deeming16-Jul-02 6:17
mveRichard Deeming16-Jul-02 6:17 
GeneralHELP!!!! ComboBox Pin
MFC is the Best15-Jul-02 10:32
MFC is the Best15-Jul-02 10:32 
GeneralRe: HELP!!!! ComboBox Pin
SHaroz16-Jul-02 10:17
SHaroz16-Jul-02 10:17 
try this:

Dim myCB As CommandBarComboBox
Set myCB = EXLapp.CommandBars(myComBarIndex).Controls.Add(msoControlComboBox)
myCB.AddItem ("Item1")
myCB.Text = "select an item"
Set myCB = Nothing

reply if you have any questions
GeneralRe: HELP!!!! ComboBox Pin
MFC is the Best16-Jul-02 12:04
MFC is the Best16-Jul-02 12:04 
Generalcommand line Pin
Unplugged15-Jul-02 6:33
Unplugged15-Jul-02 6:33 
GeneralRe: command line Pin
sultan_of_6string15-Jul-02 7:28
sultan_of_6string15-Jul-02 7:28 
GeneralRe: command line Pin
Jeremy Falcon15-Jul-02 7:40
professionalJeremy Falcon15-Jul-02 7:40 
QuestionHow can i create timeline Pin
Mustafai15-Jul-02 0:25
Mustafai15-Jul-02 0:25 
GeneralTransfering Files/Folder over a network (LAN) Pin
Birdy14-Jul-02 19:57
Birdy14-Jul-02 19:57 
GeneralRe: Transfering Files/Folder over a network (LAN) Pin
devil66614-Jul-02 23:44
devil66614-Jul-02 23:44 
GeneralVB code problem - string Pin
Member 4167514-Jul-02 18:27
Member 4167514-Jul-02 18:27 
GeneralRe: VB code problem - string Pin
Ravi_Shankar14-Jul-02 21:27
Ravi_Shankar14-Jul-02 21:27 
GeneralRe: VB code problem - string Pin
Ravi_Shankar14-Jul-02 21:31
Ravi_Shankar14-Jul-02 21:31 
GeneralRe: VB code problem - string Pin
James T. Johnson14-Jul-02 22:07
James T. Johnson14-Jul-02 22:07 
Generalgetting the user information Pin
devil66613-Jul-02 10:24
devil66613-Jul-02 10:24 
GeneralRe: getting the user information Pin
Ravi_Shankar14-Jul-02 19:31
Ravi_Shankar14-Jul-02 19:31 
GeneralRe: getting the user information Pin
devil66614-Jul-02 23:42
devil66614-Jul-02 23:42 
GeneralUsing MSHTML Advanced Hosting Interfaces Pin
Gene Sivorot13-Jul-02 9:00
Gene Sivorot13-Jul-02 9:00 
GeneralVB 6.0 and excel 2k interaction. Pin
patty13-Jul-02 2:03
patty13-Jul-02 2:03 
GeneralRe: VB 6.0 and excel 2k interaction. Pin
Toni Monte OLD13-Jul-02 2:58
Toni Monte OLD13-Jul-02 2:58 

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.