Click here to Skip to main content
15,914,070 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionBorderless Form Pin
Gagan.2010-Nov-08 23:13
Gagan.2010-Nov-08 23:13 
AnswerRe: Borderless Form Pin
Thomas Stockwell11-Nov-08 2:47
professionalThomas Stockwell11-Nov-08 2:47 
GeneralRe: Borderless Form Pin
Gagan.2011-Nov-08 4:08
Gagan.2011-Nov-08 4:08 
GeneralRe: Borderless Form Pin
Thomas Stockwell11-Nov-08 4:31
professionalThomas Stockwell11-Nov-08 4:31 
QuestionNeed Help In Vb.net Pin
sarfarazaliqureshi10-Nov-08 22:18
sarfarazaliqureshi10-Nov-08 22:18 
AnswerRe: Need Help In Vb.net Pin
Gagan.2010-Nov-08 23:04
Gagan.2010-Nov-08 23:04 
GeneralRe: Need Help In Vb.net Pin
sarfarazaliqureshi11-Nov-08 8:04
sarfarazaliqureshi11-Nov-08 8:04 
AnswerRe: Need Help In Vb.net Pin
Thomas Stockwell11-Nov-08 2:49
professionalThomas Stockwell11-Nov-08 2:49 
I am assuming that the picImage is a Bitmap object (at least when transferred to VB.NET).

You should be able to use the SetPixel method:

picImage.SetPixel(r,c,new Color(clrr,clrg,clrb));


Regards,
Thomas Stockwell

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Visit my Blog

GeneralRe: Need Help In Vb.net Pin
sarfarazaliqureshi11-Nov-08 8:09
sarfarazaliqureshi11-Nov-08 8:09 
GeneralRe: Need Help In Vb.net Pin
Thomas Stockwell11-Nov-08 8:17
professionalThomas Stockwell11-Nov-08 8:17 
GeneralRe: Need Help In Vb.net Pin
sarfarazaliqureshi11-Nov-08 9:06
sarfarazaliqureshi11-Nov-08 9:06 
Questionreading weighing scale data Pin
Ahamed Azeem10-Nov-08 20:36
Ahamed Azeem10-Nov-08 20:36 
AnswerRe: reading weighing scale data Pin
Thomas Stockwell11-Nov-08 2:52
professionalThomas Stockwell11-Nov-08 2:52 
AnswerRe: reading weighing scale data Pin
Dave Kreskowiak11-Nov-08 3:25
mveDave Kreskowiak11-Nov-08 3:25 
AnswerRe: reading weighing scale data Pin
Rajesh Anuhya12-Nov-08 0:14
professionalRajesh Anuhya12-Nov-08 0:14 
Questiondeploying applications in client machines Pin
pravimarrs10-Nov-08 18:30
pravimarrs10-Nov-08 18:30 
AnswerRe: deploying applications in client machines Pin
Anoop Brijmohun10-Nov-08 22:23
Anoop Brijmohun10-Nov-08 22:23 
GeneralRe: deploying applications in client machines Pin
pravimarrs10-Nov-08 23:15
pravimarrs10-Nov-08 23:15 
GeneralRe: deploying applications in client machines Pin
Anoop Brijmohun11-Nov-08 0:01
Anoop Brijmohun11-Nov-08 0:01 
GeneralRe: deploying applications in client machines Pin
pravimarrs11-Nov-08 19:02
pravimarrs11-Nov-08 19:02 
GeneralRe: deploying applications in client machines Pin
Dave Kreskowiak11-Nov-08 3:23
mveDave Kreskowiak11-Nov-08 3:23 
GeneralRe: deploying applications in client machines [modified] Pin
pravimarrs11-Nov-08 18:53
pravimarrs11-Nov-08 18:53 
GeneralRe: deploying applications in client machines Pin
Anoop Brijmohun11-Nov-08 19:27
Anoop Brijmohun11-Nov-08 19:27 
GeneralRe: deploying applications in client machines Pin
pravimarrs11-Nov-08 21:25
pravimarrs11-Nov-08 21:25 
GeneralRe: deploying applications in client machines Pin
Anoop Brijmohun12-Nov-08 2:31
Anoop Brijmohun12-Nov-08 2:31 

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.