Click here to Skip to main content
15,911,762 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to make icon for file Pin
Giorgi Dalakishvili15-Sep-08 0:08
mentorGiorgi Dalakishvili15-Sep-08 0:08 
QuestionCall function in aspx file from javascript file(Validation)????? Pin
g_amol13-Sep-08 1:30
g_amol13-Sep-08 1:30 
NewsRe: Call function in aspx file from javascript file(Validation)????? Pin
Mbah Dhaim13-Sep-08 3:12
Mbah Dhaim13-Sep-08 3:12 
QuestionRemote Print (Crystal Report) Pin
mehrdadc4813-Sep-08 0:24
mehrdadc4813-Sep-08 0:24 
AnswerRe: Remote Print (Crystal Report) Pin
Dave Kreskowiak13-Sep-08 5:17
mveDave Kreskowiak13-Sep-08 5:17 
QuestionPossible Bug?? Pin
Muammar©12-Sep-08 23:28
Muammar©12-Sep-08 23:28 
AnswerRe: Possible Bug?? Pin
Muammar©12-Sep-08 23:42
Muammar©12-Sep-08 23:42 
JokeRe: Possible Bug?? Pin
Mycroft Holmes13-Sep-08 0:12
professionalMycroft Holmes13-Sep-08 0:12 
GeneralRe: Possible Bug?? Pin
Muammar©13-Sep-08 0:21
Muammar©13-Sep-08 0:21 
GeneralRe: Possible Bug?? Pin
Anthony Mushrow13-Sep-08 0:54
professionalAnthony Mushrow13-Sep-08 0:54 
GeneralRe: Possible Bug?? Pin
User 665813-Sep-08 1:04
User 665813-Sep-08 1:04 
AnswerRe: Possible Bug?? Pin
#realJSOP13-Sep-08 1:03
professional#realJSOP13-Sep-08 1:03 
QuestionTableAdapter.Insert method problem. [modified] Pin
hdv21212-Sep-08 23:19
hdv21212-Sep-08 23:19 
QuestionGet exe/dll Icon Pin
Muammar©12-Sep-08 21:46
Muammar©12-Sep-08 21:46 
AnswerRe: Get exe/dll Icon Pin
Muammar©12-Sep-08 22:08
Muammar©12-Sep-08 22:08 
QuestionHow to generate Graphs using xml with crystal reports. Pin
K V Sekhar12-Sep-08 21:43
K V Sekhar12-Sep-08 21:43 
AnswerRe: How to generate Graphs using xml with crystal reports. Pin
Mbah Dhaim13-Sep-08 2:47
Mbah Dhaim13-Sep-08 2:47 
Questionwoking with marshal Pin
iman_kh12-Sep-08 21:24
iman_kh12-Sep-08 21:24 
AnswerRe: woking with marshal Pin
User 665812-Sep-08 22:47
User 665812-Sep-08 22:47 
QuestionCpu temperature Pin
methhoo12-Sep-08 14:49
methhoo12-Sep-08 14:49 
AnswerRe: Cpu temperature Pin
Mark Salsbery12-Sep-08 15:25
Mark Salsbery12-Sep-08 15:25 
QuestionConvering treeView.Nodes to contextMenuStrip.Items? Pin
Mohammad Dayyan12-Sep-08 13:13
Mohammad Dayyan12-Sep-08 13:13 
QuestionGetting HTML source of a frame using the WebBrowser windows form object Pin
Jay Gatsby12-Sep-08 12:19
Jay Gatsby12-Sep-08 12:19 
QuestionI need Help passing data back and forth between Windows forms Pin
chobo212-Sep-08 12:08
chobo212-Sep-08 12:08 
Hi
I am trying to pass data back and forth windows forms but I am having trouble. What I am trying to do is this:

I have a mainForm that has 2 textboxes called plainText and ChiperText. This main form also has a menu bar of different algo to choose from(for instance shift Chiper).

When shift chiper is clicke id launched a new form(shiftchiper.cs). It has some options and it also have a toolbar with Encrypt and decrypt.

When encrypt is hit I want to take the data from mainForm PlainText textbox and encrypt it. Once encrypted send it back to the mainForms chiperText box.

If they hit decrypt it's the same thing just reversed.

By using this tutorial( I used the property way)

http://www.codeproject.com/KB/cs/pass_data_between_forms.aspx

I been able to send the PlainText data to the shiftChiper form and encrypt it. What I can't do is send the new encrypted data back to the ChiperText textbox in the mainForm.

So anyone know how to do this?

I simple example would be nice. It can be just 2 textboxes on one form and a button. when the button is clicked a form2 is made and it sends over one of the textboxes. One form2 it can have a button when clicked it sends the data that was sent back to form1.

I am doing it in C# by the way.
AnswerRe: I need Help passing data back and forth between Windows forms Pin
Jay Gatsby12-Sep-08 12:40
Jay Gatsby12-Sep-08 12:40 

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.