Click here to Skip to main content
15,901,426 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Problem with the coding..(VB6) Pin
KaptinKrunch19-Dec-05 2:36
KaptinKrunch19-Dec-05 2:36 
GeneralRe: Problem with the coding..(VB6) Pin
S Douglas19-Dec-05 22:17
professionalS Douglas19-Dec-05 22:17 
AnswerRe: Problem with the coding..(VB6) Pin
S Douglas19-Dec-05 22:15
professionalS Douglas19-Dec-05 22:15 
QuestionGetting started (beginner) Pin
mellvincent18-Dec-05 3:46
mellvincent18-Dec-05 3:46 
AnswerRe: Getting started (beginner) Pin
Colin Angus Mackay18-Dec-05 5:19
Colin Angus Mackay18-Dec-05 5:19 
Questionmemory allocation Pin
_tasleem17-Dec-05 22:51
_tasleem17-Dec-05 22:51 
AnswerRe: memory allocation Pin
Colin Angus Mackay18-Dec-05 5:27
Colin Angus Mackay18-Dec-05 5:27 
QuestionOpeing a Form based on a Query Pin
R. A. Abbasi17-Dec-05 19:28
R. A. Abbasi17-Dec-05 19:28 
I have a number of forms (named as Employee1, Employee2 etc.), one for each of the employees, describing the details about them. Each of these forms is supposed to be opened based on a query. The idea is depicted in the following sample code:
Dim frm As New Form
Dim EmpID As Integer = 1    ' for example, only - actually coming from a query
frm.Name = "Employee" & CStr(EmpID)
frm.Text = "Employee ID: " & CStr(EmpID)
frm.ShowDialog()
The EmpID is actually coming from a query. The above piece of code opens a blank form, without taking into account the Name property of the form, which used to work fine in VB6 (as I remember).

An idea to solve this problem is appreciated.
AnswerRe: Opeing a Form based on a Query Pin
Dave Kreskowiak18-Dec-05 11:52
mveDave Kreskowiak18-Dec-05 11:52 
GeneralRe: Opeing a Form based on a Query Pin
R. A. Abbasi18-Dec-05 13:47
R. A. Abbasi18-Dec-05 13:47 
GeneralRe: Opeing a Form based on a Query Pin
Dave Kreskowiak18-Dec-05 14:46
mveDave Kreskowiak18-Dec-05 14:46 
Questiondbf with VB.Net (2005) Pin
Rainer_4217-Dec-05 11:41
Rainer_4217-Dec-05 11:41 
AnswerRe: dbf with VB.Net (2005) Pin
Mekong River17-Dec-05 16:49
Mekong River17-Dec-05 16:49 
AnswerRe: dbf with VB.Net (2005) Pin
albCode19-Dec-05 5:01
albCode19-Dec-05 5:01 
QuestionDatabase help Pin
Binary011017-Dec-05 8:51
Binary011017-Dec-05 8:51 
AnswerRe: Database help Pin
Christian Graus17-Dec-05 22:12
protectorChristian Graus17-Dec-05 22:12 
GeneralRe: Database help Pin
jcrussell18-Dec-05 18:28
jcrussell18-Dec-05 18:28 
QuestionGame Programming using VB.NET Pin
dipankaronline17-Dec-05 7:34
dipankaronline17-Dec-05 7:34 
AnswerRe: Game Programming using VB.NET Pin
Mazitan17-Dec-05 8:04
Mazitan17-Dec-05 8:04 
AnswerRe: Game Programming using VB.NET Pin
Mekong River17-Dec-05 16:54
Mekong River17-Dec-05 16:54 
Questionate help VB.net transparency between objects Pin
JUNEYT17-Dec-05 6:53
JUNEYT17-Dec-05 6:53 
AnswerRe: ate help VB.net transparency between objects Pin
Christian Graus17-Dec-05 22:06
protectorChristian Graus17-Dec-05 22:06 
QuestionRemove file name while print in dos mode. Pin
.NetRams17-Dec-05 0:17
.NetRams17-Dec-05 0:17 
AnswerRe: Remove file name while print in dos mode. Pin
Dave Kreskowiak17-Dec-05 8:18
mveDave Kreskowiak17-Dec-05 8:18 
Question"shape query " in .NET Pin
Yogesh Saravate16-Dec-05 19:21
Yogesh Saravate16-Dec-05 19:21 

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.