Click here to Skip to main content
15,914,500 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralCouldnt find it!!! Pin
Tasnim5-Feb-04 23:20
Tasnim5-Feb-04 23:20 
GeneralRe: Couldnt find it!!! Pin
Dave Kreskowiak6-Feb-04 3:24
mveDave Kreskowiak6-Feb-04 3:24 
GeneralThx Pin
Tasnim6-Feb-04 19:20
Tasnim6-Feb-04 19:20 
GeneralBut ... Pin
Tasnim8-Feb-04 21:16
Tasnim8-Feb-04 21:16 
GeneralHelp Help Help Me in Combo,,Anyone Pin
Het21093-Feb-04 23:41
Het21093-Feb-04 23:41 
GeneralRe: Help Help Help Me in Combo,,Anyone Pin
John Kuhn4-Feb-04 8:05
John Kuhn4-Feb-04 8:05 
GeneralI am working in VB.Net Pin
Het21095-Feb-04 1:34
Het21095-Feb-04 1:34 
GeneralRe: Help Help Help Me in Combo,,Anyone Pin
John Kuhn5-Feb-04 7:19
John Kuhn5-Feb-04 7:19 
OK, I created a new Access database with one table, called "States". Then I created a new form, with a ComboBox called cbStates. I added an OleDbConnection and OleDbDataAdapter to the form, and generated a DataSet called dsStates. In the Load of the form, I did this:

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    daStates.Fill(dsStates, "States")
    cbStates.SelectedValue = "CA"
End Sub


This seems to work correctly. What is the difference between this scenario and what you are trying to do?
GeneralRuntime error Pin
GSekar3-Feb-04 20:12
GSekar3-Feb-04 20:12 
GeneralRe: Runtime error Pin
Matthew Hazlett3-Feb-04 20:40
Matthew Hazlett3-Feb-04 20:40 
GeneralRe: Runtime error Pin
Matthew Hazlett3-Feb-04 20:47
Matthew Hazlett3-Feb-04 20:47 
GeneralRe: Runtime error Pin
GSekar4-Feb-04 0:06
GSekar4-Feb-04 0:06 
GeneralSimple Problem With ListBoxes Pin
Pugman8123-Feb-04 18:04
Pugman8123-Feb-04 18:04 
GeneralRe: Simple Problem With ListBoxes Pin
John Kuhn3-Feb-04 19:18
John Kuhn3-Feb-04 19:18 
GeneralRe: Simple Problem With ListBoxes Pin
Pugman8124-Feb-04 12:22
Pugman8124-Feb-04 12:22 
GeneralRe: Simple Problem With ListBoxes Pin
John Kuhn4-Feb-04 14:54
John Kuhn4-Feb-04 14:54 
GeneralUsing Java Classes in VB appl. Pin
Sairam Samavedam3-Feb-04 9:07
Sairam Samavedam3-Feb-04 9:07 
GeneralRe: Using Java Classes in VB appl. Pin
John Kuhn3-Feb-04 12:53
John Kuhn3-Feb-04 12:53 
GeneralRe: Using Java Classes in VB appl. Pin
Dave Kreskowiak4-Feb-04 5:23
mveDave Kreskowiak4-Feb-04 5:23 
GeneralRe: About JavaReg. Pin
Sairam Samavedam4-Feb-04 8:35
Sairam Samavedam4-Feb-04 8:35 
GeneralRe: About JavaReg. Pin
Dave Kreskowiak4-Feb-04 8:41
mveDave Kreskowiak4-Feb-04 8:41 
GeneralRe: About JavaReg. Pin
Sairam Samavedam4-Feb-04 8:45
Sairam Samavedam4-Feb-04 8:45 
GeneralRe: About JavaReg. Pin
Dave Kreskowiak6-Feb-04 3:26
mveDave Kreskowiak6-Feb-04 3:26 
GeneralSetting the Default file name in the SaveFileAs Dialog from VB.Net Pin
nvmoss3-Feb-04 7:47
nvmoss3-Feb-04 7:47 
GeneralSetting Default filename in Excel fileSaveAs Dialog Pin
nvmoss3-Feb-04 2:33
nvmoss3-Feb-04 2:33 

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.