Click here to Skip to main content
15,884,472 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: progress bar Pin
Sonia Gupta15-May-07 19:04
Sonia Gupta15-May-07 19:04 
AnswerRe: progress bar Pin
Dave Kreskowiak16-May-07 3:19
mveDave Kreskowiak16-May-07 3:19 
QuestionConnection String In App Config VS 2005 Pin
Polymorpher15-May-07 17:36
Polymorpher15-May-07 17:36 
AnswerRe: Connection String In App Config VS 2005 Pin
Dave Kreskowiak15-May-07 17:52
mveDave Kreskowiak15-May-07 17:52 
GeneralRe: Connection String In App Config VS 2005 Pin
Polymorpher15-May-07 18:01
Polymorpher15-May-07 18:01 
GeneralRe: Connection String In App Config VS 2005 Pin
Dave Kreskowiak16-May-07 3:16
mveDave Kreskowiak16-May-07 3:16 
GeneralRe: Connection String In App Config VS 2005 Pin
Polymorpher16-May-07 7:05
Polymorpher16-May-07 7:05 
QuestionGeneric Error In GDI+ Pin
MatrixCoder15-May-07 14:47
MatrixCoder15-May-07 14:47 
I am writing an image resizing program, but I every time I try to save an image I get an error saying "Generic Error In GDI+". I've tried running my app on 3 different computers (2 desktops and 1 laptop all with WinXP and .NET 2.0), and the error only occurs on the laptop. I've looked everywhere for someone with a similar problem, and either it's something irrelevant or no one got an answer. What's going on?

Dim InitialImage As Bitmap = New Bitmap(OpenLocation)
Dim SetImage As Bitmap
SetImage = New Bitmap(InitialImage, New Size(WidthInt, HeightInt))
SetImage.Save(PathName, System.Drawing.Imaging.ImageFormat.Jpeg)

Thanks for the help!




Trinity: Neo... nobody has ever done this before.
Neo: That's why it's going to work.

AnswerRe: Generic Error In GDI+ Pin
Sathesh Sakthivel15-May-07 16:47
Sathesh Sakthivel15-May-07 16:47 
GeneralRe: Generic Error In GDI+ Pin
MatrixCoder15-May-07 17:20
MatrixCoder15-May-07 17:20 
GeneralRe: Generic Error In GDI+ Pin
Polymorpher15-May-07 17:47
Polymorpher15-May-07 17:47 
GeneralRe: Generic Error In GDI+ Pin
MatrixCoder15-May-07 18:12
MatrixCoder15-May-07 18:12 
GeneralRe: Generic Error In GDI+ Pin
Polymorpher15-May-07 18:14
Polymorpher15-May-07 18:14 
QuestionFile in use error while renaming file Pin
Steve Erbach15-May-07 11:46
Steve Erbach15-May-07 11:46 
AnswerRe: File in use error while renaming file Pin
Christian Graus15-May-07 12:15
protectorChristian Graus15-May-07 12:15 
GeneralRe: File in use error while renaming file Pin
Steve Erbach16-May-07 3:34
Steve Erbach16-May-07 3:34 
Questionhow to convert the following code to vb.net Pin
awara15-May-07 11:44
awara15-May-07 11:44 
AnswerRe: how to convert the following code to vb.net Pin
MatrixCoder15-May-07 12:07
MatrixCoder15-May-07 12:07 
AnswerRe: how to convert the following code to vb.net Pin
Dave Doknjas15-May-07 12:18
Dave Doknjas15-May-07 12:18 
Questionhow to convert the following code to vb.net Pin
awara15-May-07 11:44
awara15-May-07 11:44 
AnswerRe: how to convert the following code to vb.net Pin
nlarson1116-May-07 11:15
nlarson1116-May-07 11:15 
QuestionWindows Installer Condition sytax Pin
Karma3125115-May-07 8:42
Karma3125115-May-07 8:42 
AnswerRe: Windows Installer Condition sytax Pin
Joseph Guadagno15-May-07 11:51
Joseph Guadagno15-May-07 11:51 
GeneralRe: Windows Installer Condition sytax Pin
Karma3125117-May-07 9:16
Karma3125117-May-07 9:16 
GeneralRe: Windows Installer Condition sytax Pin
Joseph Guadagno17-May-07 12:22
Joseph Guadagno17-May-07 12:22 

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.