Click here to Skip to main content
15,904,153 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDon't load .ocx at runtime Pin
cstrader23228-Jul-08 9:44
cstrader23228-Jul-08 9:44 
GeneralRe: Don't load .ocx at runtime Pin
Paul Conrad28-Jul-08 9:54
professionalPaul Conrad28-Jul-08 9:54 
GeneralRe: Don't load .ocx at runtime Pin
cstrader23228-Jul-08 10:07
cstrader23228-Jul-08 10:07 
Questioncreate button programmatically for loop Pin
khm628-Jul-08 9:00
khm628-Jul-08 9:00 
AnswerRe: create button programmatically for loop Pin
Steven J Jowett28-Jul-08 10:18
Steven J Jowett28-Jul-08 10:18 
QuestionSearch/Evaluate My.Settings.StringCollection Pin
Member 437233128-Jul-08 8:12
Member 437233128-Jul-08 8:12 
AnswerRe: Search/Evaluate My.Settings.StringCollection Pin
paas29-Jul-08 0:47
paas29-Jul-08 0:47 
GeneralRe: Search/Evaluate My.Settings.StringCollection Pin
Member 437233129-Jul-08 2:41
Member 437233129-Jul-08 2:41 
Excellent thing to check. However, I have already checked that the holidays are there. The 'Holidays' are pre-populated with some default values at build time. The user can change them at will. The settings are there, I verified this with:
For each st as string in My.Settings.Holidays
   msgbox(st)
Next

The messages show the correct dates, which reflect any changes made on the specific machine. I also
have user settings for fore and back colors, window location, etc. which are always applied correctly.
I also tried aggregating all the holidays into one string and search it using 'InStr'. Once again, this worked fine on the dev machine but not others.
Does the problem lie in the fact that I am comparing a "date.tostring" with a "string"? But it does work on the dev machine.... Sigh | :sigh:
GeneralRe: Search/Evaluate My.Settings.StringCollection Pin
paas29-Jul-08 3:26
paas29-Jul-08 3:26 
GeneralRe: Search/Evaluate My.Settings.StringCollection Pin
Member 437233129-Jul-08 3:38
Member 437233129-Jul-08 3:38 
QuestionExport to Excel or html [modified] Pin
zzsoulzz28-Jul-08 7:27
zzsoulzz28-Jul-08 7:27 
AnswerRe: Export to Excel or html Pin
Paul Conrad28-Jul-08 10:50
professionalPaul Conrad28-Jul-08 10:50 
GeneralRe: Export to Excel or html Pin
zzsoulzz28-Jul-08 20:19
zzsoulzz28-Jul-08 20:19 
GeneralRe: Export to Excel or html Pin
Paul Conrad28-Jul-08 20:22
professionalPaul Conrad28-Jul-08 20:22 
GeneralRe: Export to Excel or html Pin
zzsoulzz28-Jul-08 20:32
zzsoulzz28-Jul-08 20:32 
QuestionString concat slow despite Stringbuilder Pin
frylord28-Jul-08 4:20
frylord28-Jul-08 4:20 
AnswerRe: String concat slow despite Stringbuilder Pin
Roger Alsing28-Jul-08 4:44
Roger Alsing28-Jul-08 4:44 
AnswerRe: String concat slow despite Stringbuilder Pin
Luc Pattyn28-Jul-08 5:18
sitebuilderLuc Pattyn28-Jul-08 5:18 
GeneralRe: String concat slow despite Stringbuilder Pin
frylord28-Jul-08 5:59
frylord28-Jul-08 5:59 
AnswerRe: String concat slow despite Stringbuilder Pin
Chinners28-Jul-08 5:33
Chinners28-Jul-08 5:33 
GeneralRe: String concat slow despite Stringbuilder Pin
frylord28-Jul-08 6:01
frylord28-Jul-08 6:01 
AnswerRe: String concat slow despite Stringbuilder Pin
Paul Conrad28-Jul-08 5:52
professionalPaul Conrad28-Jul-08 5:52 
GeneralRe: String concat slow despite Stringbuilder Pin
frylord28-Jul-08 6:08
frylord28-Jul-08 6:08 
GeneralRe: String concat slow despite Stringbuilder Pin
Paul Conrad28-Jul-08 6:12
professionalPaul Conrad28-Jul-08 6:12 
GeneralRe: String concat slow despite Stringbuilder Pin
Luc Pattyn28-Jul-08 6:21
sitebuilderLuc Pattyn28-Jul-08 6:21 

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.