Click here to Skip to main content
15,896,527 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
Smile | :) Thanks that worked but when my variable i.e text in the textbox1 contains spaces only first word is shown.

this is what i want to actually do.

@echo off
7zr a -mx9 "%1".7z "%1".ecm
pause

this is a batch program to create archives of any file give as first argument to it.
now what i want to do is that i want do the same using vb so that i don't need an extra batch program.

Can you please tell me how to doing by replacing the varibles %1 as variable x

something like this

dim x as string
x = textbox1.text
shell("7zr a -mx9 "x".7z "x".ecm")

thanks.
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 
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 22:37
Striker.dbz3-Jun-09 22:37 
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:45
0x3c03-Jun-09 22: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 22:57
Striker.dbz3-Jun-09 22:57 
GeneralRe: How to use a an environment variable as argument to an program using shell command in VB.net 2005? Pin
0x3c03-Jun-09 23:24
0x3c03-Jun-09 23:24 

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.