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

Visual Basic

 
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 
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 
Yea, I ran into this problem too...this should help...save using the encoder...if it returns nothing...then you will need to use a default encoder...like for a bitmap or something.

Private Shared Function FindImageEncoder(ByVal theImg As Image) As ImageCodecInfo
For Each info As ImageCodecInfo In ImageCodecInfo.GetImageEncoders
If info.FormatID.Equals(theImg.RawFormat.Guid) Then Return info
Next info

Return Nothing
End Function

Apparently it's not OK to start a bonfire of Microsoft products in the aisles of CompUSA even though the Linuxrulz web site says so

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 
QuestionFavorite free toolbox controls? Pin
gdijim15-May-07 8:27
gdijim15-May-07 8:27 
QuestionRemoving an object from a list Pin
steve_rm15-May-07 8:06
steve_rm15-May-07 8:06 
AnswerRe: Removing an object from a list Pin
Dave Kreskowiak15-May-07 10:18
mveDave Kreskowiak15-May-07 10:18 

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.