Click here to Skip to main content
15,891,184 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralPropertyPages Pin
Sindebad9-Jul-03 11:32
Sindebad9-Jul-03 11:32 
GeneralMinutes to Hours Conversions in VB.NET Pin
Jm6k9-Jul-03 8:27
Jm6k9-Jul-03 8:27 
GeneralRe: Minutes to Hours Conversions in VB.NET Pin
dynamic9-Jul-03 8:54
dynamic9-Jul-03 8:54 
GeneralRe: Minutes to Hours Conversions in VB.NET Pin
Jm6k9-Jul-03 17:09
Jm6k9-Jul-03 17:09 
QuestionVB version of OnIdle? Pin
-Dy9-Jul-03 2:11
-Dy9-Jul-03 2:11 
AnswerRe: VB version of OnIdle? Pin
Hesham Amin9-Jul-03 3:47
Hesham Amin9-Jul-03 3:47 
GeneralName of the Application and Command line arguments Pin
Mark P8-Jul-03 21:04
Mark P8-Jul-03 21:04 
GeneralRe: Name of the Application and Command line arguments Pin
dynamic8-Jul-03 22:04
dynamic8-Jul-03 22:04 
VbCode:
<font color="blue">Private</font><font color="blue"></font> <font color="blue">Sub</font> Button1_Click(<font color="blue">ByVal</font> sender <font color="blue">As</font> System.Object,<font color="blue"></font> <font color="blue">ByVal</font> e <font color="blue">As</font> System.EventArgs) <font color="blue">Handles</font> Button1.Click <br> <font color="blue"></font><font color="blue"></font>    <font color="blue">Dim</font> sName <font color="blue">As</font> <font color="blue">String</font> = Application.ExecutablePath <br> <font color="blue"></font><font color="blue"></font>    MessageBox.Show(sName) <font color="DarkGreen">'/// this will show the application's exe path and the application's .exe name. <br></font><br> <font color="blue">End</font><font color="blue"></font> <font color="blue">Sub</font> <br> 



hope it helps Smile | :)



Vb:
<font color="blue">Public Function</font> TwinsOnWay(<font color="blue">ByVal</font> twins <font color="blue">As String</font>) <font color="blue">As String <br>     Select Case</font> twins<br>         <font color="blue">Case</font> "Gender" <br>             <font color="blue">Return</font> "Two Girls" <br>     <font color="blue">End Select <br> End Function</font> <br> 


GeneralUTC time... Pin
byblostas8-Jul-03 10:42
byblostas8-Jul-03 10:42 
GeneralRe: UTC time... Pin
Hesham Amin9-Jul-03 20:54
Hesham Amin9-Jul-03 20:54 
GeneralSending information to and from different forms Pin
Emile Jacobs8-Jul-03 9:20
Emile Jacobs8-Jul-03 9:20 
GeneralRe: Sending information to and from different forms Pin
dynamic8-Jul-03 9:53
dynamic8-Jul-03 9:53 
GeneralRe: Sending information to and from different forms Pin
Emile Jacobs8-Jul-03 23:45
Emile Jacobs8-Jul-03 23:45 
QuestionHow to make VB ActiveX DLL? Pin
mr20038-Jul-03 9:19
mr20038-Jul-03 9:19 
AnswerRe: How to make VB ActiveX DLL? Pin
Hesham Amin8-Jul-03 20:45
Hesham Amin8-Jul-03 20:45 
GeneralRe: How to make VB ActiveX DLL? Pin
mr20039-Jul-03 2:49
mr20039-Jul-03 2:49 
GeneralRe: How to make VB ActiveX DLL? Pin
Hesham Amin9-Jul-03 3:45
Hesham Amin9-Jul-03 3:45 
QuestionMulti Threading Optimal Use? Pin
rlcc8-Jul-03 4:14
rlcc8-Jul-03 4:14 
AnswerRe: Multi Threading Optimal Use? Pin
Daniel Turini8-Jul-03 10:25
Daniel Turini8-Jul-03 10:25 
QuestionHow to Get \ Set The size of one col? Pin
lee12128-Jul-03 3:55
lee12128-Jul-03 3:55 
Questionhow to perform that... Pin
elmahdy7-Jul-03 13:41
elmahdy7-Jul-03 13:41 
AnswerRe: how to perform that... Pin
J. Dunlap7-Jul-03 13:46
J. Dunlap7-Jul-03 13:46 
Generaloutlook style interface Pin
yan194547-Jul-03 8:00
yan194547-Jul-03 8:00 
GeneralRe: outlook style interface Pin
apferreira8-Jul-03 6:04
apferreira8-Jul-03 6:04 
GeneralSystem.IO.DirectoryInfo.GetFiles.Getlength Pin
DxSolo7-Jul-03 6:41
DxSolo7-Jul-03 6:41 

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.