Click here to Skip to main content
15,907,906 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Error occur when Access Database compress. Pin
Dave Kreskowiak16-Dec-09 2:10
mveDave Kreskowiak16-Dec-09 2:10 
GeneralRe: Error occur when Access Database compress. Pin
dcdhingra16-Dec-09 3:25
dcdhingra16-Dec-09 3:25 
QuestionCrystal Reports Pin
lbs.allies15-Dec-09 23:51
lbs.allies15-Dec-09 23:51 
AnswerRe: Crystal Reports Pin
tosch16-Dec-09 0:59
tosch16-Dec-09 0:59 
QuestionDrawing on a PictureBox Pin
RyanSmith15-Dec-09 23:28
professionalRyanSmith15-Dec-09 23:28 
AnswerRe: Drawing on a PictureBox Pin
Luc Pattyn15-Dec-09 23:55
sitebuilderLuc Pattyn15-Dec-09 23:55 
GeneralRe: Drawing on a PictureBox Pin
RyanSmith16-Dec-09 10:56
professionalRyanSmith16-Dec-09 10:56 
GeneralRe: Drawing on a PictureBox Pin
Luc Pattyn16-Dec-09 11:16
sitebuilderLuc Pattyn16-Dec-09 11:16 
A PictureBox has two layers: the image inside (which you can only access through the PictureBox.Image property), and whatever you draw on top of the PB (and best in the Paint handler). These two are not related at all (the image is below the glass plate, your scribbles are on top of the glass plate). I would use PB.Refresh() to erase the latter, if I ever were to use a PB that is.

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


GeneralRe: Drawing on a PictureBox Pin
RyanSmith16-Dec-09 22:59
professionalRyanSmith16-Dec-09 22:59 
QuestionSysWOW64 on Windows 7 Pin
C#Coudou15-Dec-09 16:55
C#Coudou15-Dec-09 16:55 
AnswerRe: SysWOW64 on Windows 7 Pin
JR21215-Dec-09 22:54
JR21215-Dec-09 22:54 
AnswerRe: SysWOW64 on Windows 7 Pin
Dave Kreskowiak16-Dec-09 2:06
mveDave Kreskowiak16-Dec-09 2:06 
GeneralRe: SysWOW64 on Windows 7 Pin
C#Coudou16-Dec-09 13:35
C#Coudou16-Dec-09 13:35 
QuestionRe: SysWOW64 on Windows 7 Pin
JR21216-Dec-09 22:18
JR21216-Dec-09 22:18 
AnswerRe: SysWOW64 on Windows 7 Pin
Dave Kreskowiak17-Dec-09 2:28
mveDave Kreskowiak17-Dec-09 2:28 
GeneralRe: SysWOW64 on Windows 7 Pin
JR21217-Dec-09 23:15
JR21217-Dec-09 23:15 
QuestionAn unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll Pin
goodyear9915-Dec-09 14:22
goodyear9915-Dec-09 14:22 
AnswerRe: An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll Pin
Gideon Engelberth15-Dec-09 16:46
Gideon Engelberth15-Dec-09 16:46 
QuestionQuestion regarding filesystemwatcher and existing files Pin
Jon_Boy15-Dec-09 5:22
Jon_Boy15-Dec-09 5:22 
AnswerRe: Question regarding filesystemwatcher and existing files Pin
DaveAuld15-Dec-09 5:36
professionalDaveAuld15-Dec-09 5:36 
GeneralRe: Question regarding filesystemwatcher and existing files Pin
Jon_Boy15-Dec-09 5:39
Jon_Boy15-Dec-09 5:39 
GeneralRe: Question regarding filesystemwatcher and existing files Pin
Ian Shlasko15-Dec-09 8:02
Ian Shlasko15-Dec-09 8:02 
GeneralRe: Question regarding filesystemwatcher and existing files Pin
Jon_Boy15-Dec-09 8:55
Jon_Boy15-Dec-09 8:55 
GeneralRe: Question regarding filesystemwatcher and existing files Pin
Ian Shlasko15-Dec-09 9:39
Ian Shlasko15-Dec-09 9:39 
QuestionBuilding an application that recieves emails Pin
Aptiva Dave15-Dec-09 4:25
Aptiva Dave15-Dec-09 4: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.