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

.NET (Core and Framework)

 
Question.net framework Pin
prashanth pola9-Jun-10 2:02
prashanth pola9-Jun-10 2:02 
QuestionIn which language CLR is written?? Pin
sujithkumarsl8-Jun-10 20:04
sujithkumarsl8-Jun-10 20:04 
AnswerRe: In which language CLR is written?? Pin
Peace ON8-Jun-10 20:21
Peace ON8-Jun-10 20:21 
GeneralRe: In which language CLR is written?? Pin
Hristo-Bojilov8-Jun-10 23:03
Hristo-Bojilov8-Jun-10 23:03 
AnswerRe: In which language CLR is written?? Pin
Anshul R9-Jun-10 3:50
Anshul R9-Jun-10 3:50 
AnswerRe: In which language CLR is written?? Pin
Dimitri Witkowski9-Jun-10 10:12
Dimitri Witkowski9-Jun-10 10:12 
QuestionMessage Removed Pin
8-Jun-10 13:06
WilnerCh8-Jun-10 13:06 
AnswerRe: backgroundimage and picturebox Pin
Luc Pattyn8-Jun-10 13:42
sitebuilderLuc Pattyn8-Jun-10 13:42 
Hi,

1.
my general advice is not to create that much code all at once; in a board application, I always start by filling a huge rectangle with a distinct color (e.g. Aqua), to make sure my events got wired correctly, and something shows. Then I reduce the rectangle to normal sizes, hoping to still see it; and only then I add all the tiny details of the drawing.

2.
Often I also implement a debug mode in which all drawable items get a different color, so one can easily see and identify them, with their boundaries and overlaps.

3.
Having said that, the most suspicious line IMO is here:
Me.boardgame.Width = face(0).X + margin


4.
You described your app as having two pictureboxes, however that does not really show. Your boardgame and menubar Controls could be most anything, in my books they probably would be Panels, as Panle is my preferred canvas provider.

Hope this helps.
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

QuestionConnecting SQL Server 2005 using ASPNET account Pin
vinothkumar_Dhakshinamoorthy8-Jun-10 4:00
vinothkumar_Dhakshinamoorthy8-Jun-10 4:00 
AnswerRe: Connecting SQL Server 2005 using ASPNET account Pin
Peace ON8-Jun-10 4:12
Peace ON8-Jun-10 4:12 
GeneralRe: Connecting SQL Server 2005 using ASPNET account Pin
vinothkumar_Dhakshinamoorthy8-Jun-10 4:15
vinothkumar_Dhakshinamoorthy8-Jun-10 4:15 
AnswerRe: Connecting SQL Server 2005 using ASPNET account Pin
Peace ON8-Jun-10 4:40
Peace ON8-Jun-10 4:40 
QuestionCode Optimazing Suggestion Pin
Young_Padawan8-Jun-10 1:25
Young_Padawan8-Jun-10 1:25 
AnswerRe: Code Optimazing Suggestion Pin
JHizzle8-Jun-10 2:27
JHizzle8-Jun-10 2:27 
GeneralRe: Code Optimazing Suggestion Pin
Young_Padawan8-Jun-10 21:49
Young_Padawan8-Jun-10 21:49 
AnswerRe: Code Optimazing Suggestion Pin
Eddy Vluggen8-Jun-10 2:40
professionalEddy Vluggen8-Jun-10 2:40 
GeneralRe: Code Optimazing Suggestion Pin
Young_Padawan8-Jun-10 21:51
Young_Padawan8-Jun-10 21:51 
AnswerRe: Code Optimazing Suggestion Pin
Pete O'Hanlon8-Jun-10 2:41
mvePete O'Hanlon8-Jun-10 2:41 
GeneralRe: Code Optimazing Suggestion Pin
Young_Padawan8-Jun-10 22:04
Young_Padawan8-Jun-10 22:04 
AnswerRe: Code Optimazing Suggestion Pin
Pete O'Hanlon8-Jun-10 22:15
mvePete O'Hanlon8-Jun-10 22:15 
GeneralRe: Code Optimazing Suggestion Pin
Young_Padawan9-Jun-10 2:25
Young_Padawan9-Jun-10 2:25 
QuestionAny tips for working over a "Shared Online Folder " (dropbox) using Visual Studio 2010 express? Pin
venomation7-Jun-10 12:50
venomation7-Jun-10 12:50 
AnswerRe: Any tips for working over a "Shared Online Folder " (dropbox) using Visual Studio 2010 express? Pin
Abhinav S7-Jun-10 19:19
Abhinav S7-Jun-10 19:19 
GeneralRe: Any tips for working over a "Shared Online Folder " (dropbox) using Visual Studio 2010 express? Pin
venomation8-Jun-10 8:49
venomation8-Jun-10 8:49 
AnswerRe: Any tips for working over a "Shared Online Folder " (dropbox) using Visual Studio 2010 express? Pin
Pete O'Hanlon7-Jun-10 21:30
mvePete O'Hanlon7-Jun-10 21:30 

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.