Click here to Skip to main content
16,006,006 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: running Exe Pin
20-May-02 13:39
suss20-May-02 13:39 
GeneralMath DLL Pin
12-May-02 20:39
suss12-May-02 20:39 
GeneralRe: Math DLL Pin
Paul M Watt13-May-02 8:03
mentorPaul M Watt13-May-02 8:03 
GeneralRe: Math DLL Pin
13-May-02 16:19
suss13-May-02 16:19 
GeneralRe: Math DLL Pin
Nick Parker15-May-02 2:02
protectorNick Parker15-May-02 2:02 
GeneralRe: Math DLL Pin
16-May-02 1:59
suss16-May-02 1:59 
QuestionHow do u make a newline in an text box? Pin
devvvy12-May-02 7:53
devvvy12-May-02 7:53 
AnswerRe: How do u make a newline in an text box? Pin
Hesham Amin12-May-02 22:22
Hesham Amin12-May-02 22:22 
You can use :
<br />
txtMsgBox.Text=txtMsgBox.Text+ vbCrLf + "NewString"<br />


as vbCrLf = \n in VB

make sure that :
<br />
txtMsgBox.MultiLine=True<br />

GeneralRe: How do u make a newline in an text box? Pin
Jason Gerard16-May-02 3:12
Jason Gerard16-May-02 3:12 
AnswerRe: How do u make a newline in an text box? Pin
Bo Hunter5-Jun-02 19:12
Bo Hunter5-Jun-02 19:12 
GeneralMAPI Pin
Sumudu Perera12-May-02 6:21
Sumudu Perera12-May-02 6:21 
Generalsettimer in a activex dll Pin
12-May-02 6:03
suss12-May-02 6:03 
GeneralRe: settimer in a activex dll Pin
Richard Deeming23-May-02 3:40
mveRichard Deeming23-May-02 3:40 
GeneralAutoHide (hiding panes like ToolBox pane in VS.NET) and Tab dialog Pin
devvvy11-May-02 18:08
devvvy11-May-02 18:08 
GeneralListbox from Access Database Pin
10-May-02 9:59
suss10-May-02 9:59 
GeneralRe: Listbox from Access Database Pin
Nick Parker10-May-02 18:33
protectorNick Parker10-May-02 18:33 
GeneralRe: Listbox from Access Database Pin
11-May-02 0:09
suss11-May-02 0:09 
GeneralRe: Listbox from Access Database Pin
Nick Parker11-May-02 1:28
protectorNick Parker11-May-02 1:28 
GeneralRe: Listbox from Access Database Pin
James T. Johnson11-May-02 3:17
James T. Johnson11-May-02 3:17 
GeneralRe: Listbox from Access Database Pin
11-May-02 7:25
suss11-May-02 7:25 
GeneralQuick question on this site.. Pin
Craig Kazial9-May-02 6:23
Craig Kazial9-May-02 6:23 
GeneralRe: Quick question on this site.. Pin
Nick Parker9-May-02 10:18
protectorNick Parker9-May-02 10:18 
GeneralRe: Quick question on this site.. Pin
David Wengier9-May-02 13:19
David Wengier9-May-02 13:19 
GeneralRe: Quick question on this site.. Pin
Daniel Turini11-May-02 2:04
Daniel Turini11-May-02 2:04 
GeneralRe: Quick question on this site.. Pin
James T. Johnson11-May-02 2:34
James T. Johnson11-May-02 2:34 

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.