Click here to Skip to main content
15,913,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Display Properties, Advanced, DPI Setting Pin
Hunter197317-Feb-06 2:10
Hunter197317-Feb-06 2:10 
QuestionProblem on Migrating VB to VB.NET using Dataset instead of recordset Pin
drexler_kk22-Jan-06 21:31
drexler_kk22-Jan-06 21:31 
AnswerRe: Problem on Migrating VB to VB.NET using Dataset instead of recordset Pin
lavanya_satheesh23-Jan-06 1:02
lavanya_satheesh23-Jan-06 1:02 
GeneralRe: Problem on Migrating VB to VB.NET using Dataset instead of recordset Pin
drexler_kk23-Jan-06 15:23
drexler_kk23-Jan-06 15:23 
AnswerRe: Problem on Migrating VB to VB.NET using Dataset instead of recordset Pin
mayhem_rules23-Jan-06 17:28
mayhem_rules23-Jan-06 17:28 
QuestionCreating VB Forms on FLY Pin
MalikRizwan22-Jan-06 19:36
MalikRizwan22-Jan-06 19:36 
AnswerRe: Creating VB Forms on FLY Pin
Dave Kreskowiak23-Jan-06 2:50
mveDave Kreskowiak23-Jan-06 2:50 
AnswerRe: Creating VB Forms on FLY Pin
MohammadAmiry23-Jan-06 9:31
MohammadAmiry23-Jan-06 9:31 
I think an array of type Forms could be helpful (if I have got you correctly):
dim forms() as Form
....
redim preserve form ( ubound(forms) + 1 )
set forms ( ubound ( forms) ) = new form
...


hope it helps
GeneralRe: Creating VB Forms on FLY Pin
MalikRizwan23-Jan-06 16:44
MalikRizwan23-Jan-06 16:44 
QuestionHow can I change background color of toolbar and MDI form? Pin
Mahbub895722-Jan-06 18:47
Mahbub895722-Jan-06 18:47 
AnswerRe: How can I change background color of toolbar and MDI form? Pin
lavanya_satheesh23-Jan-06 0:48
lavanya_satheesh23-Jan-06 0:48 
Questionhow to send mail using VB Pin
Paritos22-Jan-06 18:33
Paritos22-Jan-06 18:33 
AnswerRe: how to send mail using VB Pin
Mahbub895722-Jan-06 22:20
Mahbub895722-Jan-06 22:20 
GeneralRe: how to send mail using VB Pin
Paritos22-Jan-06 22:40
Paritos22-Jan-06 22:40 
GeneralRe: how to send mail using VB Pin
Mahbub895722-Jan-06 22:47
Mahbub895722-Jan-06 22:47 
GeneralRe: how to send mail using VB Pin
Paritos22-Jan-06 23:05
Paritos22-Jan-06 23:05 
GeneralRe: how to send mail using VB Pin
J4amieC22-Jan-06 23:38
J4amieC22-Jan-06 23:38 
AnswerRe: how to send mail using VB Pin
Fulmine23-Jan-06 1:12
Fulmine23-Jan-06 1:12 
AnswerRe: how to send mail using VB Pin
Mahbub895725-Jan-06 17:52
Mahbub895725-Jan-06 17:52 
AnswerRe: how to send mail using VB Pin
Mekong River26-Jan-06 15:04
Mekong River26-Jan-06 15:04 
Questionvb.net serial port comm using netcommocx activex control Pin
Neelima Raj22-Jan-06 18:24
Neelima Raj22-Jan-06 18:24 
QuestionThis Error Message PopUp when I execute, anyone can help me how to solve this? Pin
drexler_kk22-Jan-06 16:59
drexler_kk22-Jan-06 16:59 
AnswerRe: This Error Message PopUp when I execute, anyone can help me how to solve this? Pin
Owner drawn22-Jan-06 17:30
Owner drawn22-Jan-06 17:30 
GeneralRe: This Error Message PopUp when I execute, anyone can help me how to solve this? Pin
drexler_kk22-Jan-06 17:51
drexler_kk22-Jan-06 17:51 
GeneralRe: This Error Message PopUp when I execute, anyone can help me how to solve this? Pin
Owner drawn22-Jan-06 17:56
Owner drawn22-Jan-06 17:56 

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.