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

Visual Basic

 
GeneralRe: Define window attribut from an URL Pin
Dave Kreskowiak10-Aug-05 7:34
mveDave Kreskowiak10-Aug-05 7:34 
Questionhow to create Event in Control Pin
Rizwan Bashir10-Aug-05 3:25
Rizwan Bashir10-Aug-05 3:25 
AnswerRe: how to create Event in Control Pin
Anonymous10-Aug-05 4:16
Anonymous10-Aug-05 4:16 
General"Make" option permanently greyed out in Visual Studio IDE Pin
Raptor Ramjet10-Aug-05 1:26
Raptor Ramjet10-Aug-05 1:26 
GeneralRe: "Make" option permanently greyed out in Visual Studio IDE Pin
Dave Kreskowiak10-Aug-05 7:31
mveDave Kreskowiak10-Aug-05 7:31 
GeneralRe: "Make" option permanently greyed out in Visual Studio IDE Pin
Anonymous11-Aug-05 9:13
Anonymous11-Aug-05 9:13 
GeneralRe: "Make" option permanently greyed out in Visual Studio IDE Pin
Dave Kreskowiak11-Aug-05 11:59
mveDave Kreskowiak11-Aug-05 11:59 
GeneralSaving results from worddialog and show it again Pin
Janaub9-Aug-05 23:47
Janaub9-Aug-05 23:47 
I am a noob at VB6. I have created a dialog with prefilled info as help for the user who will use this word template functionality. The prefilled info is put in the dialog textfields via "initialize" as shown in the codesnibbet below. Everything is then cascaded throughout the text in the template. It works fine but...This "Initialize info" is always shown when using this Macro. What I want is to save what ever the user last put in the textfields and show that the next time he/she uses this Macro/File. How can I do this?

Thanks for any help!Roll eyes | :rolleyes: Laugh | :laugh:

Private Sub UserForm_Initialize()<br />
 With FrmDocProp<br />
   .TxtProject.Text = "info"<br />
   .TxtClient.Text = "Info"<br />
   .TxtDocType.Text = "Info"<br />
   .TxtPreferredDate.Text = "Info"<br />
   .TxtAuthor.Text = "Author"<br />
End With<br />
End Sub


WOW Ruules!!
GeneralRe: Saving results from worddialog and show it again Pin
Dave Kreskowiak10-Aug-05 7:29
mveDave Kreskowiak10-Aug-05 7:29 
GeneralRe: Saving results from worddialog and show it again Pin
Janaub15-Aug-05 20:21
Janaub15-Aug-05 20:21 
GeneralRe: Saving results from worddialog and show it again Pin
Dave Kreskowiak16-Aug-05 1:48
mveDave Kreskowiak16-Aug-05 1:48 
GeneralRe: Saving results from worddialog and show it again Pin
Janaub16-Aug-05 2:49
Janaub16-Aug-05 2:49 
GeneralHit the Enter Key Pin
directred9-Aug-05 23:40
directred9-Aug-05 23:40 
GeneralRe: Hit the Enter Key Pin
directred9-Aug-05 23:49
directred9-Aug-05 23:49 
GeneralRe: Hit the Enter Key Pin
Dave Kreskowiak10-Aug-05 7:25
mveDave Kreskowiak10-Aug-05 7:25 
GeneralAccess key does not show Pin
xshi0059-Aug-05 23:39
xshi0059-Aug-05 23:39 
GeneralRe: Access key does not show Pin
Dave Kreskowiak10-Aug-05 7:22
mveDave Kreskowiak10-Aug-05 7:22 
GeneralRe: Access key does not show Pin
xshi00510-Aug-05 11:42
xshi00510-Aug-05 11:42 
GeneralMsgBox vs MessageBox (string conversion question) Pin
MaWeRic9-Aug-05 23:35
MaWeRic9-Aug-05 23:35 
GeneralRe: MsgBox vs MessageBox (string conversion question) Pin
Anonymous10-Aug-05 4:22
Anonymous10-Aug-05 4:22 
GeneralRe: MsgBox vs MessageBox (string conversion question) Pin
MaWeRic10-Aug-05 21:41
MaWeRic10-Aug-05 21:41 
GeneralAccessing Forms Pin
Anonymous9-Aug-05 23:20
Anonymous9-Aug-05 23:20 
GeneralRe: Accessing Forms Pin
Anonymous10-Aug-05 4:14
Anonymous10-Aug-05 4:14 
GeneralRe: Accessing Forms Pin
Mohamad Al Husseiny10-Aug-05 8:57
Mohamad Al Husseiny10-Aug-05 8:57 
GeneralAccessing another form Pin
Anonymous9-Aug-05 23:15
Anonymous9-Aug-05 23:15 

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.