Click here to Skip to main content
16,006,442 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: regarding location of controls Pin
coolestCoder15-Mar-07 20:17
coolestCoder15-Mar-07 20:17 
Mr Perfect wrote:
textBox1.Text = textBox1.Location.ToString();
textBox2.Text = textBox2.Location.ToString();
textBox3.Text = textBox3.Location.ToString();


Here you are not changing the position of the text box. You are just assigning the location to the text property. If you want that the text box should not move even when the scroll bar is scrolled, try to change the location of the text box in the same event. Please check the ScrollEventArgs for the new value of the scroll bar, using which you can change the location of the text boxes.


"A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder

coolestCoder

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 
AnswerRe: Circle Generation Pin
Christian Graus15-Mar-07 16:50
protectorChristian Graus15-Mar-07 16:50 

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.