Click here to Skip to main content
15,908,173 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB.NET Timer control [modified] Pin
Dave Kreskowiak17-Jul-06 12:18
mveDave Kreskowiak17-Jul-06 12:18 
GeneralRe: VB.NET Timer control Pin
Brent Lamborn18-Jul-06 3:52
Brent Lamborn18-Jul-06 3:52 
QuestionInternational character problems in access mdb file Pin
JUNEYT17-Jul-06 8:54
JUNEYT17-Jul-06 8:54 
QuestionProblem using fill method on data adapter Pin
ssbelfast17-Jul-06 8:22
ssbelfast17-Jul-06 8:22 
AnswerRe: Problem using fill method on data adapter [modified] Pin
MrSarek170117-Jul-06 9:09
MrSarek170117-Jul-06 9:09 
GeneralRe: Problem using fill method on data adapter Pin
ssbelfast17-Jul-06 10:14
ssbelfast17-Jul-06 10:14 
GeneralRe: Problem using fill method on data adapter Pin
Kschuler19-Jul-06 8:41
Kschuler19-Jul-06 8:41 
QuestionPictureBox problem vb Pin
_tasleem17-Jul-06 6:32
_tasleem17-Jul-06 6:32 
hi i m reading images from the databse and showing on picbox,so i had to make the temporary file to show pic on the picturebox thorugh Pic.image=Image.fromfile etc. it works fine.
i want to make one file for that purpose and delete when new file is readed from databse.
i m using this code for that purpose
Pic.image=null;
if(File.Exist("temp.bmp"))
File.Delete("temp.bmp");//give exception file used by process
String newf="temp.bmp"; and save the new data from database to this file and show it to the user.
but it give the exception that file is used by another process,i had clear the picbox but still gives.
how to do that Thanks in advance.

Tasleem Arif
AnswerRe: PictureBox problem vb Pin
Dave Kreskowiak17-Jul-06 6:50
mveDave Kreskowiak17-Jul-06 6:50 
QuestionMulti Row Display DataGrid View Pin
Madaka17-Jul-06 6:28
Madaka17-Jul-06 6:28 
QuestionPublic Structure and array result [modified] Pin
Kamineko17-Jul-06 3:28
Kamineko17-Jul-06 3:28 
QuestionHow to run as a service Pin
Leelanga17-Jul-06 3:27
Leelanga17-Jul-06 3:27 
AnswerRe: How to run as a service Pin
Tim Carmichael17-Jul-06 7:35
Tim Carmichael17-Jul-06 7:35 
Questionsystem language Pin
OnisH17-Jul-06 2:55
OnisH17-Jul-06 2:55 
QuestionDoes not hit the server side code when called for the second time. readystate is 4 Pin
vikasbinani17-Jul-06 2:45
vikasbinani17-Jul-06 2:45 
Questiontreeview questionvb Pin
_tasleem17-Jul-06 2:24
_tasleem17-Jul-06 2:24 
AnswerRe: treeview questionvb Pin
Werries17-Jul-06 8:29
Werries17-Jul-06 8:29 
GeneralRe: treeview questionvb [modified] Pin
_tasleem17-Jul-06 20:53
_tasleem17-Jul-06 20:53 
GeneralRe: treeview questionvb Pin
Werries18-Jul-06 10:55
Werries18-Jul-06 10:55 
QuestionConvert large database to Excel Pin
chau19817-Jul-06 2:02
chau19817-Jul-06 2:02 
AnswerRe: Convert large database to Excel Pin
Dave Kreskowiak17-Jul-06 2:51
mveDave Kreskowiak17-Jul-06 2:51 
GeneralRe: Convert large database to Excel [modified] Pin
chau19817-Jul-06 20:47
chau19817-Jul-06 20:47 
GeneralRe: Convert large database to Excel Pin
Dave Kreskowiak18-Jul-06 1:36
mveDave Kreskowiak18-Jul-06 1:36 
GeneralRe: Convert large database to Excel Pin
chau19828-Jul-06 0:32
chau19828-Jul-06 0:32 
GeneralRe: Convert large database to Excel Pin
Dave Kreskowiak28-Jul-06 12:23
mveDave Kreskowiak28-Jul-06 12:23 

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.