Click here to Skip to main content
15,905,967 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Windows XP can't start my application Pin
Luc Pattyn9-Jun-10 2:07
sitebuilderLuc Pattyn9-Jun-10 2:07 
AnswerRe: Windows XP can't start my application Pin
Chris C-B9-Jun-10 3:11
Chris C-B9-Jun-10 3:11 
GeneralRe: Windows XP can't start my application Pin
O.G.I.9-Jun-10 4:21
O.G.I.9-Jun-10 4:21 
GeneralRe: Windows XP can't start my application Pin
Luc Pattyn9-Jun-10 5:37
sitebuilderLuc Pattyn9-Jun-10 5:37 
GeneralRe: Windows XP can't start my application Pin
Chris C-B9-Jun-10 5:42
Chris C-B9-Jun-10 5:42 
GeneralRe: Windows XP can't start my application Pin
O.G.I.9-Jun-10 6:34
O.G.I.9-Jun-10 6:34 
GeneralRe: Windows XP can't start my application Pin
Chris C-B9-Jun-10 7:07
Chris C-B9-Jun-10 7:07 
GeneralRe: Windows XP can't start my application Pin
O.G.I.9-Jun-10 8:40
O.G.I.9-Jun-10 8:40 
This is all code that resides inside Form_Load event:

imgMain.AllowDrop = True 'picture box control
strDefDir = My.Computer.FileSystem.CurrentDirectory
Me.SetStyle(ControlStyles.DoubleBuffer, True)
Me.SetStyle(ControlStyles.UserPaint, True)
Me.SetStyle(ControlStyles.AllPaintingInWmPaint, True)
Me.UpdateStyles()
penRegionPen = New Pen(Brushes.Black, intCropPenSize)
penMyPen = New Pen(Brushes.Lime, intCropPenSize)
penMyPen.DashStyle = DashStyle.Solid
penMyPen.Width = 1

I've put this iside 'Try.. End Try' statement but the problem still exist and it gives me this error window(this time i put the original error window, sorry for showing it so late, I didn't thought that the problem might be so serious):
http://www.mediafire.com/imageview.php?quickkey=jmddjtvzzjm[^]
And this error is occuring only on my Win XP machine, on my Win 7 laptop there is no problems at all.
This is all references that my project uses:
Microsoft.VisualBasic.PowerPacks.VS
System
System.Core
System.Data
System.Data.DataSetExtensions
System.Deployment
System.Drawing
System.Windows.Forms
System.Xml
System.Xml.Linq
Tommorow I'm going to test my applications on other XP machines, I hope that the problem is in my PC and not in the application...
GeneralRe: Windows XP can't start my application Pin
Luc Pattyn9-Jun-10 9:11
sitebuilderLuc Pattyn9-Jun-10 9:11 
GeneralRe: Windows XP can't start my application Pin
O.G.I.9-Jun-10 9:36
O.G.I.9-Jun-10 9:36 
GeneralRe: Windows XP can't start my application Pin
Luc Pattyn9-Jun-10 9:45
sitebuilderLuc Pattyn9-Jun-10 9:45 
QuestionHow to fit a mdi form to auto size to any window resolution? Pin
waner michaud7-Jun-10 11:07
waner michaud7-Jun-10 11:07 
AnswerRe: How to fit a mdi form to auto size to any window resolution? Pin
Wayne Gaylard7-Jun-10 12:40
professionalWayne Gaylard7-Jun-10 12:40 
AnswerRe: How to fit a mdi form to auto size to any window resolution? Pin
Johnny J.8-Jun-10 2:39
professionalJohnny J.8-Jun-10 2:39 
QuestionHow can I know If I have install MDAC in my computer Pin
Andraw Tang7-Jun-10 7:06
Andraw Tang7-Jun-10 7:06 
AnswerRe: How can I know If I have install MDAC in my computer Pin
Dave Kreskowiak7-Jun-10 10:33
mveDave Kreskowiak7-Jun-10 10:33 
GeneralRe: How can I know If I have install MDAC in my computer Pin
Andraw Tang8-Jun-10 3:06
Andraw Tang8-Jun-10 3:06 
GeneralRe: How can I know If I have install MDAC in my computer Pin
Dave Kreskowiak8-Jun-10 3:30
mveDave Kreskowiak8-Jun-10 3:30 
GeneralRe: How can I know If I have install MDAC in my computer Pin
Andraw Tang8-Jun-10 3:39
Andraw Tang8-Jun-10 3:39 
GeneralRe: How can I know If I have install MDAC in my computer Pin
Andraw Tang8-Jun-10 5:55
Andraw Tang8-Jun-10 5:55 
GeneralRe: How can I know If I have install MDAC in my computer Pin
Dave Kreskowiak8-Jun-10 5:59
mveDave Kreskowiak8-Jun-10 5:59 
QuestionVB6: invicible .exe Pin
Mschauder6-Jun-10 22:04
Mschauder6-Jun-10 22:04 
AnswerRe: VB6: invicible .exe Pin
Johnny J.6-Jun-10 22:32
professionalJohnny J.6-Jun-10 22:32 
GeneralRe: VB6: invicible .exe Pin
Mschauder6-Jun-10 22:49
Mschauder6-Jun-10 22:49 
GeneralRe: VB6: invicible .exe Pin
Johnny J.7-Jun-10 2:45
professionalJohnny J.7-Jun-10 2:45 

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.