Click here to Skip to main content
15,911,306 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionStarting a .NET application from .NET service Pin
Subby Dev12-Sep-06 8:16
Subby Dev12-Sep-06 8:16 
AnswerRe: Starting a .NET application from .NET service Pin
Kurt _B13-Sep-06 4:35
Kurt _B13-Sep-06 4:35 
GeneralRe: Starting a .NET application from .NET service Pin
Subby Dev13-Sep-06 5:37
Subby Dev13-Sep-06 5:37 
QuestionRe: Starting a .NET application from .NET service Pin
Subby Dev13-Sep-06 12:31
Subby Dev13-Sep-06 12:31 
QuestionDrawing outside the container Pin
seanwright12-Sep-06 6:22
seanwright12-Sep-06 6:22 
AnswerRe: Drawing outside the container Pin
Jun Du12-Sep-06 6:58
Jun Du12-Sep-06 6:58 
GeneralRe: Drawing outside the container Pin
seanwright12-Sep-06 7:14
seanwright12-Sep-06 7:14 
GeneralRe: Drawing outside the container Pin
Jun Du12-Sep-06 15:44
Jun Du12-Sep-06 15:44 
I don't think you actually draw outside the control. What you could do is:

1) Use a scrolled window as your container control. When the image grows larger than the window, use the scroll bar to view the hidden portion.

Or

2) Support panning capability. Basically, when the image is larger than the window, press the left key and drag the image so that the control window shows the portion that you want to see.

In implementation, you draw the entire image to a graphic buffer and only render a portion of it (the same size as the constrol) to the control window.

Hope this helps.

Best,
Jun

AnswerRe: Drawing outside the container Pin
Guffa12-Sep-06 9:17
Guffa12-Sep-06 9:17 
Questionhow to generate .dll from win 32 app Pin
Parshant Verma12-Sep-06 2:25
Parshant Verma12-Sep-06 2:25 
AnswerRe: how to generate .dll from win 32 app Pin
Jun Du12-Sep-06 3:47
Jun Du12-Sep-06 3:47 
QuestionHow to register an assembly in asp.net web app? Pin
choorakkuttyil12-Sep-06 1:58
choorakkuttyil12-Sep-06 1:58 
AnswerRe: How to register an assembly in asp.net web app? Pin
Christian Graus12-Sep-06 12:13
protectorChristian Graus12-Sep-06 12:13 
QuestionWhat's the best HTML Editor for Win Forms (.NET 2.0)? Pin
Yuval Naveh11-Sep-06 22:46
Yuval Naveh11-Sep-06 22:46 
QuestionClickOnce and Security Pin
Brady Kelly11-Sep-06 22:22
Brady Kelly11-Sep-06 22:22 
AnswerRe: ClickOnce and Security Pin
Jakob Farian Krarup17-Sep-06 19:20
Jakob Farian Krarup17-Sep-06 19:20 
GeneralRe: ClickOnce and Security Pin
Brady Kelly17-Sep-06 21:45
Brady Kelly17-Sep-06 21:45 
GeneralRe: ClickOnce and Security Pin
Jakob Farian Krarup17-Sep-06 21:54
Jakob Farian Krarup17-Sep-06 21:54 
QuestionWeb Service Problem Pin
Jaco van Staden11-Sep-06 19:52
Jaco van Staden11-Sep-06 19:52 
QuestionMax Number of Asynchronous Sockets Pin
Subby Dev11-Sep-06 14:07
Subby Dev11-Sep-06 14:07 
QuestionIntercepting messaging from sscesa20.dll Pin
doctorgoon11-Sep-06 11:08
doctorgoon11-Sep-06 11:08 
QuestionDirectX Programming with .Net Pin
kannan m11-Sep-06 3:29
kannan m11-Sep-06 3:29 
AnswerRe: DirectX Programming with .Net Pin
lmoelleb11-Sep-06 20:55
lmoelleb11-Sep-06 20:55 
Questionhow to add wizard control Pin
Parshant Verma11-Sep-06 0:00
Parshant Verma11-Sep-06 0:00 
AnswerRe: how to add wizard control Pin
Not Active11-Sep-06 3:57
mentorNot Active11-Sep-06 3:57 

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.