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

Visual Basic

 
GeneralRe: converting windows application to server based application Pin
vijaylumar15-Jul-08 1:58
vijaylumar15-Jul-08 1:58 
GeneralRe: converting windows application to server based application Pin
Vimalsoft(Pty) Ltd15-Jul-08 11:23
professionalVimalsoft(Pty) Ltd15-Jul-08 11:23 
AnswerRe: converting windows application to server based application Pin
Steven J Jowett14-Jul-08 13:18
Steven J Jowett14-Jul-08 13:18 
Questionhow to get system name and user name in vb.net windows application Pin
vijaylumar11-Jul-08 19:25
vijaylumar11-Jul-08 19:25 
AnswerRe: how to get system name and user name in vb.net windows application Pin
~Khatri Mitesh~11-Jul-08 20:18
~Khatri Mitesh~11-Jul-08 20:18 
AnswerRe: how to get system name and user name in vb.net windows application Pin
Rupesh Kumar Swami11-Jul-08 20:23
Rupesh Kumar Swami11-Jul-08 20:23 
AnswerRe: how to get system name and user name in vb.net windows application Pin
Luc Pattyn12-Jul-08 1:03
sitebuilderLuc Pattyn12-Jul-08 1:03 
AnswerRe: how to get system name and user name in vb.net windows application Pin
Vimalsoft(Pty) Ltd12-Jul-08 11:41
professionalVimalsoft(Pty) Ltd12-Jul-08 11:41 
To Get the Systen name if Current Login name we use Environmental Variables, this is Simple.

String strloginname = Environment.UserName.ToString();
   String strComputername = Environment.MachineName.ToString();
   MessageBox.Show(strloginname);
   MessageBox.Show(strComputername);


There are a lot of Answers in Google, you should teach your self to research before you ask.

Hope this Help

Vuyiswa Maseko,

Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding

VB.NET/SQL7/2000/2005
http://vuyiswamb.007ihost.com
http://Ecadre.007ihost.com
vuyiswam@tshwane.gov.za


QuestionSTA Error Pin
maksim31011-Jul-08 9:47
maksim31011-Jul-08 9:47 
AnswerRe: STA Error Pin
Luc Pattyn11-Jul-08 10:16
sitebuilderLuc Pattyn11-Jul-08 10:16 
AnswerRe: STA Error [modified] Pin
maksim31011-Jul-08 10:32
maksim31011-Jul-08 10:32 
QuestionParamater name: binding error Pin
AAGTHosting11-Jul-08 8:37
AAGTHosting11-Jul-08 8:37 
AnswerRe: Paramater name: binding error Pin
Kschuler11-Jul-08 9:30
Kschuler11-Jul-08 9:30 
AnswerRe: Paramater name: binding error Pin
Vimalsoft(Pty) Ltd12-Jul-08 11:50
professionalVimalsoft(Pty) Ltd12-Jul-08 11:50 
QuestionReading binary registry key returns "nothing" Pin
Chinners11-Jul-08 2:28
Chinners11-Jul-08 2:28 
AnswerRe: Reading binary registry key returns "nothing" Pin
Luc Pattyn11-Jul-08 3:17
sitebuilderLuc Pattyn11-Jul-08 3:17 
GeneralRe: Reading binary registry key returns "nothing" Pin
Chinners11-Jul-08 3:33
Chinners11-Jul-08 3:33 
GeneralRe: Reading binary registry key returns "nothing" Pin
Luc Pattyn11-Jul-08 3:47
sitebuilderLuc Pattyn11-Jul-08 3:47 
QuestionAdd Controls To Listview in Vs2005 Pin
Anoop Brijmohun11-Jul-08 2:16
Anoop Brijmohun11-Jul-08 2:16 
AnswerRe: Add Controls To Listview in Vs2005 Pin
Thomas Stockwell11-Jul-08 4:03
professionalThomas Stockwell11-Jul-08 4:03 
GeneralRe: Add Controls To Listview in Vs2005 Pin
Anoop Brijmohun11-Jul-08 4:10
Anoop Brijmohun11-Jul-08 4:10 
Questionsending email from asp.net/sqlserver on a particular date Pin
hepsy.i11-Jul-08 1:33
hepsy.i11-Jul-08 1:33 
AnswerRe: sending email from asp.net/sqlserver on a particular date Pin
jzonthemtn11-Jul-08 8:31
jzonthemtn11-Jul-08 8:31 
AnswerRe: sending email from asp.net/sqlserver on a particular date Pin
Vimalsoft(Pty) Ltd12-Jul-08 11:53
professionalVimalsoft(Pty) Ltd12-Jul-08 11:53 
QuestionVB6 to SSH Pin
tatchung11-Jul-08 0:08
tatchung11-Jul-08 0:08 

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.