Click here to Skip to main content
15,913,685 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCommunicate with others! Pin
Pedram Behroozi28-Aug-08 23:28
Pedram Behroozi28-Aug-08 23:28 
AnswerRe: Communicate with others![Igonore Repost] Pin
Manas Bhardwaj28-Aug-08 23:44
professionalManas Bhardwaj28-Aug-08 23:44 
GeneralRe: Communicate with others![Igonore Repost] Pin
Pedram Behroozi28-Aug-08 23:56
Pedram Behroozi28-Aug-08 23:56 
GeneralRe: Communicate with others![Igonore Repost] Pin
Dave Kreskowiak29-Aug-08 7:06
mveDave Kreskowiak29-Aug-08 7:06 
AnswerRe: Communicate with others! Pin
Guffa30-Aug-08 2:40
Guffa30-Aug-08 2:40 
QuestionCompressing file to lzh format in vb6 Pin
anu_sam77728-Aug-08 23:20
anu_sam77728-Aug-08 23:20 
AnswerRe: Compressing file to lzh format in vb6 Pin
Dave Kreskowiak29-Aug-08 7:05
mveDave Kreskowiak29-Aug-08 7:05 
QuestionVB.NET Structures Pin
Member 272135928-Aug-08 22:57
Member 272135928-Aug-08 22:57 
Hi,

I have a script that creates flat files. It firstly reads them into a structure upon which validation takes place.

I am wondering if there is any way possible I can loop each variable in the Structure and set it programaticly rather than hard coding

I mean

Structure ABC
Dim A as String
Dim B as String
Dim C as String
End Structure

and in my code I would like to beable to do something like
For each c as variable in Structure
c = [myDataTable].Rows[i].value
next

If you understand what Im getting at.
Rather than me entering

values
a = [mydatatable].rows[i].value
b = [mydatatable].rows[i].value
AnswerRe: VB.NET Structures Pin
Abhishek Sur29-Aug-08 1:37
professionalAbhishek Sur29-Aug-08 1:37 
AnswerRe: VB.NET Structures Pin
Jon_Boy29-Aug-08 1:54
Jon_Boy29-Aug-08 1:54 
QuestionIs it possible to convert Web application to windows application Pin
Gandalf_TheWhite28-Aug-08 22:37
professionalGandalf_TheWhite28-Aug-08 22:37 
AnswerRe: Is it possible to convert Web application to windows application Pin
Manas Bhardwaj28-Aug-08 22:43
professionalManas Bhardwaj28-Aug-08 22:43 
GeneralRe: Is it possible to convert Web application to windows application Pin
Gandalf_TheWhite28-Aug-08 23:20
professionalGandalf_TheWhite28-Aug-08 23:20 
GeneralRe: Is it possible to convert Web application to windows application Pin
Manas Bhardwaj28-Aug-08 23:43
professionalManas Bhardwaj28-Aug-08 23:43 
GeneralRe: Is it possible to convert Web application to windows application Pin
Gandalf_TheWhite28-Aug-08 23:47
professionalGandalf_TheWhite28-Aug-08 23:47 
GeneralRe: Is it possible to convert Web application to windows application Pin
Dave Kreskowiak29-Aug-08 6:59
mveDave Kreskowiak29-Aug-08 6:59 
GeneralRe: Is it possible to convert Web application to windows application Pin
Gandalf_TheWhite7-Sep-08 22:16
professionalGandalf_TheWhite7-Sep-08 22:16 
AnswerRe: Is it possible to convert Web application to windows application Pin
Abhishek Sur29-Aug-08 1:41
professionalAbhishek Sur29-Aug-08 1:41 
GeneralRe: Is it possible to convert Web application to windows application Pin
Gandalf_TheWhite29-Aug-08 2:32
professionalGandalf_TheWhite29-Aug-08 2:32 
Questionkey down event of form not fired after adding toolstripcontainer [modified] Pin
DsouzaBenita5828-Aug-08 22:12
DsouzaBenita5828-Aug-08 22:12 
QuestionPlease help with a fairly simple percentage calculation.... Pin
Joey Picerno28-Aug-08 16:11
Joey Picerno28-Aug-08 16:11 
AnswerRe: Please help with a fairly simple percentage calculation.... Pin
Sathesh Sakthivel28-Aug-08 20:42
Sathesh Sakthivel28-Aug-08 20:42 
AnswerRe: Please help with a fairly simple percentage calculation.... Pin
Guffa28-Aug-08 21:20
Guffa28-Aug-08 21:20 
JokeRe: Please help with a fairly simple percentage calculation.... Pin
Manas Bhardwaj28-Aug-08 21:55
professionalManas Bhardwaj28-Aug-08 21:55 
AnswerRe: Please help with a fairly simple percentage calculation.... Pin
Ashfield29-Aug-08 2:47
Ashfield29-Aug-08 2:47 

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.