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

C#

 
GeneralRe: how can i run ~~~.aspx page without popup in c#? Pin
buffering8314-May-12 13:33
buffering8314-May-12 13:33 
QuestionStimulsoft Report WinForms in c# (vs2010) Instead CrystalReport Pin
hamed hossani12-May-12 21:40
hamed hossani12-May-12 21:40 
AnswerRe: Stimulsoft Report WinForms in c# (vs2010) Instead CrystalReport Pin
Sandeep Mewara12-May-12 23:27
mveSandeep Mewara12-May-12 23:27 
GeneralRe: Stimulsoft Report WinForms in c# (vs2010) Instead CrystalReport Pin
hamed hossani13-May-12 9:11
hamed hossani13-May-12 9:11 
QuestionQuestion about c # ffmpeg... Pin
devil185212-May-12 0:17
devil185212-May-12 0:17 
AnswerRe: Question about c # ffmpeg... Pin
Alan N12-May-12 2:27
Alan N12-May-12 2:27 
QuestionHow to transfer data between two form Pin
Promance11-May-12 20:29
Promance11-May-12 20:29 
AnswerRe: How to transfer data between two form Pin
Sandeep Mewara11-May-12 22:15
mveSandeep Mewara11-May-12 22:15 
GeneralRe: How to transfer data between two form Pin
Promance12-May-12 19:45
Promance12-May-12 19:45 
AnswerRe: How to transfer data between two form Pin
Sandeep Mewara12-May-12 20:11
mveSandeep Mewara12-May-12 20:11 
GeneralRe: How to transfer data between two form Pin
Promance13-May-12 15:04
Promance13-May-12 15:04 
AnswerRe: How to transfer data between two form Pin
DaveyM6913-May-12 6:05
professionalDaveyM6913-May-12 6:05 
GeneralRe: How to transfer data between two form Pin
Sandeep Mewara13-May-12 6:19
mveSandeep Mewara13-May-12 6:19 
GeneralRe: How to transfer data between two form Pin
Promance13-May-12 15:38
Promance13-May-12 15:38 
AnswerRe: How to transfer data between two form Pin
Bull City Rambler12-May-12 5:16
Bull City Rambler12-May-12 5:16 
GeneralRe: How to transfer data between two form Pin
OriginalGriff12-May-12 5:24
mveOriginalGriff12-May-12 5:24 
GeneralRe: How to transfer data between two form Pin
Bull City Rambler12-May-12 7:08
Bull City Rambler12-May-12 7:08 
AnswerRe: How to transfer data between two form Pin
BillWoodruff12-May-12 16:48
professionalBillWoodruff12-May-12 16:48 
imho a question like this would be better posted in the Q/A secion, with taqs included: is this Windows Forms C# ?

Second, by "transfer data" you could mean several things: automatic update (binding) one-way, or two-way, or: in response to a user action on one or both forms (like the user clicks a button).

You need to specify if the data being passed from Form1 to Form2 is a "horse of different color" than the data being passed from Form2 and Form1: or, if they are the same exact structure, then you need to tell us you are synchronizing data between two forms.

Another plausible scenario is that both Forms are being streamed data from some real-time source, or that a control on one Form is bound to a data-provider of some type, and you need to take action everytime that Form is updated on the other Form.

The more specific the questions, the more detailed the scenario you take the time to describe: behold: the more focused answers you will get Smile | :)

best, Bill
"Humans are amphibians ... half spirit and half animal ... as spirits they belong to the eternal world, but as animals they inhabit time. This means that while their spirit can be directed to an eternal object, their bodies, passions, and imaginations are in continual change, for to be in time, means to change. Their nearest approach to constancy, therefore, is undulation: the repeated return to a level from which they repeatedly fall back, a series of troughs and peaks.” C.S. Lewis

GeneralRe: How to transfer data between two form Pin
Promance12-May-12 19:38
Promance12-May-12 19:38 
GeneralRe: How to transfer data between two form Pin
BillWoodruff15-May-12 16:14
professionalBillWoodruff15-May-12 16:14 
GeneralRe: How to transfer data between two form Pin
Promance19-May-12 3:47
Promance19-May-12 3:47 
AnswerRe: How to transfer data between two form Pin
Apocalypse Now13-May-12 15:00
Apocalypse Now13-May-12 15:00 
GeneralRe: How to transfer data between two form Pin
Dave Kreskowiak14-May-12 2:15
mveDave Kreskowiak14-May-12 2:15 
GeneralRe: How to transfer data between two form Pin
Pete O'Hanlon14-May-12 2:56
mvePete O'Hanlon14-May-12 2:56 
QuestionCreate an object with a string. Pin
coolfetus11-May-12 17:44
coolfetus11-May-12 17:44 

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.