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

Visual Basic

 
QuestionRuntime error '91' Pin
Pedram Behroozi23-Sep-08 22:59
Pedram Behroozi23-Sep-08 22:59 
AnswerRe: Runtime error '91' Pin
ChandraRam23-Sep-08 23:24
ChandraRam23-Sep-08 23:24 
GeneralRe: Runtime error '91' Pin
Pedram Behroozi23-Sep-08 23:28
Pedram Behroozi23-Sep-08 23:28 
GeneralRe: Runtime error '91' Pin
ChandraRam23-Sep-08 23:39
ChandraRam23-Sep-08 23:39 
GeneralRe: Runtime error '91' Pin
Dave Kreskowiak24-Sep-08 1:46
mveDave Kreskowiak24-Sep-08 1:46 
GeneralRe: Runtime error '91' Pin
Dave Kreskowiak24-Sep-08 1:48
mveDave Kreskowiak24-Sep-08 1:48 
GeneralRe: Runtime error '91' Pin
Pedram Behroozi24-Sep-08 3:14
Pedram Behroozi24-Sep-08 3:14 
GeneralRe: Runtime error '91' Pin
nlarson1124-Sep-08 3:45
nlarson1124-Sep-08 3:45 
you need to 'Load' the new control.

Example:

Load grpButtons(iBtn)

With grpButtons(iBtn)
.value = False
.Left = grpButtons(0).Left
.Top = grpButtons(iBtn - 1).Top + .Height
.Caption = frm.sFormName
.Visible = True
End With

'Never argue with an idiot; they'll drag you down to their level and beat you with experience.' ~ anonymous

'Life's real failure is when you do not realize how close you were to success when you gave up.' ~ anonymous


GeneralRe: Runtime error '91' Pin
Pedram Behroozi24-Sep-08 5:40
Pedram Behroozi24-Sep-08 5:40 
GeneralRe: Runtime error '91' Pin
nlarson1124-Sep-08 6:09
nlarson1124-Sep-08 6:09 
GeneralRe: Runtime error '91' Pin
Dave Kreskowiak24-Sep-08 9:12
mveDave Kreskowiak24-Sep-08 9:12 
GeneralRe: Runtime error '91' Pin
nlarson1124-Sep-08 10:03
nlarson1124-Sep-08 10:03 
GeneralRe: Runtime error '91' Pin
ChandraRam25-Sep-08 1:06
ChandraRam25-Sep-08 1:06 
AnswerRe: Runtime error '91' (Done!) Pin
Pedram Behroozi25-Sep-08 3:50
Pedram Behroozi25-Sep-08 3:50 
QuestionProblem With Saving Image in Binary format Pin
Saba0223-Sep-08 16:35
Saba0223-Sep-08 16:35 
AnswerRe: Problem With Saving Image in Binary format Pin
N a v a n e e t h23-Sep-08 17:48
N a v a n e e t h23-Sep-08 17:48 
QuestionAccess combobox binding and relationships Pin
Member 435504923-Sep-08 11:48
Member 435504923-Sep-08 11:48 
QuestionHow to GetMethod that use Dynamic Parameter (TypeParam)? Pin
f3rland23-Sep-08 11:01
f3rland23-Sep-08 11:01 
QuestionError: "Invalid Parameter Used" when i try to display an image [modified] Pin
Member 367504723-Sep-08 3:37
Member 367504723-Sep-08 3:37 
QuestionPLEASE HELP ME Pin
sidwithu23-Sep-08 3:31
sidwithu23-Sep-08 3:31 
AnswerRe: PLEASE HELP ME Pin
Dave Kreskowiak23-Sep-08 7:02
mveDave Kreskowiak23-Sep-08 7:02 
QuestionReport Printining Pin
Gagan.2023-Sep-08 1:13
Gagan.2023-Sep-08 1:13 
QuestionConvert Topographic Map/ Contour Map Pin
Tan Yih Sheng22-Sep-08 23:45
Tan Yih Sheng22-Sep-08 23:45 
Questioncreating ascii file in mc1000 Pin
jayv0122-Sep-08 22:28
jayv0122-Sep-08 22:28 
AnswerRe: creating ascii file in mc1000 Pin
ChandraRam23-Sep-08 0:54
ChandraRam23-Sep-08 0:54 

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.