Click here to Skip to main content
16,005,206 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: ms flaxgrid control.... Pin
Kamalatharsan6-Jan-06 1:41
Kamalatharsan6-Jan-06 1:41 
QuestionVariable Declaration Pin
jcrussell4-Jan-06 17:44
jcrussell4-Jan-06 17:44 
AnswerRe: Variable Declaration Pin
Christian Graus4-Jan-06 17:56
protectorChristian Graus4-Jan-06 17:56 
GeneralRe: Variable Declaration Pin
jcrussell4-Jan-06 20:52
jcrussell4-Jan-06 20:52 
GeneralRe: Variable Declaration Pin
Christian Graus5-Jan-06 10:05
protectorChristian Graus5-Jan-06 10:05 
QuestionGDI+ Exception Pin
militiaware4-Jan-06 15:55
militiaware4-Jan-06 15:55 
AnswerRe: GDI+ Exception Pin
Christian Graus4-Jan-06 16:09
protectorChristian Graus4-Jan-06 16:09 
AnswerRe: GDI+ Exception Pin
Dave Kreskowiak4-Jan-06 17:48
mveDave Kreskowiak4-Jan-06 17:48 
It's failing because you're trying to save the file using the same name that you loaded it from. Since the file is locked, the save won't work. Try changing the filename you want to save it to.
Dim srcImage As New Bitmap(JpgImageName)
srcImage.Save(someOtherFilename, ImageFormat.Bmp)



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: GDI+ Exception Pin
Christian Graus4-Jan-06 17:53
protectorChristian Graus4-Jan-06 17:53 
GeneralRe: GDI+ Exception Pin
Dave Kreskowiak4-Jan-06 18:18
mveDave Kreskowiak4-Jan-06 18:18 
GeneralRe: GDI+ Exception Pin
Christian Graus4-Jan-06 18:21
protectorChristian Graus4-Jan-06 18:21 
GeneralRe: GDI+ Exception Pin
Dave Kreskowiak4-Jan-06 18:43
mveDave Kreskowiak4-Jan-06 18:43 
GeneralRe: GDI+ Exception Pin
Christian Graus5-Jan-06 10:04
protectorChristian Graus5-Jan-06 10:04 
Questionkindly help me with my probem bout importing data(.xls) to SQL using vb6 code Pin
Estong Odpaga4-Jan-06 14:59
Estong Odpaga4-Jan-06 14:59 
QuestionHow to hide a form? Pin
cylix20004-Jan-06 14:16
cylix20004-Jan-06 14:16 
AnswerRe: How to hide a form? Pin
Christian Graus4-Jan-06 14:40
protectorChristian Graus4-Jan-06 14:40 
AnswerRe: How to hide a form? Pin
militiaware4-Jan-06 15:54
militiaware4-Jan-06 15:54 
AnswerRe: How to hide a form? Pin
Dave Kreskowiak4-Jan-06 17:45
mveDave Kreskowiak4-Jan-06 17:45 
Questionhow to share combobox Pin
microuser_20004-Jan-06 12:37
microuser_20004-Jan-06 12:37 
QuestionNeed to Convert from VB to C# Pin
Hovik314-Jan-06 12:32
Hovik314-Jan-06 12:32 
QuestionHow to display min values in datagridview/listview Pin
irapov4-Jan-06 11:14
irapov4-Jan-06 11:14 
AnswerRe: How to display min values in datagridview/listview Pin
Christian Graus4-Jan-06 11:21
protectorChristian Graus4-Jan-06 11:21 
GeneralRe: How to display min values in datagridview/listview Pin
irapov4-Jan-06 11:28
irapov4-Jan-06 11:28 
GeneralRe: How to display min values in datagridview/listview Pin
Christian Graus4-Jan-06 11:30
protectorChristian Graus4-Jan-06 11:30 
GeneralRe: How to display min values in datagridview/listview Pin
irapov4-Jan-06 11:38
irapov4-Jan-06 11:38 

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.