Click here to Skip to main content
16,007,885 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Easiest way of threading? Pin
rwestgraham18-Jul-05 17:28
rwestgraham18-Jul-05 17:28 
GeneralCreate Registry key on Deploying Setup Pin
vincentkhoosiongleng17-Jul-05 19:02
vincentkhoosiongleng17-Jul-05 19:02 
GeneralRe: Create Registry key on Deploying Setup Pin
ToddHileHoffer18-Jul-05 3:50
ToddHileHoffer18-Jul-05 3:50 
GeneralRe: Create Registry key on Deploying Setup Pin
vincentkhoosiongleng18-Jul-05 14:25
vincentkhoosiongleng18-Jul-05 14:25 
QuestionIntellisense in same project? Pin
[Marc]17-Jul-05 18:21
[Marc]17-Jul-05 18:21 
GeneralDrop Downlist Pin
erikkl200017-Jul-05 16:06
erikkl200017-Jul-05 16:06 
GeneralRe: Drop Downlist Pin
Christian Graus17-Jul-05 18:03
protectorChristian Graus17-Jul-05 18:03 
GeneralRe: Drop Downlist Pin
erikkl200019-Jul-05 19:35
erikkl200019-Jul-05 19:35 
That is where i am getting stuck. I thought that this is where the second ddl should load.

Private Sub LoadList()
ddlCompanyName.Items.Clear()
ddlCompanyName.DataSource = GetData(ddlCustomers.SelectedValue).CompanyName <---HERE...
ddlCompanyName.DataBind()
End Sub

I am still working on and off with this tring to get it to work, or get some information that can explaing how to implement something like this. IF You know of a good url please send it my way. i need to find the answer to this one before to long...


Erik...
GeneralRe: Drop Downlist Pin
Christian Graus20-Jul-05 11:49
protectorChristian Graus20-Jul-05 11:49 
GeneralDoesn't allowing to go focus out of my window and to trap the ctrl+alt+del message Pin
Anonymous17-Jul-05 10:41
Anonymous17-Jul-05 10:41 
GeneralRe: Doesn't allowing to go focus out of my window and to trap the ctrl+alt+del message Pin
Colin Angus Mackay17-Jul-05 11:11
Colin Angus Mackay17-Jul-05 11:11 
GeneralRe: Doesn't allowing to go focus out of my window and to trap the ctrl+alt+del message Pin
Dave Kreskowiak17-Jul-05 11:21
mveDave Kreskowiak17-Jul-05 11:21 
GeneralHiding a process in task manager,urgent Required Pin
Anonymous17-Jul-05 10:37
Anonymous17-Jul-05 10:37 
GeneralRe: Hiding a process in task manager,urgent Required Pin
Colin Angus Mackay17-Jul-05 11:09
Colin Angus Mackay17-Jul-05 11:09 
GeneralRe: Hiding a process in task manager,urgent Required Pin
Dave Kreskowiak17-Jul-05 11:19
mveDave Kreskowiak17-Jul-05 11:19 
GeneralRe: Hiding a process in task manager,urgent Required Pin
manav inder17-Jul-05 16:55
manav inder17-Jul-05 16:55 
GeneralRe: Hiding a process in task manager,urgent Required Pin
Dave Kreskowiak18-Jul-05 1:38
mveDave Kreskowiak18-Jul-05 1:38 
Generalexecuting program before desktop appears Pin
Anonymous17-Jul-05 10:12
Anonymous17-Jul-05 10:12 
GeneralRe: executing program before desktop appears Pin
Dave Kreskowiak17-Jul-05 11:23
mveDave Kreskowiak17-Jul-05 11:23 
GeneralI think I have a Scope Problem Pin
asalyon17-Jul-05 6:09
asalyon17-Jul-05 6:09 
GeneralProblem using Printing a Form in a report fashion (release 2.2) Pin
Mr Magic17-Jul-05 4:31
Mr Magic17-Jul-05 4:31 
GeneralI could not load the data in CrystalReport Pin
Jeeva Jose17-Jul-05 4:25
Jeeva Jose17-Jul-05 4:25 
GeneralPrint a web form Pin
Mr Magic17-Jul-05 4:09
Mr Magic17-Jul-05 4:09 
GeneralI NEED A SOLUTION ABOUT CREATE GET BUTTON WHICH COULD HAVE MORE THEN ONE WHERE CRITERIA Pin
MAGICIANMERLIN17-Jul-05 3:38
MAGICIANMERLIN17-Jul-05 3:38 
GeneralRe: I NEED A SOLUTION ABOUT CREATE GET BUTTON WHICH COULD HAVE MORE THEN ONE WHERE CRITERIA Pin
Christian Graus17-Jul-05 18:05
protectorChristian Graus17-Jul-05 18:05 

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.