Click here to Skip to main content
15,904,024 members
Home / Discussions / C#
   

C#

 
GeneralRe: XML Encryption.... Suggest me Pin
Russell Jones16-Mar-07 0:24
Russell Jones16-Mar-07 0:24 
AnswerRe: XML Encryption.... Suggest me Pin
Scott Dorman16-Mar-07 4:55
professionalScott Dorman16-Mar-07 4:55 
GeneralRe: XML Encryption.... Please help me Pin
pashitech16-Mar-07 6:08
pashitech16-Mar-07 6:08 
GeneralRe: XML Encryption.... Please help me Pin
Scott Dorman16-Mar-07 7:27
professionalScott Dorman16-Mar-07 7:27 
QuestionMachine details Pin
Syamlal S Nair15-Mar-07 20:07
Syamlal S Nair15-Mar-07 20:07 
AnswerRe: Machine details Pin
Hayder Marzouk16-Mar-07 3:14
Hayder Marzouk16-Mar-07 3:14 
GeneralRe: Machine details Pin
Syamlal S Nair19-Mar-07 17:58
Syamlal S Nair19-Mar-07 17:58 
Questionregarding location of controls Pin
Mr Perfect15-Mar-07 20:00
Mr Perfect15-Mar-07 20:00 
Dear All,
How to make sure that controls on the form do not change their location when Form scroll event occurs ? I am having a form and I drag and drop a textbox in it. I enable the scroll event of the form. Now when ever I scroll up/down the textbox control is changing its location i,e. its co-ordinates X and Y.
I am writing the following code snippet in the scroll event,
private void Form1_Scroll(object sender, ScrollEventArgs e)
{

textBox1.Text = textBox1.Location.ToString();
textBox2.Text = textBox2.Location.ToString();
textBox3.Text = textBox3.Location.ToString();
}
Please help me in solving this problem.

Thanx
AnswerRe: regarding location of controls Pin
coolestCoder15-Mar-07 20:17
coolestCoder15-Mar-07 20:17 
GeneralRe: regarding location of controls Pin
Mr Perfect15-Mar-07 20:42
Mr Perfect15-Mar-07 20:42 
GeneralRe: regarding location of controls Pin
coolestCoder15-Mar-07 20:46
coolestCoder15-Mar-07 20:46 
QuestionChanging the priority of the message in the Message Queue Pin
Sreedevi M15-Mar-07 19:51
Sreedevi M15-Mar-07 19:51 
Questionusing a VS scroll bar to scroll a form Pin
Keshav V. Kamat15-Mar-07 19:44
Keshav V. Kamat15-Mar-07 19:44 
AnswerRe: using a VS scroll bar to scroll a form Pin
Ed.Poore19-Mar-07 13:06
Ed.Poore19-Mar-07 13:06 
GeneralRe: using a VS scroll bar to scroll a form Pin
Keshav V. Kamat19-Mar-07 16:37
Keshav V. Kamat19-Mar-07 16:37 
Questionhi i need a function in c# Pin
sooreeagt15-Mar-07 19:43
sooreeagt15-Mar-07 19:43 
AnswerRe: hi i need a function in c# Pin
coolestCoder15-Mar-07 20:12
coolestCoder15-Mar-07 20:12 
AnswerRe: hi i need a function in c# Pin
Not Active16-Mar-07 2:32
mentorNot Active16-Mar-07 2:32 
QuestionWhy I'm getting the word "binary" when writing from database to hrad drive? Pin
AngryC15-Mar-07 18:59
AngryC15-Mar-07 18:59 
AnswerRe: Why I'm getting the word "binary" when writing from database to hrad drive? Pin
Hayder Marzouk16-Mar-07 3:22
Hayder Marzouk16-Mar-07 3:22 
Questionmulti file assembly in VS Pin
mhp13015-Mar-07 18:37
mhp13015-Mar-07 18:37 
QuestionFormatting Dataset Pin
meeram39515-Mar-07 17:36
meeram39515-Mar-07 17:36 
AnswerRe: Formatting Dataset Pin
N a v a n e e t h15-Mar-07 18:12
N a v a n e e t h15-Mar-07 18:12 
AnswerRe: Formatting Dataset Pin
Sendilkumar.M15-Mar-07 18:28
Sendilkumar.M15-Mar-07 18:28 
QuestionCircle Generation Pin
saran27715-Mar-07 16:32
saran27715-Mar-07 16:32 

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.