Click here to Skip to main content
15,918,742 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Data packets Pin
Dave Kreskowiak25-Jul-07 13:45
mveDave Kreskowiak25-Jul-07 13:45 
QuestionMaster Detail Datagrid Pin
ryan11724-Jul-07 5:21
ryan11724-Jul-07 5:21 
Questionopening a JPG with VB through MSAccess Pin
reegan4124-Jul-07 5:10
reegan4124-Jul-07 5:10 
AnswerRe: opening a JPG with VB through MSAccess Pin
Paul Conrad24-Jul-07 5:59
professionalPaul Conrad24-Jul-07 5:59 
GeneralRe: opening a JPG with VB through MSAccess Pin
reegan4124-Jul-07 6:08
reegan4124-Jul-07 6:08 
GeneralRe: opening a JPG with VB through MSAccess Pin
jerryj24-Jul-07 8:21
jerryj24-Jul-07 8:21 
GeneralRe: opening a JPG with VB through MSAccess Pin
reegan4125-Jul-07 5:22
reegan4125-Jul-07 5:22 
Questionbitmap.save(filename) - A generic error occurred in GDI+. Pin
H3rman24-Jul-07 4:52
H3rman24-Jul-07 4:52 
I'm not very good at programing, and when i tries to save the bitmap to a file i get the "A generic error occurred in GDI+." what am i doing wrong? I wrote a smal app to demonstrate what my problem is. In the real app it modifies some exif data and are then supposed to save the file.

Public Class frmSaveFile
Private _bitmap As Bitmap
Private _filename As String = "d:\husvagn.jpg"
Private Sub btnOpen_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOpen.Click
_bitmap = New Bitmap(_filename)
btnOpen.Enabled = False
btnClose.Enabled = True
End Sub

Private Sub btnClose_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnClose.Click
_bitmap.Save(_filename)
btnClose.Enabled = False
btnOpen.Enabled = True
End Sub
End Class
AnswerRe: bitmap.save(filename) - A generic error occurred in GDI+. Pin
Dave Kreskowiak24-Jul-07 4:57
mveDave Kreskowiak24-Jul-07 4:57 
GeneralRe: bitmap.save(filename) - A generic error occurred in GDI+. Pin
H3rman24-Jul-07 5:08
H3rman24-Jul-07 5:08 
QuestionSave a file to a network folder (with security) Pin
csillagyitzik24-Jul-07 4:03
csillagyitzik24-Jul-07 4:03 
AnswerRe: Save a file to a network folder (with security) Pin
Dave Kreskowiak24-Jul-07 4:33
mveDave Kreskowiak24-Jul-07 4:33 
AnswerRe: Save a file to a network folder (with security) Pin
Craster24-Jul-07 4:46
Craster24-Jul-07 4:46 
QuestionVB6 Add-in - modify font colour for string values in syntax? (in Double Quotes - "") Pin
Mikey48424-Jul-07 3:34
Mikey48424-Jul-07 3:34 
AnswerRe: VB6 Add-in - modify font colour for string values in syntax? (in Double Quotes - "") Pin
Dave Kreskowiak24-Jul-07 4:31
mveDave Kreskowiak24-Jul-07 4:31 
GeneralRe: VB6 Add-in - modify font colour for string values in syntax? (in Double Quotes - "") Pin
Mikey48424-Jul-07 4:58
Mikey48424-Jul-07 4:58 
GeneralRe: VB6 Add-in - modify font colour for string values in syntax? (in Double Quotes - "") Pin
Dave Kreskowiak24-Jul-07 5:48
mveDave Kreskowiak24-Jul-07 5:48 
GeneralRe: VB6 Add-in - modify font colour for string values in syntax? (in Double Quotes - "") Pin
Mikey48424-Jul-07 7:59
Mikey48424-Jul-07 7:59 
QuestionDevice Application - Emulator Connection to Network Pin
dptalt24-Jul-07 3:27
dptalt24-Jul-07 3:27 
AnswerRe: Device Application - Emulator Connection to Network Pin
Dave Kreskowiak24-Jul-07 4:36
mveDave Kreskowiak24-Jul-07 4:36 
Questionhow to save a vb.net control along with the properties Pin
justinn pravin24-Jul-07 3:26
justinn pravin24-Jul-07 3:26 
AnswerRe: how to save a vb.net control along with the properties Pin
Dave Kreskowiak24-Jul-07 4:53
mveDave Kreskowiak24-Jul-07 4:53 
QuestionCrystal Report Mouse Trigger ? Pin
NasirLCCI24-Jul-07 2:56
NasirLCCI24-Jul-07 2:56 
QuestionVb.net ! Help ! Network Installation & Excution Pin
NasirLCCI24-Jul-07 2:36
NasirLCCI24-Jul-07 2:36 
AnswerRe: Vb.net ! Help ! Network Installation & Excution Pin
originSH24-Jul-07 2:40
originSH24-Jul-07 2:40 

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.