Click here to Skip to main content
15,917,473 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to improve Software Performance when there is huge Data in SQL Server Using VB Pin
Sunil Lanke7-Nov-06 1:14
Sunil Lanke7-Nov-06 1:14 
AnswerRe: How to improve Software Performance when there is huge Data in SQL Server Using VB Pin
OldWarhorse2-Nov-06 3:30
OldWarhorse2-Nov-06 3:30 
GeneralRe: How to improve Software Performance when there is huge Data in SQL Server Using VB Pin
Sunil Lanke7-Nov-06 17:32
Sunil Lanke7-Nov-06 17:32 
GeneralRe: How to improve Software Performance when there is huge Data in SQL Server Using VB Pin
OldWarhorse8-Nov-06 3:37
OldWarhorse8-Nov-06 3:37 
Questionsaving during runtime Pin
lukisf2-Nov-06 0:22
lukisf2-Nov-06 0:22 
AnswerRe: saving during runtime Pin
Guffa2-Nov-06 1:07
Guffa2-Nov-06 1:07 
GeneralRe: saving during runtime Pin
lukisf2-Nov-06 1:18
lukisf2-Nov-06 1:18 
GeneralRe: saving during runtime Pin
Dave Kreskowiak2-Nov-06 3:39
mveDave Kreskowiak2-Nov-06 3:39 
No, there isn't. There's no way to save the "application state" automatically.

You have to write the code that will serialize your applications internal database (you ARE using some kind of storage to track these controls, right?) and save the information your application needs to recreate the database.

I think you're using label controls that the user can move around? How are you tracking these controls? How many controls are you allowing for? What's the bare minimum information you need to recreate each of these controls? This is the information your code will have to write to a file so you can read it back in the next time the user wants to load this "project".


Dave Kreskowiak
Microsoft MVP - Visual Basic


Questionaddhandler on runtime Pin
lukisf2-Nov-06 0:08
lukisf2-Nov-06 0:08 
AnswerRe: addhandler on runtime Pin
nlindley72-Nov-06 2:54
nlindley72-Nov-06 2:54 
AnswerRe: addhandler on runtime Pin
Dave Kreskowiak2-Nov-06 3:34
mveDave Kreskowiak2-Nov-06 3:34 
GeneralRe: addhandler on runtime Pin
OldWarhorse2-Nov-06 7:14
OldWarhorse2-Nov-06 7:14 
QuestionPlease help Pin
binujeesman1-Nov-06 22:46
binujeesman1-Nov-06 22:46 
AnswerRe: Please help Pin
Dave Sexton1-Nov-06 23:05
Dave Sexton1-Nov-06 23:05 
GeneralRe: Please help Pin
binujeesman1-Nov-06 23:48
binujeesman1-Nov-06 23:48 
GeneralRe: Please help Pin
Dave Kreskowiak2-Nov-06 3:31
mveDave Kreskowiak2-Nov-06 3:31 
GeneralRe: Please help Pin
binujeesman3-Nov-06 19:25
binujeesman3-Nov-06 19:25 
QuestionSpelling Check [modified] Pin
Sinchan Nikam1-Nov-06 22:35
Sinchan Nikam1-Nov-06 22:35 
AnswerRe: Spelling Check Pin
Dave Kreskowiak2-Nov-06 3:28
mveDave Kreskowiak2-Nov-06 3:28 
Questionset values of textfields in a web page by vb .net Pin
kostasdiktia21-Nov-06 21:44
kostasdiktia21-Nov-06 21:44 
AnswerRe: set values of textfields in a web page by vb .net Pin
Dave Kreskowiak2-Nov-06 3:16
mveDave Kreskowiak2-Nov-06 3:16 
GeneralRe: set values of textfields in a web page by vb .net Pin
kostasdiktia22-Nov-06 7:04
kostasdiktia22-Nov-06 7:04 
QuestionExtracting file from e-mail Pin
azmir101-Nov-06 17:58
azmir101-Nov-06 17:58 
AnswerRe: Extracting file from e-mail Pin
Dave Kreskowiak2-Nov-06 3:10
mveDave Kreskowiak2-Nov-06 3:10 
GeneralRe: Extracting file from e-mail Pin
azmir102-Nov-06 6:01
azmir102-Nov-06 6:01 

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.