Click here to Skip to main content
15,888,968 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: show and hide process with showwindow api Pin
JR21229-Apr-13 2:39
JR21229-Apr-13 2:39 
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 
Structure Appearance
	Dim height As Double   'inches
	Dim weight As Double   'pounds 
End Structure

Structure Person
	Dim name As String
	Dim stats As Appearance 
End Structure

Private Sub btnDisplay_Click(...) Handles btnDisplay.Click
	Dim personl, person2 As Person
	Dim person1 As String = Michael
	

(missing lines –come from a, b, c, d, & e listed below) 



End Sub
	


	(a)	Give person, the name Michael
	(b)	Set Michael's height and weight to 71 and 190, respectively.
	(c)	Give person2 the name Jacob.
	(d)	Set Jacob's height and weight to 70 and 175, respectively.
	(e)	If one person is both taller and heavier than the other, display a sentence of the form 

AnswerRe: VBA using Structure Appearance Pin
Kenneth Haugland28-Apr-13 21:36
mvaKenneth Haugland28-Apr-13 21:36 
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 

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.