Click here to Skip to main content
15,899,475 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to put file in file? [Not Compress] Pin
Stylus VB23-Apr-09 11:17
Stylus VB23-Apr-09 11:17 
AnswerRe: How to put file in file? [Not Compress] Pin
Colin Angus Mackay23-Apr-09 12:39
Colin Angus Mackay23-Apr-09 12:39 
GeneralRe: How to put file in file? [Not Compress] Pin
Stylus VB23-Apr-09 23:29
Stylus VB23-Apr-09 23:29 
GeneralRe: How to put file in file? [Not Compress] Pin
Johan Hakkesteegt23-Apr-09 23:56
Johan Hakkesteegt23-Apr-09 23:56 
GeneralRe: How to put file in file? [Not Compress] Pin
Stylus VB24-Apr-09 0:46
Stylus VB24-Apr-09 0:46 
GeneralRe: How to put file in file? [Not Compress] Pin
Johan Hakkesteegt24-Apr-09 1:02
Johan Hakkesteegt24-Apr-09 1:02 
QuestionNeeded help on setting withevents property for combobox. Pin
the_amol23-Apr-09 4:54
the_amol23-Apr-09 4:54 
AnswerRe: Needed help on setting withevents property for combobox. Pin
Henry Minute23-Apr-09 12:09
Henry Minute23-Apr-09 12:09 
What is needed is something like the following:

Private Sub comboNumCol1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles comboNumCol1.SelectedIndexChanged, comboNumCol2.SelectedIndexChanged, comboNumCol3.SelectedIndexChanged, ..........
    frmColumnDetails.Show()
End Sub


adding a comboNumCol'N'.SelectedIndexChanged for each comboBox you want to be handled.

BTW Please, place your code samples between <pre>....code goes here....</pre> and format it properly. You know indenting, blanks before and after subs etc.

It will increase your chances of getting an answer at least 100 fold.

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: Needed help on setting withevents property for combobox. Pin
the_amol23-Apr-09 22:44
the_amol23-Apr-09 22:44 
QuestionQuerying Access back end database with wildcard Pin
Solo123-Apr-09 4:49
Solo123-Apr-09 4:49 
AnswerRe: Querying Access back end database with wildcard Pin
Eddy Vluggen23-Apr-09 4:58
professionalEddy Vluggen23-Apr-09 4:58 
GeneralRe: Querying Access back end database with wildcard Pin
Alex Tory23-Apr-09 5:57
Alex Tory23-Apr-09 5:57 
GeneralRe: Querying Access back end database with wildcard Pin
Eddy Vluggen23-Apr-09 6:07
professionalEddy Vluggen23-Apr-09 6:07 
GeneralRe: Querying Access back end database with wildcard Pin
Solo123-Apr-09 11:41
Solo123-Apr-09 11:41 
AnswerRe: Querying Access back end database with wildcard Pin
Kschuler23-Apr-09 6:14
Kschuler23-Apr-09 6:14 
GeneralRe: Querying Access back end database with wildcard Pin
Solo123-Apr-09 11:36
Solo123-Apr-09 11:36 
QuestionHow can i use printf() o cout in MFC Pin
johnjitu23-Apr-09 4:33
johnjitu23-Apr-09 4:33 
AnswerRe: How can i use printf() o cout in MFC Pin
Eddy Vluggen23-Apr-09 4:44
professionalEddy Vluggen23-Apr-09 4:44 
AnswerRe: How can i use printf() o cout in MFC Pin
Yusuf23-Apr-09 5:07
Yusuf23-Apr-09 5:07 
AnswerRe: How can i use printf() o cout in MFC Pin
Christian Graus23-Apr-09 10:24
protectorChristian Graus23-Apr-09 10:24 
GeneralRe: How can i use printf() o cout in MFC Pin
Luc Pattyn23-Apr-09 10:47
sitebuilderLuc Pattyn23-Apr-09 10:47 
GeneralRe: How can i use printf() o cout in MFC Pin
Johan Hakkesteegt23-Apr-09 23:04
Johan Hakkesteegt23-Apr-09 23:04 
QuestionPictureBox Imgage Processing Pin
M_Naeem22-Apr-09 19:43
M_Naeem22-Apr-09 19:43 
AnswerRe: PictureBox Imgage Processing Pin
Christian Graus22-Apr-09 23:12
protectorChristian Graus22-Apr-09 23:12 
QuestionHangman Game Pin
elindel22-Apr-09 17:03
elindel22-Apr-09 17:03 

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.