Click here to Skip to main content
15,881,715 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: enable/disable network adapter Pin
Rozis17-Jul-09 12:09
Rozis17-Jul-09 12:09 
AnswerRe: enable/disable network adapter Pin
Tom Deketelaere17-Jul-09 12:09
professionalTom Deketelaere17-Jul-09 12:09 
GeneralRe: enable/disable network adapter Pin
ivo7517-Jul-09 23:56
ivo7517-Jul-09 23:56 
QuestionNeed Conversion help Pin
User 584223717-Jul-09 5:59
User 584223717-Jul-09 5:59 
AnswerRe: Need Conversion help Pin
Christian Graus17-Jul-09 9:25
protectorChristian Graus17-Jul-09 9:25 
AnswerRe: Need Conversion help Pin
dan!sh 17-Jul-09 11:45
professional dan!sh 17-Jul-09 11:45 
AnswerRe: Need Conversion help Pin
Tom Deketelaere17-Jul-09 12:07
professionalTom Deketelaere17-Jul-09 12:07 
AnswerRe: Need Conversion help Pin
Adam R Harris17-Jul-09 13:17
Adam R Harris17-Jul-09 13:17 
umm it should be pretty straight forward ....

just remember in C#
dim MyString as String = ""

=
string MyString = ""; <-- Dont Forget The ';'


if (...) then
...
else
...
end if

=
if (...){
...
}else{
...}


and so on ... any .NET programmer worth his salt should be able to do this.

If at first you don't succeed ... post it on The Code Project and Pray.

GeneralRe: Need Conversion help Pin
User 584223718-Jul-09 5:09
User 584223718-Jul-09 5:09 
AnswerRe: Need Conversion help Pin
Nickolay Karnaukhov18-Jul-09 6:22
Nickolay Karnaukhov18-Jul-09 6:22 
QuestionProblem with Listview Pin
nazimghori17-Jul-09 5:08
nazimghori17-Jul-09 5:08 
AnswerRe: Problem with Listview Pin
nlarson1117-Jul-09 5:32
nlarson1117-Jul-09 5:32 
QuestionRe: Problem with Listview Pin
nazimghori17-Jul-09 17:41
nazimghori17-Jul-09 17:41 
QuestionImporting CSV files with embedded commas Pin
Astitva2317-Jul-09 1:04
Astitva2317-Jul-09 1:04 
AnswerRe: Importing CSV files with embedded commas Pin
riced17-Jul-09 7:26
riced17-Jul-09 7:26 
QuestionInput string was not in a correct format Pin
hsuresh16-Jul-09 23:50
hsuresh16-Jul-09 23:50 
AnswerRe: Input string was not in a correct format Pin
Luc Pattyn17-Jul-09 0:51
sitebuilderLuc Pattyn17-Jul-09 0:51 
QuestionSerialization and deserialization - can't view records in a datagrid nor save in a dataset Pin
BluesEnd16-Jul-09 17:50
BluesEnd16-Jul-09 17:50 
GeneralVB2008 express, Expression Error Pin
A Wyatt16-Jul-09 11:44
A Wyatt16-Jul-09 11:44 
GeneralRe: VB2008 express, Expression Error Pin
Christian Graus16-Jul-09 14:48
protectorChristian Graus16-Jul-09 14:48 
GeneralRe: VB2008 express, Expression Error Pin
Paul Conrad18-Jul-09 19:55
professionalPaul Conrad18-Jul-09 19:55 
GeneralRe: VB2008 express, Expression Error Pin
Dave Kreskowiak16-Jul-09 15:52
mveDave Kreskowiak16-Jul-09 15:52 
GeneralRe: VB2008 express, Expression Error Pin
Luc Pattyn16-Jul-09 15:55
sitebuilderLuc Pattyn16-Jul-09 15:55 
GeneralRe: VB2008 express, Expression Error Pin
Dave Kreskowiak16-Jul-09 16:00
mveDave Kreskowiak16-Jul-09 16:00 
GeneralRe: VB2008 express, Expression Error Pin
Luc Pattyn16-Jul-09 16:11
sitebuilderLuc Pattyn16-Jul-09 16:11 

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.