Click here to Skip to main content
15,910,210 members
Home / Discussions / C#
   

C#

 
GeneralRe: Regular Expression Control Pin
Guffa27-May-06 7:16
Guffa27-May-06 7:16 
GeneralRe: Regular Expression Control Pin
NaNg1524127-May-06 7:28
NaNg1524127-May-06 7:28 
AnswerRe: Regular Expression Control Pin
Guffa27-May-06 8:35
Guffa27-May-06 8:35 
AnswerRe: Regular Expression Control Pin
Al Ortega27-May-06 6:12
Al Ortega27-May-06 6:12 
QuestionSql +Arraylist + Datagridview Pin
JelleM27-May-06 4:09
JelleM27-May-06 4:09 
AnswerRe: Sql +Arraylist + Datagridview Pin
Colin Angus Mackay27-May-06 6:09
Colin Angus Mackay27-May-06 6:09 
GeneralRe: Sql +Arraylist + Datagridview Pin
JelleM27-May-06 10:45
JelleM27-May-06 10:45 
QuestionAnother problem with two forms [modified] Pin
mariuszfryta27-May-06 3:54
mariuszfryta27-May-06 3:54 
I have problem with the data.
From my main window I click other form is opened and I want to type in some data like alarm time, but I have problem with display it in my main window.
I want display it in my label but i don't how to get to that label,and other variables in my main window from my second form??

-- modified at 9:55 Saturday 27th May, 2006
examle I have somethin like this
public partial class Form1 : Form
{

public int a, b, c;
public Form1()
{

InitializeComponent();
}
and I want to acces the a,b,c prameters from my form2.
AnswerRe: Another problem with two forms [modified] Pin
Sean8927-May-06 4:35
Sean8927-May-06 4:35 
GeneralRe: Another problem with two forms [modified] Pin
mariuszfryta27-May-06 4:52
mariuszfryta27-May-06 4:52 
GeneralRe: Another problem with two forms [modified] Pin
Sean8927-May-06 6:33
Sean8927-May-06 6:33 
GeneralRe: Another problem with two forms [modified] Pin
mariuszfryta27-May-06 7:08
mariuszfryta27-May-06 7:08 
QuestionHow can I close one form Pin
mariuszfryta27-May-06 3:41
mariuszfryta27-May-06 3:41 
AnswerRe: How can I close one form Pin
Sean8927-May-06 3:48
Sean8927-May-06 3:48 
GeneralRe: How can I close one form Pin
mariuszfryta27-May-06 3:49
mariuszfryta27-May-06 3:49 
AnswerRe: How can I close one form Pin
Stefan Troschuetz27-May-06 3:48
Stefan Troschuetz27-May-06 3:48 
QuestionHow do I use line endings in a class? Pin
WCup27-May-06 3:23
WCup27-May-06 3:23 
GeneralRe: How do I use line endings in a class? Pin
Guffa27-May-06 3:57
Guffa27-May-06 3:57 
GeneralRe: How do I use line endings in a class? Pin
WCup27-May-06 4:20
WCup27-May-06 4:20 
AnswerRe: How do I use line endings in a class? Pin
Guffa27-May-06 5:17
Guffa27-May-06 5:17 
QuestionComboBox in C# Pin
AbdulRahmanOfpk27-May-06 3:00
AbdulRahmanOfpk27-May-06 3:00 
AnswerRe: ComboBox in C# Pin
MoustafaS27-May-06 3:29
MoustafaS27-May-06 3:29 
QuestionHow can I do a simple alarm clock in c# Pin
mariuszfryta27-May-06 1:27
mariuszfryta27-May-06 1:27 
AnswerRe: How can I do a simple alarm clock in c# [modified] Pin
User 665827-May-06 1:49
User 665827-May-06 1:49 
GeneralRe: How can I do a simple alarm clock in c# [modified] Pin
mariuszfryta27-May-06 1:52
mariuszfryta27-May-06 1:52 

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.