Click here to Skip to main content
15,920,688 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVBA Current User variable Pin
ScottyCodeMan26-Sep-05 5:29
ScottyCodeMan26-Sep-05 5:29 
Questiontab Control properties Query Pin
directred26-Sep-05 5:03
directred26-Sep-05 5:03 
AnswerRe: tab Control properties Query Pin
Dave Kreskowiak26-Sep-05 5:14
mveDave Kreskowiak26-Sep-05 5:14 
Questionupdating data in the table Pin
shyleja26-Sep-05 4:52
shyleja26-Sep-05 4:52 
AnswerRe: updating data in the table Pin
Dave Kreskowiak26-Sep-05 4:55
mveDave Kreskowiak26-Sep-05 4:55 
QuestionNewbie Pin
james anakin26-Sep-05 4:04
sussjames anakin26-Sep-05 4:04 
AnswerRe: Newbie Pin
Dave Kreskowiak26-Sep-05 4:56
mveDave Kreskowiak26-Sep-05 4:56 
AnswerRe: Newbie Pin
shoaibnawaz26-Sep-05 12:19
shoaibnawaz26-Sep-05 12:19 
If you want to know about array of strings
Dim ArrayOfString(0 to 3) as String
Redim Preserver ArrayOfString(5)

ArrayOfString(0)="Put "
ArrayOfString(2)="What "
ArrayOfString(3)="You "
ArrayOfString(4)="to "
ArrayOfString(5)="Save."


Shoaib Nawaz
Questionproblem in updating data in sql table Pin
Anonymous26-Sep-05 3:37
Anonymous26-Sep-05 3:37 
AnswerRe: problem in updating data in sql table Pin
Dave Kreskowiak26-Sep-05 4:54
mveDave Kreskowiak26-Sep-05 4:54 
GeneralRe: problem in updating data in sql table Pin
Anonymous26-Sep-05 9:29
Anonymous26-Sep-05 9:29 
QuestionHow To Get Name of a Menu Item Pin
Gopi.V26-Sep-05 1:48
Gopi.V26-Sep-05 1:48 
AnswerRe: How To Get Name of a Menu Item Pin
Briga26-Sep-05 1:58
Briga26-Sep-05 1:58 
QuestionChaning button with an image Pin
Member 225908025-Sep-05 23:55
Member 225908025-Sep-05 23:55 
AnswerRe: Chaning button with an image Pin
_mubashir26-Sep-05 1:06
_mubashir26-Sep-05 1:06 
AnswerRe: Chaning button with an image Pin
_mubashir26-Sep-05 1:16
_mubashir26-Sep-05 1:16 
GeneralRe: Chaning button with an image Pin
Member 225908026-Sep-05 12:13
Member 225908026-Sep-05 12:13 
QuestionMusic with VB.NET Pin
Anonymous25-Sep-05 23:52
Anonymous25-Sep-05 23:52 
AnswerRe: Music with VB.NET Pin
Gopi.V26-Sep-05 1:36
Gopi.V26-Sep-05 1:36 
Questionis it possible.... Pin
icowa25-Sep-05 22:04
icowa25-Sep-05 22:04 
AnswerRe: is it possible.... Pin
rwestgraham26-Sep-05 8:01
rwestgraham26-Sep-05 8:01 
GeneralRe: is it possible.... Pin
icowa26-Sep-05 12:45
icowa26-Sep-05 12:45 
QuestionHow to use class for data accessing Pin
akhil.garg25-Sep-05 21:20
akhil.garg25-Sep-05 21:20 
AnswerRe: How to use class for data accessing Pin
Gopi.V26-Sep-05 1:42
Gopi.V26-Sep-05 1:42 
Questionhow to save pdf files to SQL database? Pin
BORN...again!25-Sep-05 20:42
BORN...again!25-Sep-05 20:42 

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.