473,320 Members | 1,854 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Help! Some unknown error during Compiling

The Code Given Below is woring correctly during debug.
But does not work during compiling, It doesn't even shows an error.
Expand|Select|Wrap|Line Numbers
  1.         private void pictureBox1_MouseUp(object sender, MouseEventArgs e)
  2.         {
  3.             ep.X =e.X;
  4.             ep.Y =e.Y;
  5.         }
  6.         private void pictureBox1_Paint(object sender, PaintEventArgs e)
  7.         {
  8.             Pen p=new Pen(Color.Black,2);
  9.             Graphics g = e.Graphics;
  10.             g.DrawLine(p,sp.X,sp.Y,ep.X,ep.Y);
  11.         }
  12.  
  13.         private void pictureBox1_MouseDown(object sender, MouseEventArgs e)
  14.         {
  15.             sp.X =MousePosition.X;
  16.             sp.Y = MousePosition.Y;
  17.         }
Jun 26 '07 #1
2 996
TRScheel
638 Expert 512MB
The Code Given Below is woring correctly during debug.
But does not work during compiling, It doesn't even shows an error.

private void pictureBox1_MouseUp(object sender, MouseEventArgs e)
{
ep.X =e.X;
ep.Y =e.Y;
}
private void pictureBox1_Paint(object sender, PaintEventArgs e)
{
Pen p=new Pen(Color.Black,2);
Graphics g = e.Graphics;
g.DrawLine(p,sp.X,sp.Y,ep.X,ep.Y);
}

private void pictureBox1_MouseDown(object sender, MouseEventArgs e)
{
sp.X =MousePosition.X;
sp.Y = MousePosition.Y;
}

When you say compiling, do you mean in the release version? And how are you using the release exe, if this is the case? Sometimes copy/pasting to a computer will not work, sometimes it will.
Jun 26 '07 #2
Frinavale
9,735 Expert Mod 8TB
Could you explain a little more on what its doing that indicates it is not working?
Is it failing on the compile?
Did it compile and wont run?
?
Jun 26 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Sarir Khamsi | last post by:
Is there a way to get help the way you get it from the Python interpreter (eg, 'help(dir)' gives help on the 'dir' command) in the module cmd.Cmd? I know how to add commands and help text to...
2
by: Sudheer Kareem | last post by:
Dear All Please tell me how to assosiate help files with my Vb.net Project. Regards Sudheer
6
by: d.warnermurray | last post by:
I am doing a project for school that involves creating help files for a html authoring tool. If you could help me with answers to some questions it would really help. 1. What tasks do you expect...
5
by: Craig Keightley | last post by:
Please help, i have attached my page which worksin IE but i cannnot get the drop down menu to fucntion in firefox. Any one have any ideas why? Many Thanks Craig ...
7
by: Corepaul | last post by:
Missing Help Files When I enter "recordset" as the keyword and search the Visual Basic Help index, I get many topics of interest in the resulting list. But there isn't any information available...
5
by: Steve | last post by:
I have written a help file (chm) for a DLL and referenced it using Help.ShowHelp My expectation is that a developer using my DLL would be able to access this help file during his development time...
8
by: Mark | last post by:
I have loaded Visual Studio .net on my home computer and my laptop, but my home computer has an abbreviated help screen not 2% of the help on my laptop. All the settings look the same on both...
10
by: JonathanOrlev | last post by:
Hello everybody, I wrote this comment in another message of mine, but decided to post it again as a standalone message. I think that Microsoft's Office 2003 help system is horrible, probably...
1
by: trunxnirvana007 | last post by:
'UPGRADE_WARNING: Array has a new behavior. Click for more: 'ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?keyword="9B7D5ADD-D8FE-4819-A36C-6DEDAF088CC7"' 'UPGRADE_WARNING: Couldn't resolve...
0
by: hitencontractor | last post by:
I am working on .NET Version 2003 making an SDI application that calls MS Excel 2003. I added a menu item called "MyApp Help" in the end of the menu bar to show Help-> About. The application...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.