Click here to Skip to main content
15,909,440 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Activedocument error - word addin problem Pin
K edar V19-Oct-06 21:23
K edar V19-Oct-06 21:23 
QuestionDecryption(plz urgent,,,_ Pin
ravimorampudi18-Oct-06 19:39
ravimorampudi18-Oct-06 19:39 
AnswerRe: Decryption(plz urgent,,,_ Pin
Dave Kreskowiak19-Oct-06 4:55
mveDave Kreskowiak19-Oct-06 4:55 
GeneralRe: Decryption(plz urgent,,,_ Pin
Colin Angus Mackay19-Oct-06 13:48
Colin Angus Mackay19-Oct-06 13:48 
GeneralRe: Decryption(plz urgent,,,_ Pin
Dave Kreskowiak19-Oct-06 18:02
mveDave Kreskowiak19-Oct-06 18:02 
AnswerRe: Decryption(plz urgent,,,_ Pin
Colin Angus Mackay19-Oct-06 13:51
Colin Angus Mackay19-Oct-06 13:51 
QuestionAccessing Controls On Other Forms Pin
johngod18-Oct-06 19:19
johngod18-Oct-06 19:19 
AnswerRe: Accessing Controls On Other Forms Pin
nlarson1119-Oct-06 5:05
nlarson1119-Oct-06 5:05 
In the forms designer, change

Friend WithEvents TxtProductionBgColor As System.Windows.Forms.TextBox
to
Public WithEvents TxtProductionBgColor As System.Windows.Forms.TextBox

You can also make a public routine populate the control and have form1 call form2.

hope this helps.
nathan
QuestionHow to create Custom word Document Pin
chandu4codeproj18-Oct-06 18:34
chandu4codeproj18-Oct-06 18:34 
AnswerRe: How to create Custom word Document Pin
Edbert P19-Oct-06 19:30
Edbert P19-Oct-06 19:30 
GeneralRe: How to create Custom word Document Pin
chandu4codeproj20-Oct-06 17:51
chandu4codeproj20-Oct-06 17:51 
GeneralRe: How to create Custom word Document Pin
Edbert P22-Oct-06 13:02
Edbert P22-Oct-06 13:02 
QuestionInvalid Operation Exception Was Unhandled Pin
UltraCoder18-Oct-06 18:23
UltraCoder18-Oct-06 18:23 
QuestionLoad Report Fail in Win 98 Pin
khwo18-Oct-06 15:40
khwo18-Oct-06 15:40 
AnswerRe: Load Report Fail in Win 98 Pin
Dave Kreskowiak18-Oct-06 17:52
mveDave Kreskowiak18-Oct-06 17:52 
GeneralRe: Load Report Fail in Win 98 Pin
khwo18-Oct-06 19:55
khwo18-Oct-06 19:55 
GeneralRe: Load Report Fail in Win 98 Pin
Dave Kreskowiak19-Oct-06 4:31
mveDave Kreskowiak19-Oct-06 4:31 
QuestionSave Panel / Form Layouts Pin
Shady14u18-Oct-06 15:11
Shady14u18-Oct-06 15:11 
AnswerRe: Save Panel / Form Layouts Pin
Polymorpher18-Oct-06 18:40
Polymorpher18-Oct-06 18:40 
GeneralRe: Save Panel / Form Layouts Pin
EvScott21-Oct-06 13:19
EvScott21-Oct-06 13:19 
QuestionMenu Items Pin
ADY00718-Oct-06 10:42
ADY00718-Oct-06 10:42 
AnswerRe: Menu Items Pin
UltraCoder18-Oct-06 10:56
UltraCoder18-Oct-06 10:56 
GeneralRe: Menu Items Pin
ADY00718-Oct-06 11:47
ADY00718-Oct-06 11:47 
GeneralRe: Menu Items Pin
ADY00718-Oct-06 12:00
ADY00718-Oct-06 12:00 
QuestionA truely ReadOnly comboBox ? Pin
Shawn Owens18-Oct-06 10:38
Shawn Owens18-Oct-06 10:38 

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.