Click here to Skip to main content
16,004,974 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to zip all thedocuments in a web application Pin
Suelinda_W20-Dec-06 8:52
Suelinda_W20-Dec-06 8:52 
AnswerRe: Get all SqlServers in the Network Pin

MmM.net</

30-Nov-06 1:39

MmM.net</

30-Nov-06 1:39 
GeneralRe: Get all SqlServers in the Network Pin
Tamimi - Code30-Nov-06 1:42
Tamimi - Code30-Nov-06 1:42 
GeneralRe: Get all SqlServers in the Network Pin

MmM.net</

30-Nov-06 1:48

MmM.net</

30-Nov-06 1:48 
GeneralRe: Get all SqlServers in the Network Pin
Tamimi - Code30-Nov-06 2:24
Tamimi - Code30-Nov-06 2:24 
QuestionHow to refresh desktop workspace to eliminate docked gaps? (VB6) Pin
steverad30-Nov-06 1:05
steverad30-Nov-06 1:05 
QuestionHow to add Alpha channel to Bmp/Icon and save it?(VB.Net) Pin
joeblond30-Nov-06 0:48
joeblond30-Nov-06 0:48 
AnswerRe: How to add Alpha channel to Bmp/Icon and save it?(VB.Net) Pin
Christian Graus30-Nov-06 8:15
protectorChristian Graus30-Nov-06 8:15 
There is no alpha channel in a bmp.  The file format doesn't support it.  Some people think a 32 bpp bitmap has an alpha channel, but it's not the case.  The extra byte per pixel is unused. 

If you want to draw a bitmap transparently, set a mask color and use the ImageAttributes class to call DrawImage on the Graphics class, with a transparency range selected.



Christian Graus - C++ MVP

'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

QuestionDataGrid validation Pin
penguin500029-Nov-06 22:03
penguin500029-Nov-06 22:03 
AnswerRe: DataGrid validation Pin
Kevin Nicol30-Nov-06 1:14
Kevin Nicol30-Nov-06 1:14 
QuestionFile Download in VB Pin
kk.tvm29-Nov-06 19:56
kk.tvm29-Nov-06 19:56 
AnswerRe: File Download in VB Pin
ChandraRam29-Nov-06 22:39
ChandraRam29-Nov-06 22:39 
AnswerRe: Something wrong with VB6?? Pin
Coding C#29-Nov-06 20:22
Coding C#29-Nov-06 20:22 
QuestionInternet transfer in VB6 Pin
Kevnar29-Nov-06 17:42
Kevnar29-Nov-06 17:42 
AnswerRe: Internet transfer in VB6 Pin
Kevnar29-Nov-06 19:53
Kevnar29-Nov-06 19:53 
Questionmshtml ActiveXWebBrowser control dropdownlist autopostback Pin
gspowar29-Nov-06 16:56
gspowar29-Nov-06 16:56 
Questionvalidation by code Pin
snuffnit29-Nov-06 15:50
snuffnit29-Nov-06 15:50 
AnswerRe: validation by code Pin
Christian Graus29-Nov-06 16:06
protectorChristian Graus29-Nov-06 16:06 
GeneralRe: validation by code Pin
Guffa29-Nov-06 18:59
Guffa29-Nov-06 18:59 
AnswerRe: validation by code Pin
Nouvand8-Dec-06 3:24
Nouvand8-Dec-06 3:24 
Questionpc-to-pc VB code assistance needed Pin
perryschon29-Nov-06 12:59
perryschon29-Nov-06 12:59 
QuestionDirectory problems? Pin
Code Crapper29-Nov-06 12:50
Code Crapper29-Nov-06 12:50 
AnswerRe: Directory problems? Pin
MatrixCoder29-Nov-06 13:43
MatrixCoder29-Nov-06 13:43 
GeneralRe: Directory problems? [modified] Pin
Code Crapper29-Nov-06 14:29
Code Crapper29-Nov-06 14:29 
GeneralRe: Directory problems? [modified] Pin
MatrixCoder29-Nov-06 15:33
MatrixCoder29-Nov-06 15:33 

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.