Click here to Skip to main content
15,890,527 members
Home / Discussions / C#
   

C#

 
QuestionZoom problem with a picture within picturebox.? Pin
maifs29-Sep-08 10:53
maifs29-Sep-08 10:53 
AnswerRe: Zoom problem with a picture within picturebox.? Pin
nelsonpaixao29-Sep-08 12:08
nelsonpaixao29-Sep-08 12:08 
GeneralRe: Zoom problem with a picture within picturebox.? Pin
maifs6-Oct-08 19:13
maifs6-Oct-08 19:13 
QuestionNeed Help with Encrypt/Decrypt Application.Config file.. examples needed Pin
Adam Cheeseman29-Sep-08 10:11
Adam Cheeseman29-Sep-08 10:11 
AnswerRe: Need Help with Encrypt/Decrypt Application.Config file.. examples needed Pin
Mycroft Holmes29-Sep-08 14:44
professionalMycroft Holmes29-Sep-08 14:44 
QuestionScrollableControl Pin
KEL329-Sep-08 9:31
KEL329-Sep-08 9:31 
QuestionRe: ScrollableControl Pin
KEL330-Sep-08 3:43
KEL330-Sep-08 3:43 
AnswerRe: ScrollableControl - Solution in .NET 2.0 Pin
Erpizn_1310-Nov-08 21:40
Erpizn_1310-Nov-08 21:40 
Thanks to Anonymous poster at some Blogger.com site...

---
Just in case someone stumbles across this post searching for a way to disable the AutoScroll behavior of scrolling to the focused control, the cleanest solution is provided in .NET 2.0: There is an overrideable ScrollToControl method in the ScrollableControl now. Replace the call to the base class implementation to return DisplayRectangle.Location and problem solved.

protected override Point ScrollToControl(Control activeControl)
{
return DisplayRectangle.Location;
}
---

Hope it helps.

- Erpizn13
NewsRe: ScrollableControl - Solution in .NET 2.0 Pin
CampwoodJim17-Nov-08 9:19
CampwoodJim17-Nov-08 9:19 
AnswerRe: ScrollableControl - Solution in .NET 2.0 Pin
Mike_Finch1-Apr-09 7:10
Mike_Finch1-Apr-09 7:10 
QuestionCreating Access DB Tables Pin
Planker29-Sep-08 8:54
Planker29-Sep-08 8:54 
AnswerRe: Creating Access DB Tables Pin
Mycroft Holmes29-Sep-08 14:47
professionalMycroft Holmes29-Sep-08 14:47 
GeneralRe: Creating Access DB Tables Pin
Planker30-Sep-08 7:48
Planker30-Sep-08 7:48 
Questionhow many characters is carriage return? [modified] Pin
nesfrank29-Sep-08 7:40
nesfrank29-Sep-08 7:40 
AnswerRe: how many characters is carriage return? Pin
Steven Jan29-Sep-08 8:01
Steven Jan29-Sep-08 8:01 
GeneralRe: how many characters is carriage return? Pin
nesfrank29-Sep-08 8:16
nesfrank29-Sep-08 8:16 
AnswerRe: how many characters is carriage return? Pin
Guffa29-Sep-08 8:27
Guffa29-Sep-08 8:27 
GeneralRe: how many characters is carriage return? Pin
leppie29-Sep-08 21:48
leppie29-Sep-08 21:48 
GeneralRe: how many characters is carriage return? Pin
Guffa30-Sep-08 8:24
Guffa30-Sep-08 8:24 
AnswerRe: how many characters is carriage return? Pin
leppie29-Sep-08 21:49
leppie29-Sep-08 21:49 
QuestionUsing C# and COM to connect to a Server Pin
SRogers8829-Sep-08 7:38
SRogers8829-Sep-08 7:38 
QuestionMessage Closed Pin
29-Sep-08 6:55
love_man00129-Sep-08 6:55 
AnswerADVERTISMENT! Pin
Dave Kreskowiak29-Sep-08 7:08
mveDave Kreskowiak29-Sep-08 7:08 
QuestionHow can I export a crystal report to an image object ? Pin
davebarkshire29-Sep-08 6:37
davebarkshire29-Sep-08 6:37 
AnswerRe: How can I export a crystal report to an image object ? Pin
Wendelius29-Sep-08 7:19
mentorWendelius29-Sep-08 7:19 

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.