Click here to Skip to main content
15,887,405 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: dataSets and TableAdapters Pin
Tony Richards29-May-08 14:07
Tony Richards29-May-08 14:07 
QuestionDisable keyboard events Pin
Member 224184329-May-08 5:32
Member 224184329-May-08 5:32 
AnswerRe: Disable keyboard events Pin
jzonthemtn29-May-08 5:47
jzonthemtn29-May-08 5:47 
AnswerRe: Disable keyboard events Pin
parth.p29-May-08 7:24
parth.p29-May-08 7:24 
QuestionCannot Hide Message Box in Print Preview Pin
BooleanTrue29-May-08 4:37
professionalBooleanTrue29-May-08 4:37 
Answer[Duplicate Post. Ignore] Re: Cannot Hide Message Box in Print Preview Pin
Vasudevan Deepak Kumar29-May-08 23:54
Vasudevan Deepak Kumar29-May-08 23:54 
QuestionCheck if GDI+ bitmap has transparency Pin
TrekkieDK29-May-08 4:05
TrekkieDK29-May-08 4:05 
AnswerRe: Check if GDI+ bitmap has transparency Pin
Guffa29-May-08 7:02
Guffa29-May-08 7:02 
You only need to check the alpha channel (objColor.A) to find out if the color is transparent.

You can use the LockBits and UnlockBits methods to get access to the pixel data, to circumvent the GetPixel method. In VB you need to use marshalling to copy the data into an array, though. If you would have used C#, you could use pointers to access the data directly.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: Check if GDI+ bitmap has transparency Pin
Christian Graus29-May-08 13:31
protectorChristian Graus29-May-08 13:31 
GeneralRe: Check if GDI+ bitmap has transparency Pin
Guffa29-May-08 15:18
Guffa29-May-08 15:18 
AnswerRe: Check if GDI+ bitmap has transparency Pin
Luc Pattyn29-May-08 21:52
sitebuilderLuc Pattyn29-May-08 21:52 
QuestionSaving PDF on local hard disk which is read by browser control Pin
Sunil Shindekar28-May-08 23:13
Sunil Shindekar28-May-08 23:13 
AnswerRe: Saving PDF on local hard disk which is read by browser control Pin
jzonthemtn29-May-08 1:40
jzonthemtn29-May-08 1:40 
GeneralRe: Saving PDF on local hard disk which is read by browser control Pin
Sunil Shindekar29-May-08 3:21
Sunil Shindekar29-May-08 3:21 
QuestionNeed help with a project, I am really stumped! Pin
Ogre72228-May-08 20:04
Ogre72228-May-08 20:04 
AnswerRe: Need help with a project, I am really stumped! Pin
Eduard Keilholz28-May-08 20:42
Eduard Keilholz28-May-08 20:42 
GeneralRe: Need help with a project, I am really stumped! Pin
Ogre72229-May-08 2:44
Ogre72229-May-08 2:44 
AnswerRe: Need help with a project, I am really stumped! Pin
Sam Xavier28-May-08 23:26
Sam Xavier28-May-08 23:26 
GeneralRe: Need help with a project, I am really stumped! Pin
Ogre72229-May-08 2:41
Ogre72229-May-08 2:41 
GeneralRe: Need help with a project, I am really stumped! Pin
Chinners29-May-08 3:14
Chinners29-May-08 3:14 
GeneralRe: Need help with a project, I am really stumped! Pin
Ogre72229-May-08 4:26
Ogre72229-May-08 4:26 
GeneralRe: Need help with a project, I am really stumped! Pin
Chinners29-May-08 4:57
Chinners29-May-08 4:57 
GeneralRe: Need help with a project, I am really stumped! Pin
Ogre72229-May-08 5:22
Ogre72229-May-08 5:22 
GeneralRe: Need help with a project, I am really stumped! Pin
Ogre72229-May-08 15:47
Ogre72229-May-08 15:47 
GeneralRe: Need help with a project, I am really stumped! Pin
Chinners29-May-08 22:35
Chinners29-May-08 22:35 

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.