Click here to Skip to main content
16,017,788 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCustomise Report Viewer in Reporting Service 2005 Pin
kcsekhar7-Aug-06 5:25
kcsekhar7-Aug-06 5:25 
QuestionA series of points(coordinates)which form a shape [modified] Pin
szevy_suez7-Aug-06 2:54
szevy_suez7-Aug-06 2:54 
AnswerRe: A series of points(coordinates)which form a shape Pin
Dave Kreskowiak7-Aug-06 14:33
mveDave Kreskowiak7-Aug-06 14:33 
GeneralRe: A series of points(coordinates)which form a shape Pin
szevy_suez8-Aug-06 6:21
szevy_suez8-Aug-06 6:21 
GeneralRe: A series of points(coordinates)which form a shape Pin
Dave Kreskowiak8-Aug-06 14:14
mveDave Kreskowiak8-Aug-06 14:14 
QuestionRe: A series of points(coordinates)which form a shape Pin
szevy_suez9-Aug-06 4:23
szevy_suez9-Aug-06 4:23 
AnswerRe: A series of points(coordinates)which form a shape Pin
Dave Kreskowiak9-Aug-06 16:09
mveDave Kreskowiak9-Aug-06 16:09 
QuestionRe: A series of points(coordinates)which form a shape Pin
szevy_suez9-Aug-06 22:17
szevy_suez9-Aug-06 22:17 
Since I want to recognise a shape in an image, I need to know what color the shape's pixels contain, so I can check each pixel's color to identify whether the pixel belongs to the shape. However, I am not sure about the exact color. Do you know how to change an image to a 2bit black and white image? That shud make that easier rite?

Currently, I was only able to change the image to grayscale image and then apply edge detection to it, to get the outline of the shape, since what I want is only the x and y coordinates of the outline. Then, since you said GetPixel don't really return transparent color, what I thought was to get the color of GetPixel(1,1) which usually belongs to the background of the image and get all the x and y coordinates of pixels which do not have the same color as Pixel(1,1). But of course this could not be done if the image consist of more than two colors. Will an image after grayscale conversion and edge detection application contain more than TWO colors?

However, if I can convert the image to a 2 bit black n white image, it would be better.

Please advise.
AnswerRe: A series of points(coordinates)which form a shape Pin
Dave Kreskowiak10-Aug-06 2:26
mveDave Kreskowiak10-Aug-06 2:26 
QuestionAccessing Window Service from Other Machine ? Pin
Rizwan Bashir7-Aug-06 2:01
Rizwan Bashir7-Aug-06 2:01 
AnswerRe: Accessing Window Service from Other Machine ? Pin
Craster7-Aug-06 3:02
Craster7-Aug-06 3:02 
Questionlistview item add problem [modified] Pin
skhurams7-Aug-06 1:57
skhurams7-Aug-06 1:57 
AnswerRe: listview item add problem Pin
Rizwan Bashir7-Aug-06 2:04
Rizwan Bashir7-Aug-06 2:04 
AnswerRe: listview item add problem Pin
Dave Sexton7-Aug-06 2:04
Dave Sexton7-Aug-06 2:04 
AnswerRe: listview item add problem Pin
Dave Kreskowiak7-Aug-06 3:09
mveDave Kreskowiak7-Aug-06 3:09 
GeneralRe: listview item add problem Pin
Dave Sexton7-Aug-06 20:43
Dave Sexton7-Aug-06 20:43 
QuestionHow do I disable the Overrides (OnClosed) Pin
directred7-Aug-06 1:07
directred7-Aug-06 1:07 
AnswerRe: How do I disable the Overrides (OnClosed) Pin
Rizwan Bashir7-Aug-06 2:05
Rizwan Bashir7-Aug-06 2:05 
AnswerRe: How do I disable the Overrides (OnClosed) Pin
Dave Sexton7-Aug-06 2:12
Dave Sexton7-Aug-06 2:12 
AnswerRe: How do I disable the Overrides (OnClosed) Pin
Thomas Stockwell7-Aug-06 11:47
professionalThomas Stockwell7-Aug-06 11:47 
QuestionOnPaint Pin
microuser_20007-Aug-06 0:12
microuser_20007-Aug-06 0:12 
AnswerRe: OnPaint Pin
Guffa7-Aug-06 0:51
Guffa7-Aug-06 0:51 
GeneralRe: OnPaint Pin
microuser_20007-Aug-06 1:30
microuser_20007-Aug-06 1:30 
GeneralRe: OnPaint Pin
Guffa7-Aug-06 12:48
Guffa7-Aug-06 12:48 
AnswerRe: OnPaint Pin
Rizwan Bashir7-Aug-06 2:07
Rizwan Bashir7-Aug-06 2:07 

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.