Click here to Skip to main content
15,905,682 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How i can hide my program process from process viewer Pin
Colin Angus Mackay8-Nov-06 0:02
Colin Angus Mackay8-Nov-06 0:02 
GeneralRe: How i can hide my program process from process viewer Pin
b43r_3oo38-Nov-06 0:19
b43r_3oo38-Nov-06 0:19 
AnswerRe: How i can hide my program process from process viewer Pin
Prakash Pankaj8-Nov-06 2:40
Prakash Pankaj8-Nov-06 2:40 
AnswerRe: How i can hide my program process from process viewer Pin
Yona Low8-Nov-06 5:40
Yona Low8-Nov-06 5:40 
AnswerRe: How i can hide my program process from process viewer Pin
TooLeeDiN8-Nov-06 15:36
TooLeeDiN8-Nov-06 15:36 
QuestionImages in listview subitems Pin
IainM17-Nov-06 22:14
IainM17-Nov-06 22:14 
Questioncombobox and listbox Pin
lukisf7-Nov-06 21:48
lukisf7-Nov-06 21:48 
AnswerRe: combobox and listbox Pin
_mubashir7-Nov-06 22:24
_mubashir7-Nov-06 22:24 
Let me give u a arough idea..

1. Bind the resturant type id with your combobox as well like,
cbrest_type.valuemember = "rest_type_id"
2. Get the selectedvalue from the combobox (in SelectedIndexChanged event of combo) to see which rest_type is selected. like cbrest_type.selectedvalue
3. Query the DB for that selected ID to find out the resturants for that ID.
4. Bind them with Listbox.


Mubashir

Every job is a self portrait of the person who did it.

Questionconnectivity in vb6 Pin
hi!_its_me7-Nov-06 21:27
hi!_its_me7-Nov-06 21:27 
AnswerRe: connectivity in vb6 Pin
OldWarhorse8-Nov-06 3:47
OldWarhorse8-Nov-06 3:47 
QuestionVisual basic Pin
rajuaj7-Nov-06 21:14
rajuaj7-Nov-06 21:14 
AnswerRe: Visual basic Pin
PavanPareta7-Nov-06 21:23
PavanPareta7-Nov-06 21:23 
GeneralRe: Visual basic Pin
rajuaj8-Nov-06 1:08
rajuaj8-Nov-06 1:08 
QuestionHow to get the Base address of an array in VB.net Pin
varmag7-Nov-06 20:10
varmag7-Nov-06 20:10 
QuestionVB6 connection timeout expired?? [modified] Pin
campbells7-Nov-06 19:33
campbells7-Nov-06 19:33 
AnswerRe: VB6 connection time out error??? Pin
wcwphs7-Nov-06 20:09
wcwphs7-Nov-06 20:09 
GeneralRe: VB6 connection time out error??? Pin
campbells7-Nov-06 21:58
campbells7-Nov-06 21:58 
QuestionCrystal Reports Pin
Deepasubramanian7-Nov-06 19:22
Deepasubramanian7-Nov-06 19:22 
AnswerRe: Crystal Reports Pin
rajuaj7-Nov-06 21:10
rajuaj7-Nov-06 21:10 
Questionvb6 print help Pin
wcwphs7-Nov-06 17:35
wcwphs7-Nov-06 17:35 
QuestionEventHandler Pin
Socheat.Net7-Nov-06 14:49
Socheat.Net7-Nov-06 14:49 
AnswerRe: EventHandler Pin
mr_lasseter7-Nov-06 16:24
mr_lasseter7-Nov-06 16:24 
GeneralRe: EventHandler Pin
Socheat.Net11-Nov-06 15:18
Socheat.Net11-Nov-06 15:18 
GeneralRe: EventHandler Pin
mr_lasseter13-Nov-06 2:19
mr_lasseter13-Nov-06 2:19 
QuestionReading integers from a binary file Pin
Instamatix_Simon7-Nov-06 14:28
Instamatix_Simon7-Nov-06 14:28 

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.