Click here to Skip to main content
15,921,577 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: How to random and get Data from Dataset Pin
CPallini15-Apr-07 9:28
mveCPallini15-Apr-07 9:28 
AnswerRe: How to random and get Data from Dataset Pin
Christian Graus15-Apr-07 11:41
protectorChristian Graus15-Apr-07 11:41 
AnswerRe: How to random and get Data from Dataset Pin
somchoto15-Apr-07 15:59
somchoto15-Apr-07 15:59 
GeneralRe: How to random and get Data from Dataset Pin
Christian Graus15-Apr-07 16:32
protectorChristian Graus15-Apr-07 16:32 
Questionabout recent files in menu Pin
bapu288915-Apr-07 3:08
bapu288915-Apr-07 3:08 
AnswerRe: about recent files in menu Pin
Werries15-Apr-07 5:29
Werries15-Apr-07 5:29 
QuestionRe: about recent files in menu Pin
bapu288915-Apr-07 9:32
bapu288915-Apr-07 9:32 
AnswerRe: about recent files in menu Pin
Werries15-Apr-07 10:52
Werries15-Apr-07 10:52 
Hi there,

Here is a simple sample of what I should use to save the last recent documents of my app. Look at the sequins of moving the most recent files into their positions. Hope you can make something out of this.

SaveSetting("AppName", "RecentDocs", "Recent5", GetSetting("AppName", "RecentDocs", "Recent4"))
SaveSetting("AppName", "RecentDocs", "Recent4", GetSetting("AppName", "RecentDocs", "Recent3"))
SaveSetting("AppName", "RecentDocs", "Recent3", GetSetting("AppName", "RecentDocs", "Recent2"))
SaveSetting("AppName", "RecentDocs", "Recent2", GetSetting("AppName", "RecentDocs", "Recent1"))

SaveSetting("AppName", "RecentDocs", "Recent1", "Your new File Name and Path")

'SaveSetting' saves data to the registry and 'GetSetting' gets data from the registry. These data will be stored under the local user's registry and will not be available if the windows user is changed.

Regards, Werries


A programmer's life is good... or is it?? Ek dink nie so nie!

QuestionSOS of all SOS'es Pin
NANCO14-Apr-07 21:35
NANCO14-Apr-07 21:35 
AnswerRe: SOS of all SOS'es Pin
Christian Graus14-Apr-07 22:24
protectorChristian Graus14-Apr-07 22:24 
Generalstilll!!! SOS of all SOS'es Pin
NANCO15-Apr-07 1:12
NANCO15-Apr-07 1:12 
GeneralRe: stilll!!! SOS of all SOS'es Pin
Christian Graus15-Apr-07 11:30
protectorChristian Graus15-Apr-07 11:30 
AnswerRe: SOS of all SOS'es Pin
Werries15-Apr-07 1:59
Werries15-Apr-07 1:59 
QuestionConvert string to font Pin
NANCO14-Apr-07 18:02
NANCO14-Apr-07 18:02 
AnswerRe: Convert string to font Pin
Christian Graus14-Apr-07 22:24
protectorChristian Graus14-Apr-07 22:24 
AnswerRe: Convert string to font Pin
Werries15-Apr-07 0:09
Werries15-Apr-07 0:09 
GeneralRe: Convert string to font Pin
NANCO15-Apr-07 1:13
NANCO15-Apr-07 1:13 
QuestionHow do you make a secure database connection string Pin
dragon_14-Apr-07 17:36
dragon_14-Apr-07 17:36 
AnswerRe: How do you make a secure database connection string [modified] Pin
George L. Jackson15-Apr-07 2:12
George L. Jackson15-Apr-07 2:12 
GeneralRe: How do you make a secure database connection string Pin
dragon_15-Apr-07 19:05
dragon_15-Apr-07 19:05 
Questioni want code in vb.net to redirect the form [modified] Pin
karimullah14-Apr-07 16:38
karimullah14-Apr-07 16:38 
AnswerRe: i want code in vb.net to redirect the form Pin
Christian Graus14-Apr-07 22:25
protectorChristian Graus14-Apr-07 22:25 
QuestionWhat am I doing wrong? Pin
dunn1de14-Apr-07 14:56
dunn1de14-Apr-07 14:56 
AnswerRe: What am I doing wrong? Pin
Christian Graus14-Apr-07 22:28
protectorChristian Graus14-Apr-07 22:28 
QuestionZip Code To Lat Lon Conversion Pin
halflife26814-Apr-07 14:06
halflife26814-Apr-07 14:06 

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.