Click here to Skip to main content
15,889,116 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: show and hide process with showwindow api Pin
Dave Kreskowiak29-Apr-13 7:13
mveDave Kreskowiak29-Apr-13 7:13 
AnswerRe: show and hide process with showwindow api Pin
Eddy Vluggen29-Apr-13 2:17
professionalEddy Vluggen29-Apr-13 2:17 
GeneralRe: show and hide process with showwindow api Pin
JR21229-Apr-13 2:40
JR21229-Apr-13 2:40 
AnswerRe: show and hide process with showwindow api Pin
Eddy Vluggen29-Apr-13 3:24
professionalEddy Vluggen29-Apr-13 3:24 
GeneralRe: show and hide process with showwindow api Pin
JR21229-Apr-13 20:38
JR21229-Apr-13 20:38 
GeneralRe: show and hide process with showwindow api Pin
Dave Kreskowiak30-Apr-13 1:43
mveDave Kreskowiak30-Apr-13 1:43 
QuestionVBA using Structure Appearance Pin
mach1carr28-Apr-13 9:19
mach1carr28-Apr-13 9:19 
AnswerRe: VBA using Structure Appearance Pin
Kenneth Haugland28-Apr-13 21:36
mvaKenneth Haugland28-Apr-13 21:36 
It seems rather elementary but If you take a look at the code below:
VB
Dim strFileName As String
Dim dlgXLS As New CFileDialog

With dlgXLS
  .Title = "Choose a Spreadsheet"
  .Filter = "Excel (*.xls)|*.xls|All Files (*.*)|*.*"
  .Flags = ofnFileMustExist OR ofnExplorer

  If OpenFileDialog() Then
    strFileName = .FileName
  End If
End With
Set dlgXLS = Nothing


I assume that you would write somehting like:
VB
Dim personl, person2 As Person
person1.Name =  "Mic"
person1.Stats.Height = 170

etc.
AnswerRe: VBA using Structure Appearance Pin
Dave Kreskowiak29-Apr-13 2:07
mveDave Kreskowiak29-Apr-13 2:07 
QuestionTo readLine column by column Pin
cumaryare426-Apr-13 10:25
professionalcumaryare426-Apr-13 10:25 
AnswerRe: To readLine column by column Pin
Dave Kreskowiak26-Apr-13 12:21
mveDave Kreskowiak26-Apr-13 12:21 
QuestionHow to zip folder in vb6 Pin
wsun8726-Apr-13 0:47
wsun8726-Apr-13 0:47 
AnswerRe: How to zip folder in vb6 Pin
Eddy Vluggen26-Apr-13 6:14
professionalEddy Vluggen26-Apr-13 6:14 
GeneralRe: How to zip folder in vb6 Pin
cf2i-acive28-Apr-13 16:04
cf2i-acive28-Apr-13 16:04 
QuestionList of error codes and matching error descriptions in vb.net Pin
treddie25-Apr-13 12:06
treddie25-Apr-13 12:06 
AnswerRe: List of error codes and matching error descriptions in vb.net Pin
dusty_dex25-Apr-13 13:47
dusty_dex25-Apr-13 13:47 
GeneralRe: List of error codes and matching error descriptions in vb.net Pin
treddie25-Apr-13 16:49
treddie25-Apr-13 16:49 
GeneralRe: List of error codes and matching error descriptions in vb.net Pin
dusty_dex26-Apr-13 0:25
dusty_dex26-Apr-13 0:25 
AnswerRe: List of error codes and matching error descriptions in vb.net Pin
Dave Kreskowiak25-Apr-13 14:51
mveDave Kreskowiak25-Apr-13 14:51 
GeneralRe: List of error codes and matching error descriptions in vb.net Pin
treddie25-Apr-13 16:56
treddie25-Apr-13 16:56 
GeneralRe: List of error codes and matching error descriptions in vb.net Pin
Dave Kreskowiak26-Apr-13 1:48
mveDave Kreskowiak26-Apr-13 1:48 
GeneralRe: List of error codes and matching error descriptions in vb.net Pin
treddie26-Apr-13 10:15
treddie26-Apr-13 10:15 
GeneralRe: List of error codes and matching error descriptions in vb.net Pin
Dave Kreskowiak26-Apr-13 12:17
mveDave Kreskowiak26-Apr-13 12:17 
GeneralRe: List of error codes and matching error descriptions in vb.net Pin
Dave Kreskowiak26-Apr-13 12:19
mveDave Kreskowiak26-Apr-13 12:19 
Questiontextbox Pin
Member 994134324-Apr-13 22:10
Member 994134324-Apr-13 22:10 

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.