Click here to Skip to main content
15,896,154 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sending e-mail in VB .NET Pin
cApSL0ck AvAtAr29-Aug-04 20:32
cApSL0ck AvAtAr29-Aug-04 20:32 
GeneralEvents fired up on focus change. Pin
Member 132035228-Aug-04 2:10
Member 132035228-Aug-04 2:10 
GeneralRe: Events fired up on focus change. Pin
Anonymous28-Aug-04 11:28
Anonymous28-Aug-04 11:28 
GeneralRe: Events fired up on focus change. Pin
Dave Kreskowiak29-Aug-04 3:17
mveDave Kreskowiak29-Aug-04 3:17 
GeneralRe: Events fired up on focus change. Pin
Member 132035229-Aug-04 21:40
Member 132035229-Aug-04 21:40 
QuestionHow to change the color of the text of a DateTimePicker?? Pin
claytonvaldo27-Aug-04 10:48
claytonvaldo27-Aug-04 10:48 
GeneralBuild the tree view in vb 6 Pin
lardex27-Aug-04 7:12
susslardex27-Aug-04 7:12 
Generalfile access problem Pin
tommy_tanaka27-Aug-04 5:32
tommy_tanaka27-Aug-04 5:32 
hello there -

i have two applications. the first one save a bitmapfile to a certain directory.
the second one just reads this bitmapfile into a picturebox.

the first time everything works fine.
but as soon as the first application wants to write again the file to the same path and filename, an exception is thrown. i know why, because application two seems to have the bitmapfile protected from overwriting, because it uses it in the picture box.

but i want to have the actual bitmap in the picturebox. any idea how i can solve my problem?

Save-Function of Application 1:
picPath = "\\Matrix\Kunden\server.bmp"
getScreenShot._getImage.Save(picPath)

Read-Function of Application 2:
path = "\\Matrix\Kunden\server.bmp"
Me._schoolMain.Screenshot.Image = screenShot.FromFile(path)

thx for any help.

tom
GeneralRe: file access problem Pin
Dave Kreskowiak27-Aug-04 6:09
mveDave Kreskowiak27-Aug-04 6:09 
GeneralRe: file access problem Pin
tommy_tanaka28-Aug-04 3:03
tommy_tanaka28-Aug-04 3:03 
GeneralRe: file access problem Pin
Dave Kreskowiak29-Aug-04 3:16
mveDave Kreskowiak29-Aug-04 3:16 
GeneralPrint MSChart from VB.Net Pin
amdinar27-Aug-04 5:19
amdinar27-Aug-04 5:19 
Generalstore a sql result in a xml document Pin
tofito27-Aug-04 4:26
tofito27-Aug-04 4:26 
GeneralRe: store a sql result in a xml document Pin
Dave Kreskowiak27-Aug-04 6:16
mveDave Kreskowiak27-Aug-04 6:16 
GeneralWMI and Terminal Server Pin
Anonymous27-Aug-04 3:08
Anonymous27-Aug-04 3:08 
GeneralWMI and Terminal Server Pin
Anonymous27-Aug-04 3:07
Anonymous27-Aug-04 3:07 
GeneralRe: WMI and Terminal Server Pin
Dave Kreskowiak27-Aug-04 3:37
mveDave Kreskowiak27-Aug-04 3:37 
GeneralRe: WMI and Terminal Server Pin
Anonymous27-Aug-04 3:47
Anonymous27-Aug-04 3:47 
GeneralRe: WMI and Terminal Server Pin
Dave Kreskowiak27-Aug-04 4:25
mveDave Kreskowiak27-Aug-04 4:25 
GeneralProblems with the GUID Pin
BoxenBiene26-Aug-04 23:24
BoxenBiene26-Aug-04 23:24 
GeneralRe: Problems with the GUID Pin
Dave Kreskowiak27-Aug-04 3:32
mveDave Kreskowiak27-Aug-04 3:32 
QuestionHow can I access the Comport Pin
BoxenBiene26-Aug-04 23:17
BoxenBiene26-Aug-04 23:17 
AnswerRe: How can I access the Comport Pin
Dave Kreskowiak27-Aug-04 3:27
mveDave Kreskowiak27-Aug-04 3:27 
GeneralXml & VB.Net- Please help me Pin
Meysam.Khayatan26-Aug-04 21:16
Meysam.Khayatan26-Aug-04 21:16 
GeneralRe: Xml & VB.Net- Please help me Pin
Dave Kreskowiak27-Aug-04 3:25
mveDave Kreskowiak27-Aug-04 3:25 

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.