Click here to Skip to main content
15,905,504 members
Home / Discussions / C#
   

C#

 
AnswerRe: Splitting PDF Pin
Ravi Bhavnani7-Aug-10 9:39
professionalRavi Bhavnani7-Aug-10 9:39 
Questionaccess db c# & TableAdapter problem Pin
mehdi00166-Aug-10 12:41
mehdi00166-Aug-10 12:41 
AnswerRe: access db c# & TableAdapter problem Pin
PIEBALDconsult6-Aug-10 14:39
mvePIEBALDconsult6-Aug-10 14:39 
GeneralRe: access db c# & TableAdapter problem [modified] Pin
mehdi00167-Aug-10 0:33
mehdi00167-Aug-10 0:33 
QuestionHow to manager the secret key of RSAEncrypt Pin
jason_mf6-Aug-10 4:41
jason_mf6-Aug-10 4:41 
AnswerRe: How to manager the secret key of RSAEncrypt Pin
Richard MacCutchan6-Aug-10 4:47
mveRichard MacCutchan6-Aug-10 4:47 
AnswerRe: How to manager the secret key of RSAEncrypt Pin
Sauro Viti6-Aug-10 4:49
professionalSauro Viti6-Aug-10 4:49 
GeneralRe: How to manager the secret key of RSAEncrypt Pin
jason_mf6-Aug-10 20:06
jason_mf6-Aug-10 20:06 
GeneralRe: How to manager the secret key of RSAEncrypt Pin
Richard MacCutchan6-Aug-10 21:52
mveRichard MacCutchan6-Aug-10 21:52 
QuestionWPF media element play and pause Pin
Tichaona J6-Aug-10 4:03
Tichaona J6-Aug-10 4:03 
QuestionConnect and synch with an androide based device through USB Pin
annathor6-Aug-10 3:32
annathor6-Aug-10 3:32 
QuestionWebbrowser Control and item selection (IE developer tools like) - need help Pin
Marcelo Magri6-Aug-10 3:17
Marcelo Magri6-Aug-10 3:17 
AnswerRe: Webbrowser Control and item selection (IE developer tools like) - need help Pin
Ravi Bhavnani7-Aug-10 9:41
professionalRavi Bhavnani7-Aug-10 9:41 
GeneralRe: Webbrowser Control and item selection (IE developer tools like) - need help Pin
Marcelo Magri9-Aug-10 9:09
Marcelo Magri9-Aug-10 9:09 
Questionshowdialog box Pin
Tichaona J6-Aug-10 3:14
Tichaona J6-Aug-10 3:14 
AnswerRe: showdialog box Pin
kapax56-Aug-10 3:41
kapax56-Aug-10 3:41 
QuestionSending email in Asp.net Pin
arsendem6-Aug-10 2:32
arsendem6-Aug-10 2:32 
AnswerRe: Sending email in Asp.net Pin
Not Active6-Aug-10 2:36
mentorNot Active6-Aug-10 2:36 
GeneralRe: Sending email in Asp.net Pin
arsendem6-Aug-10 2:40
arsendem6-Aug-10 2:40 
AnswerRe: Sending email in Asp.net [modified] Pin
Vimalsoft(Pty) Ltd6-Aug-10 22:54
professionalVimalsoft(Pty) Ltd6-Aug-10 22:54 
GeneralRe: Sending email in Asp.net Pin
arsendem8-Aug-10 20:07
arsendem8-Aug-10 20:07 
QuestionlistBox Pin
Tichaona J6-Aug-10 2:04
Tichaona J6-Aug-10 2:04 
Hi - I am trying to get my application to automatically select the item that was last added to my list box but am not sure how to get this done. My code so far is as below. Please bear in mind that I am using Windows Presentation Foundation.

private void btnLoad_Click(object sender, RoutedEventArgs e)
{

//Declare an instance of the open file dialog...
OpenFileDialog dlg = new OpenFileDialog();

dlg.ShowDialog();

string fileName = dlg.FileName;

lstBxList.Items.Add(fileName);

//Once the file has been loaded, select it...

????????

}
AnswerRe: listBox Pin
V.6-Aug-10 2:18
professionalV.6-Aug-10 2:18 
AnswerRe: listBox Pin
Prosanta Kundu online6-Aug-10 2:18
Prosanta Kundu online6-Aug-10 2:18 
QuestionCheckbox Pin
kolisa6-Aug-10 1:51
kolisa6-Aug-10 1:51 

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.