Click here to Skip to main content
15,897,090 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow can use help.showpopup() method to display non unicode text ( arabic text ) in Popup window in vb 2005 applications Pin
samy ansara3-Jun-09 6:47
samy ansara3-Jun-09 6:47 
AnswerRe: how can use help.showpopup() to display non unicode text ( arabic text ) in Popup window in vb 2005 Pin
Christian Graus3-Jun-09 10:34
protectorChristian Graus3-Jun-09 10:34 
GeneralRe: how can use help.showpopup() to display non unicode text ( arabic text ) in Popup window in vb 2005 Pin
Dave Kreskowiak3-Jun-09 17:13
mveDave Kreskowiak3-Jun-09 17:13 
GeneralRe: how can use help.showpopup() to display non unicode text ( arabic text ) in Popup window in vb 2005 Pin
Christian Graus3-Jun-09 21:06
protectorChristian Graus3-Jun-09 21:06 
GeneralRe: how can use help.showpopup() to display non unicode text ( arabic text ) in Popup window in vb 2005 Pin
David Skelly3-Jun-09 22:29
David Skelly3-Jun-09 22:29 
GeneralRe: how can use help.showpopup() to display non unicode text ( arabic text ) in Popup window in vb 2005 Pin
Christian Graus3-Jun-09 23:19
protectorChristian Graus3-Jun-09 23:19 
GeneralRe: how can use help.showpopup() to display non unicode text ( arabic text ) in Popup window in vb 2005 Pin
Dave Kreskowiak4-Jun-09 1:24
mveDave Kreskowiak4-Jun-09 1:24 
QuestionHow to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
Striker.dbz3-Jun-09 5:12
Striker.dbz3-Jun-09 5:12 
I have this program below when i click this the text in textbox1 should replace the value of x
as a command line variable but this isn't happening.Confused | :confused:



Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim x As String
x = TextBox1.Text
Shell("un.cmd x", AppWinStyle.NormalFocus, False)
End Sub

Any help would be great.
please respond asap.

thanks.Confused | :confused:
AnswerRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
Kschuler3-Jun-09 5:14
Kschuler3-Jun-09 5:14 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
Striker.dbz3-Jun-09 5:18
Striker.dbz3-Jun-09 5:18 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
Kschuler3-Jun-09 5:21
Kschuler3-Jun-09 5:21 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
Striker.dbz3-Jun-09 5:49
Striker.dbz3-Jun-09 5:49 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
Kschuler3-Jun-09 7:27
Kschuler3-Jun-09 7:27 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
Striker.dbz3-Jun-09 21:02
Striker.dbz3-Jun-09 21:02 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
Striker.dbz3-Jun-09 21:18
Striker.dbz3-Jun-09 21:18 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
Kschuler4-Jun-09 2:43
Kschuler4-Jun-09 2:43 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
Striker.dbz4-Jun-09 4:51
Striker.dbz4-Jun-09 4:51 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
Dave Kreskowiak3-Jun-09 5:47
mveDave Kreskowiak3-Jun-09 5:47 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
Striker.dbz3-Jun-09 5:52
Striker.dbz3-Jun-09 5:52 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
Luc Pattyn3-Jun-09 7:36
sitebuilderLuc Pattyn3-Jun-09 7:36 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
Dave Kreskowiak3-Jun-09 12:35
mveDave Kreskowiak3-Jun-09 12:35 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? [modified] Pin
Striker.dbz3-Jun-09 20:50
Striker.dbz3-Jun-09 20:50 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
0x3c03-Jun-09 21:45
0x3c03-Jun-09 21:45 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
Striker.dbz3-Jun-09 21:58
Striker.dbz3-Jun-09 21:58 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
0x3c03-Jun-09 22:09
0x3c03-Jun-09 22:09 

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.