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

.NET (Core and Framework)

 
Questionapplication server implementation Pin
Ryan Minor11-Oct-09 2:07
Ryan Minor11-Oct-09 2:07 
AnswerRe: application server implementation Pin
Eddy Vluggen11-Oct-09 3:16
professionalEddy Vluggen11-Oct-09 3:16 
Question.NET Framework Pin
CeremBeyazit10-Oct-09 9:10
CeremBeyazit10-Oct-09 9:10 
AnswerRe: .NET Framework Pin
Not Active10-Oct-09 10:27
mentorNot Active10-Oct-09 10:27 
AnswerRe: .NET Framework Pin
Luc Pattyn10-Oct-09 10:57
sitebuilderLuc Pattyn10-Oct-09 10:57 
QuestionSetting the form location manually Pin
lbs.allies9-Oct-09 23:58
lbs.allies9-Oct-09 23:58 
AnswerRe: Setting the form location manually Pin
Luc Pattyn10-Oct-09 1:05
sitebuilderLuc Pattyn10-Oct-09 1:05 
AnswerRe: Setting the form location manually Pin
Shameel19-Oct-09 0:14
professionalShameel19-Oct-09 0:14 
I think you are setting the location in the Form Load event. Try to set the location in the property window during design time. If you must do it at runtime, set the Visible property of the form to false and try this in Form Load event:

this.Location = new Point(x,y);
this.Visible = true;


Hope this helps,
Shameel
QuestionProblems with visual studio 2003 Pin
shylock18-Oct-09 8:28
shylock18-Oct-09 8:28 
AnswerRe: Problems with visual studio 2003 Pin
Suresh Suthar9-Oct-09 18:39
professionalSuresh Suthar9-Oct-09 18:39 
QuestionStrong Signing Assembly Effection desired functionality Pin
vineetrawathcl8-Oct-09 0:11
vineetrawathcl8-Oct-09 0:11 
AnswerRe: Strong Signing Assembly Effection desired functionality Pin
Rob Graham10-Oct-09 4:59
Rob Graham10-Oct-09 4:59 
QuestionMany .NET Frameworks related files installed on my computer , which one to remove ? Pin
unitecsoft7-Oct-09 13:42
unitecsoft7-Oct-09 13:42 
AnswerRe: Many .NET Frameworks related files installed on my computer , which one to remove ? Pin
Not Active7-Oct-09 14:21
mentorNot Active7-Oct-09 14:21 
AnswerRe: Many .NET Frameworks related files installed on my computer , which one to remove ? Pin
Dave Kreskowiak7-Oct-09 16:36
mveDave Kreskowiak7-Oct-09 16:36 
AnswerRe: Many .NET Frameworks related files installed on my computer , which one to remove ? Pin
Rob Graham10-Oct-09 5:10
Rob Graham10-Oct-09 5:10 
Questioni need help Pin
raysabro7-Oct-09 10:26
raysabro7-Oct-09 10:26 
AnswerRe: i need help Pin
Not Active7-Oct-09 11:59
mentorNot Active7-Oct-09 11:59 
QuestionDeleting folder Pin
SudhaKN7-Oct-09 4:12
SudhaKN7-Oct-09 4:12 
AnswerRe: Deleting folder Pin
Dave Kreskowiak7-Oct-09 18:03
mveDave Kreskowiak7-Oct-09 18:03 
QuestionHow to code MultiThreading into 4 Processors in vb.net? Pin
DND7-Oct-09 0:53
DND7-Oct-09 0:53 
AnswerRe: How to code MultiThreading into 4 Processors in vb.net? Pin
Dave Kreskowiak7-Oct-09 1:48
mveDave Kreskowiak7-Oct-09 1:48 
GeneralRe: How to code MultiThreading into 4 Processors in vb.net? Pin
DND7-Oct-09 3:34
DND7-Oct-09 3:34 
GeneralRe: How to code MultiThreading into 4 Processors in vb.net? Pin
Dave Kreskowiak7-Oct-09 5:13
mveDave Kreskowiak7-Oct-09 5:13 
GeneralRe: How to code MultiThreading into 4 Processors in vb.net? Pin
N a v a n e e t h7-Oct-09 5:49
N a v a n e e t h7-Oct-09 5:49 

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.