Click here to Skip to main content
16,011,805 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionkilling network connection...please help Pin
carl_sti30-Dec-06 21:54
carl_sti30-Dec-06 21:54 
AnswerRe: killing network connection...please help Pin
Dave Kreskowiak31-Dec-06 5:02
mveDave Kreskowiak31-Dec-06 5:02 
GeneralRe: killing network connection...please help Pin
carl_sti31-Dec-06 6:41
carl_sti31-Dec-06 6:41 
GeneralRe: killing network connection...please help Pin
Dave Kreskowiak31-Dec-06 8:10
mveDave Kreskowiak31-Dec-06 8:10 
GeneralRe: killing network connection...please help Pin
Pravat Maskey31-Dec-06 19:20
Pravat Maskey31-Dec-06 19:20 
GeneralRe: killing network connection...please help Pin
Dave Kreskowiak1-Jan-07 7:43
mveDave Kreskowiak1-Jan-07 7:43 
QuestionComparing an image to each image in an ImageList Pin
Zaegra30-Dec-06 20:55
Zaegra30-Dec-06 20:55 
AnswerRe: Comparing an image to each image in an ImageList Pin
Dave Kreskowiak31-Dec-06 5:00
mveDave Kreskowiak31-Dec-06 5:00 
You can't compare Image objects like that. If you want to compare the actual pixels, you'll have to write some code that will take both Image objects as arguments and do the comparison yourself. You'll probably want to first make sure that the images are the same dimensions, then the same color depth and pixel format, see if they have the same options (like a transparency), then go through each pixel, one-by-one, and compare them. If every pixel is the same, and all the other tests pass, then the images are equal.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: Comparing an image to each image in an ImageList Pin
Zaegra1-Jan-07 0:09
Zaegra1-Jan-07 0:09 
QuestionAdding and saving rows to a datagrid at runtime Pin
steve_rm30-Dec-06 17:34
steve_rm30-Dec-06 17:34 
Questionadding flash Pin
nbulut30-Dec-06 11:36
nbulut30-Dec-06 11:36 
Questionpicturebox location runtime Pin
WestSideRailways30-Dec-06 10:59
WestSideRailways30-Dec-06 10:59 
AnswerRe: picturebox location runtime Pin
Dave Kreskowiak30-Dec-06 11:35
mveDave Kreskowiak30-Dec-06 11:35 
AnswerRe: picturebox location runtime Pin
The ANZAC30-Dec-06 15:57
The ANZAC30-Dec-06 15:57 
GeneralRe: picturebox location runtime Pin
WestSideRailways30-Dec-06 19:45
WestSideRailways30-Dec-06 19:45 
QuestionWindow Manager Pin
joejoeiscool30-Dec-06 8:25
joejoeiscool30-Dec-06 8:25 
AnswerRe: Window Manager Pin
Dave Kreskowiak30-Dec-06 11:33
mveDave Kreskowiak30-Dec-06 11:33 
GeneralRe: Window Manager Pin
joejoeiscool30-Dec-06 21:47
joejoeiscool30-Dec-06 21:47 
GeneralRe: Window Manager Pin
Dave Kreskowiak31-Dec-06 4:49
mveDave Kreskowiak31-Dec-06 4:49 
GeneralRe: Window Manager Pin
joejoeiscool31-Dec-06 23:48
joejoeiscool31-Dec-06 23:48 
GeneralRe: Window Manager Pin
Dave Kreskowiak1-Jan-07 7:52
mveDave Kreskowiak1-Jan-07 7:52 
GeneralRe: Window Manager Pin
joejoeiscool2-Jan-07 4:42
joejoeiscool2-Jan-07 4:42 
Questionhow to develop an sql connection string from a text or xml file: how do i? Pin
JustmeNick30-Dec-06 7:34
JustmeNick30-Dec-06 7:34 
AnswerRe: how to develop an sql connection string from a text or xml file: how do i? Pin
Colin Angus Mackay30-Dec-06 8:08
Colin Angus Mackay30-Dec-06 8:08 
GeneralRe: how to develop an sql connection string from a text or xml file: how do i? Pin
JustmeNick30-Dec-06 9:01
JustmeNick30-Dec-06 9:01 

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.