Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
AnswerRe: Load Balanced Network Pin
Dave Kreskowiak13-Oct-05 6:25
mveDave Kreskowiak13-Oct-05 6:25 
QuestionTreeView selectedNode problem Pin
ppp00112-Oct-05 21:07
ppp00112-Oct-05 21:07 
AnswerRe: TreeView selectedNode problem Pin
mav.northwind12-Oct-05 23:21
mav.northwind12-Oct-05 23:21 
QuestionThe problem about Excel Automation add-ins(C#) Pin
dreamwinter12-Oct-05 20:48
dreamwinter12-Oct-05 20:48 
QuestionDisabling controls Pin
Brendan Vogt12-Oct-05 20:29
Brendan Vogt12-Oct-05 20:29 
AnswerRe: Disabling controls Pin
XRaheemX13-Oct-05 3:43
XRaheemX13-Oct-05 3:43 
AnswerRe: Disabling controls Pin
Dave Kreskowiak13-Oct-05 6:22
mveDave Kreskowiak13-Oct-05 6:22 
Questionalignment problem please help me its urgent Pin
arusmemon12-Oct-05 19:42
arusmemon12-Oct-05 19:42 
hi,
I have written a user control and on its Load and Resize event i have aligned an activex control as follows

AMC.Location=new System.Drawing.Point(this.Location.X,this.Location.Y+26);<br />
AMC.Size= new System.Drawing.Size(this.Size.Width,this.Size.Height-40);

The problem is with AMC.Lication
one problem is when i am using the user control,if its (AMCs) Location.X is set to Location.X of its parent (user control) + some value whjich doesnt make sence as i have set it to this.Location.X only

what more is bothering is
i am creating 3 instances of this user control in my form and by calling the statement
AMC.Location=new System.Drawing.Point(this.Location.X,this.Location.Y+26);it is setting Locatin of each of the AMC to the locatin if first instance, the prob. is not with ActiveX AMC because i have tried it with a Label as well an the probleaim is still the same
please help me

Regards,
Arus

-- modified at 1:56 Thursday 13th October, 2005
QuestionScrolling the RichtextBox Pin
AB777112-Oct-05 19:21
AB777112-Oct-05 19:21 
AnswerRe: Scrolling the RichtextBox Pin
mav.northwind12-Oct-05 20:15
mav.northwind12-Oct-05 20:15 
QuestionSend Pack Data from Server To Client In C# ? Pin
thk2612-Oct-05 18:40
thk2612-Oct-05 18:40 
AnswerRe: Send Pack Data from Server To Client In C# ? Pin
David Stone12-Oct-05 19:40
sitebuilderDavid Stone12-Oct-05 19:40 
QuestionNeed control structure to validate Text Input Pin
...---...12-Oct-05 16:31
...---...12-Oct-05 16:31 
QuestionWork with scenario in c#? Pin
mpw_12-Oct-05 16:10
mpw_12-Oct-05 16:10 
QuestionHow to quickly draw a transparent image Pin
cchere12-Oct-05 14:57
cchere12-Oct-05 14:57 
AnswerRe: How to quickly draw a transparent image Pin
sduhd12-Oct-05 15:38
sduhd12-Oct-05 15:38 
GeneralRe: How to quickly draw a transparent image Pin
Anonymous12-Oct-05 15:43
Anonymous12-Oct-05 15:43 
QuestionHow to Draw a Rectangle? Pin
sduhd12-Oct-05 14:53
sduhd12-Oct-05 14:53 
AnswerRe: How to Draw a Rectangle? Pin
Gulfraz Khan13-Oct-05 2:18
Gulfraz Khan13-Oct-05 2:18 
QuestionSystem.Appdomain.CreateDomain(...) returns __TransparentProxy Pin
Rein_Petersen12-Oct-05 9:28
Rein_Petersen12-Oct-05 9:28 
AnswerRe: System.Appdomain.CreateDomain(...) returns __TransparentProxy Pin
leppie12-Oct-05 11:19
leppie12-Oct-05 11:19 
GeneralRe: System.Appdomain.CreateDomain(...) returns __TransparentProxy Pin
Rein_Petersen13-Oct-05 2:56
Rein_Petersen13-Oct-05 2:56 
QuestionRead only strings Pin
TheMajorRager12-Oct-05 7:52
TheMajorRager12-Oct-05 7:52 
AnswerRe: Read only strings Pin
Dave Kreskowiak12-Oct-05 8:05
mveDave Kreskowiak12-Oct-05 8:05 
AnswerRe: Read only strings Pin
Robert Rohde12-Oct-05 8:50
Robert Rohde12-Oct-05 8: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.