Click here to Skip to main content
15,901,284 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCan't get combo box to update with data [modified] Pin
Dominick Marciano10-Jul-09 8:01
professionalDominick Marciano10-Jul-09 8:01 
AnswerRe: Can't get combo box to update with data Pin
Henry Minute10-Jul-09 10:45
Henry Minute10-Jul-09 10:45 
QuestionRe: Can't get combo box to update with data Pin
Dominick Marciano16-Jul-09 7:18
professionalDominick Marciano16-Jul-09 7:18 
AnswerRe: Can't get combo box to update with data Pin
Henry Minute17-Jul-09 0:03
Henry Minute17-Jul-09 0:03 
QuestionPrinting in .net Pin
No-e10-Jul-09 7:55
No-e10-Jul-09 7:55 
AnswerRe: Printing in .net Pin
Henry Minute10-Jul-09 11:16
Henry Minute10-Jul-09 11:16 
GeneralRe: Printing in .net Pin
No-e10-Jul-09 11:45
No-e10-Jul-09 11:45 
QuestionFind a 16bit Process Pin
nlarson1110-Jul-09 4:01
nlarson1110-Jul-09 4:01 
AnswerRe: Find a 16bit Process Pin
Dave Kreskowiak10-Jul-09 9:47
mveDave Kreskowiak10-Jul-09 9:47 
GeneralRe: Find a 16bit Process Pin
nlarson1110-Jul-09 9:55
nlarson1110-Jul-09 9:55 
QuestionGoogle Earth in Web Application with adress search capabilities Pin
Member 442053410-Jul-09 3:38
Member 442053410-Jul-09 3:38 
AnswerRe: Google Earth in Web Application with adress search capabilities Pin
DoctorMick10-Jul-09 4:55
DoctorMick10-Jul-09 4:55 
AnswerRe: Google Earth in Web Application with adress search capabilities Pin
DoctorMick10-Jul-09 5:03
DoctorMick10-Jul-09 5:03 
QuestionHow to convert number to indian rupees format text in crystal report??? Pin
JC.KaNNaN9-Jul-09 21:25
JC.KaNNaN9-Jul-09 21:25 
AnswerRe: How to convert number to indian rupees format text in crystal report??? Pin
Nagy Vilmos9-Jul-09 21:58
professionalNagy Vilmos9-Jul-09 21:58 
GeneralRe: How to convert number to indian rupees format text in crystal report??? Pin
JC.KaNNaN9-Jul-09 22:15
JC.KaNNaN9-Jul-09 22:15 
GeneralRe: How to convert number to indian rupees format text in crystal report??? Pin
Nagy Vilmos10-Jul-09 1:03
professionalNagy Vilmos10-Jul-09 1:03 
QuestionMoves data From Program Files in VISTA Pin
Anubhava Dimri9-Jul-09 21:14
Anubhava Dimri9-Jul-09 21:14 
AnswerRe: Moves data From Program Files in VISTA Pin
Dave Kreskowiak10-Jul-09 3:11
mveDave Kreskowiak10-Jul-09 3:11 
Rewrite your code so you don't write data to anywhere in the Program Files folder. Since the users don't have write access to that folder, the files are automatically getting redirected to a "safe" location that the users do have Write permissions to.

You might want to do some research on the user data storage locations to pick an appropriate place to put your apps data. There are multiple locations you can use, depending on your apps requirements. You'll probably want to start with Googling for "Windows Vista Development Guide".


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Moves data From Program Files in VISTA Pin
Anubhava Dimri10-Jul-09 18:16
Anubhava Dimri10-Jul-09 18:16 
GeneralRe: Moves data From Program Files in VISTA Pin
Dave Kreskowiak11-Jul-09 18:29
mveDave Kreskowiak11-Jul-09 18:29 
GeneralRe: Moves data From Program Files in VISTA Pin
Anubhava Dimri12-Jul-09 18:07
Anubhava Dimri12-Jul-09 18:07 
GeneralRe: Moves data From Program Files in VISTA Pin
Dave Kreskowiak13-Jul-09 1:48
mveDave Kreskowiak13-Jul-09 1:48 
GeneralRe: Moves data From Program Files in VISTA Pin
Anubhava Dimri14-Jul-09 22:26
Anubhava Dimri14-Jul-09 22:26 
QuestionHow to check array contents Pin
KIDYA9-Jul-09 20:34
KIDYA9-Jul-09 20:34 

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.