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

.NET (Core and Framework)

 
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 
AnswerRe: Drawing outside the container Pin
Guffa12-Sep-06 9:17
Guffa12-Sep-06 9:17 
A control normally won't draw outside it's specified area. Of course you can draw outside the control, but there is no way that you can keep what you have drawn up to date. The control will not get any notification that what you have drawn has been erased and needs redrawing.

Create a new control that has the size to contain what you want to draw, place it on top of your control, and use the new control to do the drawing.


---
b { font-weight: normal; }

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 
Questiondisposing of unmanaged objects in an activex component Pin
alianyn10-Sep-06 21:56
alianyn10-Sep-06 21:56 

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.