Click here to Skip to main content
15,929,512 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralAPI : IPhlpAPI --> SetTcpEntry Pin
Vitoto7-May-05 18:46
Vitoto7-May-05 18:46 
QuestionHow to open Text files and PDFs ? Pin
vishalmishra7-May-05 10:59
vishalmishra7-May-05 10:59 
AnswerRe: How to open Text files and PDFs ? Pin
Christian Graus8-May-05 14:26
protectorChristian Graus8-May-05 14:26 
GeneralRGB Valuesusing VB.Net Pin
suis7-May-05 9:57
suis7-May-05 9:57 
GeneralRe: RGB Valuesusing VB.Net Pin
Fernando Soto7-May-05 15:44
Fernando Soto7-May-05 15:44 
GeneralRe: RGB Valuesusing VB.Net Pin
suis8-May-05 7:29
suis8-May-05 7:29 
QuestionHow to do using vb.net Pin
suis7-May-05 9:56
suis7-May-05 9:56 
AnswerRe: How to do using vb.net Pin
Robert Rohde8-May-05 5:25
Robert Rohde8-May-05 5:25 
Hi,

1. Open image: Dim b As Bitmap = new Bitmap("MyFile.bmp")
2. Get the color of one pixel: Dim c as Color = b.GetPixel(x, y)
3. Get the red/green/blue value from the color: Dim val As Integer = c.R/G/B
4. Count the needed values in some kind of loop
5. Write your results to a file (this can be done in various ways and depends on how your result output should look like)
GeneralRe: How to do using vb.net Pin
suis8-May-05 7:28
suis8-May-05 7:28 
GeneralRe: How to do using vb.net Pin
Christian Graus8-May-05 14:28
protectorChristian Graus8-May-05 14:28 
GeneralVisio Automation Pin
Hisham Zein7-May-05 5:48
Hisham Zein7-May-05 5:48 
GeneralProblwm in installing Package Pin
Murtuza Husain Miyan Patel7-May-05 4:13
professionalMurtuza Husain Miyan Patel7-May-05 4:13 
GeneralRe: Problwm in installing Package Pin
Dave Kreskowiak7-May-05 5:06
mveDave Kreskowiak7-May-05 5:06 
GeneralRe: Problwm in installing Package Pin
Murtuza Husain Miyan Patel7-May-05 5:11
professionalMurtuza Husain Miyan Patel7-May-05 5:11 
GeneralRe: Problwm in installing Package Pin
Dave Kreskowiak8-May-05 2:32
mveDave Kreskowiak8-May-05 2:32 
GeneralConverting XML content into a tabular format Pin
peesapati7-May-05 1:50
peesapati7-May-05 1:50 
GeneralRe: Converting XML content into a tabular format Pin
Dave Kreskowiak7-May-05 5:05
mveDave Kreskowiak7-May-05 5:05 
GeneralI want to execute the system EXE files through Vb.NET Pin
fayaz ahamed7-May-05 1:37
fayaz ahamed7-May-05 1:37 
GeneralRe: I want to execute the system EXE files through Vb.NET Pin
Fernando Soto7-May-05 6:10
Fernando Soto7-May-05 6:10 
Generalapi in vb Pin
_tasleem6-May-05 21:27
_tasleem6-May-05 21:27 
GeneralRe: api in vb Pin
Fernando Soto7-May-05 3:10
Fernando Soto7-May-05 3:10 
GeneralRe: api in vb Pin
Dave Kreskowiak7-May-05 5:04
mveDave Kreskowiak7-May-05 5:04 
GeneralCrystal Reports, Active Report Pin
Madni Abbasi6-May-05 21:20
Madni Abbasi6-May-05 21:20 
Generalspatial analysis Pin
fuel2run6-May-05 21:04
fuel2run6-May-05 21:04 
GeneralRe: spatial analysis Pin
Colin Angus Mackay6-May-05 22:28
Colin Angus Mackay6-May-05 22:28 

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.