Click here to Skip to main content
15,921,793 members
Home / Discussions / C#
   

C#

 
Questionprint array string's content into messagebox Pin
Yustme3-Nov-06 2:55
Yustme3-Nov-06 2:55 
AnswerRe: print array string's content into messagebox Pin
Guffa3-Nov-06 3:38
Guffa3-Nov-06 3:38 
QuestionSelect Resource Dialog Pin
Gomac3-Nov-06 2:41
Gomac3-Nov-06 2:41 
AnswerRe: Select Resource Dialog Pin
LongRange.Shooter3-Nov-06 7:57
LongRange.Shooter3-Nov-06 7:57 
QuestionCustom ObjectDataSource paging Pin
danidanidani3-Nov-06 2:21
danidanidani3-Nov-06 2:21 
Questionhow can i make runtime installer using C# .NET? Pin
Irfan Kothari3-Nov-06 1:53
Irfan Kothari3-Nov-06 1:53 
QuestionChanging a dataconnetion's connection string at runtime in vs2005 Pin
rzvme3-Nov-06 1:49
rzvme3-Nov-06 1:49 
AnswerRe: Changing a dataconnetion's connection string at runtime in vs2005 Pin
LongRange.Shooter3-Nov-06 8:04
LongRange.Shooter3-Nov-06 8:04 
First you use a FolderBrowserDialog to have the user point to the appropriate folder. Make sure you set the default directory to start at the C:\Project Data location.

Then after it comes back you use the property within it to find out which folder they chose. Use debugger mode to confirm what you get back, it may provide your entire path name to the folder. In that case you would have:

AttachDbFilename= Path.Combine( browser.FolderName, "PTMA_database");
QuestionMulticast Delegate Pin
Mairaaj Khan3-Nov-06 0:29
professionalMairaaj Khan3-Nov-06 0:29 
AnswerRe: Multicast Delegate Pin
rah_sin3-Nov-06 0:40
professionalrah_sin3-Nov-06 0:40 
GeneralRe: Multicast Delegate Pin
Mairaaj Khan3-Nov-06 0:46
professionalMairaaj Khan3-Nov-06 0:46 
GeneralRe: Multicast Delegate Pin
rah_sin3-Nov-06 0:52
professionalrah_sin3-Nov-06 0:52 
GeneralRe: Multicast Delegate Pin
Mairaaj Khan3-Nov-06 19:44
professionalMairaaj Khan3-Nov-06 19:44 
AnswerRe: Multicast Delegate Pin
Bijesh3-Nov-06 2:43
Bijesh3-Nov-06 2:43 
AnswerRe: Multicast Delegate Pin
ednrgc3-Nov-06 3:16
ednrgc3-Nov-06 3:16 
AnswerRe: Multicast Delegate Pin
mertkan656-Nov-06 22:11
mertkan656-Nov-06 22:11 
QuestionErrorProvider and Localization Pin
Jan Hirak3-Nov-06 0:17
Jan Hirak3-Nov-06 0:17 
Questiontoolstrips moving randomly in toolstripcontainer Pin
webseal2-Nov-06 23:35
webseal2-Nov-06 23:35 
Questionhow to get the system idle time to logoff the system? Pin
jamesjk2-Nov-06 23:28
jamesjk2-Nov-06 23:28 
AnswerRe: how to get the system idle time to logoff the system? Pin
Dave Kreskowiak3-Nov-06 6:56
mveDave Kreskowiak3-Nov-06 6:56 
GeneralRe: how to get the system idle time to logoff the system? Pin
jamesjk8-Nov-06 0:31
jamesjk8-Nov-06 0:31 
QuestionCheck user in domain Pin
stancrm2-Nov-06 23:13
stancrm2-Nov-06 23:13 
AnswerRe: Check user in domain Pin
Jan Hirak3-Nov-06 1:30
Jan Hirak3-Nov-06 1:30 
Questionask to save before starting new file Pin
Aj_ling2-Nov-06 22:58
Aj_ling2-Nov-06 22:58 
AnswerRe: ask to save before starting new file Pin
Pete O'Hanlon2-Nov-06 23:02
mvePete O'Hanlon2-Nov-06 23:02 

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.