Click here to Skip to main content
15,893,668 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Dynamic Form Combo Box issue Pin
Dave Kreskowiak17-Nov-09 15:34
mveDave Kreskowiak17-Nov-09 15:34 
QuestionSorting crystal report char on month name Pin
Salman Sheikh16-Nov-09 13:33
Salman Sheikh16-Nov-09 13:33 
AnswerRe: Sorting crystal report char on month name Pin
Mycroft Holmes16-Nov-09 13:44
professionalMycroft Holmes16-Nov-09 13:44 
GeneralRe: Sorting crystal report char on month name Pin
Salman Sheikh18-Nov-09 11:04
Salman Sheikh18-Nov-09 11:04 
QuestionChecking for the end of an arry Pin
a_b_clark16-Nov-09 3:40
a_b_clark16-Nov-09 3:40 
AnswerRe: Checking for the end of an arry Pin
EliottA16-Nov-09 4:11
EliottA16-Nov-09 4:11 
GeneralRe: Checking for the end of an arry Pin
Shameel16-Nov-09 5:11
professionalShameel16-Nov-09 5:11 
AnswerRe: Checking for the end of an arry Pin
Luc Pattyn16-Nov-09 5:38
sitebuilderLuc Pattyn16-Nov-09 5:38 
if you allocate a large array and then fill some of it with meaningful elements, leaving the remainder untouched, then arrays are not the best choice, you should use a generic List instead. Then you can iterate its content with a simple For Each

If all this is unfamiliar, you should look it up (Google) or better yet read an introductory book on VB.NET

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


Questionget google service in Visual Basic. Pin
shailendra_csp16-Nov-09 2:11
shailendra_csp16-Nov-09 2:11 
AnswerRe: get google service in Visual Basic. Pin
EliottA16-Nov-09 2:19
EliottA16-Nov-09 2:19 
GeneralRe: get google service in Visual Basic. Pin
Eddy Vluggen16-Nov-09 4:09
professionalEddy Vluggen16-Nov-09 4:09 
GeneralRe: get google service in Visual Basic. Pin
Dave Kreskowiak16-Nov-09 5:39
mveDave Kreskowiak16-Nov-09 5:39 
GeneralRe: get google service in Visual Basic. Pin
Steven J Jowett16-Nov-09 6:04
Steven J Jowett16-Nov-09 6:04 
GeneralRe: get google service in Visual Basic. Pin
Eddy Vluggen16-Nov-09 9:31
professionalEddy Vluggen16-Nov-09 9:31 
GeneralRe: get google service in Visual Basic. Pin
Dave Kreskowiak16-Nov-09 9:50
mveDave Kreskowiak16-Nov-09 9:50 
GeneralRe: get google service in Visual Basic. Pin
Luc Pattyn16-Nov-09 9:56
sitebuilderLuc Pattyn16-Nov-09 9:56 
GeneralRe: get google service in Visual Basic. Pin
Christian Graus16-Nov-09 11:12
protectorChristian Graus16-Nov-09 11:12 
GeneralRe: get google service in Visual Basic. Pin
Luc Pattyn16-Nov-09 11:30
sitebuilderLuc Pattyn16-Nov-09 11:30 
GeneralRe: get google service in Visual Basic. Pin
Dave Kreskowiak16-Nov-09 13:41
mveDave Kreskowiak16-Nov-09 13:41 
AnswerRe: get google service in Visual Basic. Pin
Eddy Vluggen16-Nov-09 4:45
professionalEddy Vluggen16-Nov-09 4:45 
QuestionDrawing Pin
Assaf8216-Nov-09 0:56
Assaf8216-Nov-09 0:56 
AnswerRe: Drawing Pin
EliottA16-Nov-09 1:30
EliottA16-Nov-09 1:30 
GeneralRe: Drawing Pin
Assaf8216-Nov-09 17:33
Assaf8216-Nov-09 17:33 
AnswerRe: Drawing Pin
Dave Kreskowiak16-Nov-09 5:36
mveDave Kreskowiak16-Nov-09 5:36 
AnswerRe: Drawing Pin
dan!sh 16-Nov-09 5:48
professional dan!sh 16-Nov-09 5:48 

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.