Click here to Skip to main content
15,892,161 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to get date from long number Pin
Dave Kreskowiak14-Jun-07 6:50
mveDave Kreskowiak14-Jun-07 6:50 
GeneralRe: How to get date from long number Pin
vurugonda14-Jun-07 8:22
vurugonda14-Jun-07 8:22 
GeneralRe: How to get date from long number Pin
Dave Kreskowiak14-Jun-07 8:57
mveDave Kreskowiak14-Jun-07 8:57 
GeneralRe: How to get date from long number Pin
vurugonda14-Jun-07 9:31
vurugonda14-Jun-07 9:31 
GeneralRe: How to get date from long number Pin
Dave Kreskowiak14-Jun-07 9:41
mveDave Kreskowiak14-Jun-07 9:41 
GeneralRe: How to get date from long number Pin
vurugonda14-Jun-07 11:35
vurugonda14-Jun-07 11:35 
QuestionDrawing 8-bit images in VB.NET 2003 Pin
ZSaberLink14-Jun-07 5:32
ZSaberLink14-Jun-07 5:32 
AnswerRe: Drawing 8-bit images in VB.NET 2003 Pin
Christian Graus14-Jun-07 11:25
protectorChristian Graus14-Jun-07 11:25 
You're wrong. You can create an image of any bit depth you like. Your image processing options will be seriously limited in 256 color, unless the image is greyscale, then it will be fine. Your best option really is to process in 32 bit ( and, to be honest, it's a ton easier to be stuffing the right colors into each pixel than looking them up in a palette and worrying about if you have any options left or need to figure out two colors you can merge to a single value ), and then converting at the end, which is as a easy as creating an 8 bit image, and drawing your 32 bit image onto it.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionAdvanced error handle [modified] Pin
haggenx14-Jun-07 5:30
haggenx14-Jun-07 5:30 
AnswerRe: Advanced error handle Pin
Dave Kreskowiak14-Jun-07 6:34
mveDave Kreskowiak14-Jun-07 6:34 
GeneralRe: Advanced error handle Pin
haggenx15-Jun-07 6:16
haggenx15-Jun-07 6:16 
Questionsearch files using recursive directory info Pin
jds120714-Jun-07 4:58
jds120714-Jun-07 4:58 
AnswerRe: search files using recursive directory info Pin
Kevin McFarlane14-Jun-07 9:05
Kevin McFarlane14-Jun-07 9:05 
QuestionFinding out if service is responsive QueryServiceStatus () Pin
berghain14-Jun-07 4:34
berghain14-Jun-07 4:34 
AnswerRe: Finding out if service is responsive QueryServiceStatus () Pin
Dave Kreskowiak14-Jun-07 6:19
mveDave Kreskowiak14-Jun-07 6:19 
GeneralRe: Finding out if service is responsive QueryServiceStatus () Pin
berghain14-Jun-07 22:08
berghain14-Jun-07 22:08 
GeneralRe: Finding out if service is responsive QueryServiceStatus () Pin
Dave Kreskowiak15-Jun-07 4:05
mveDave Kreskowiak15-Jun-07 4:05 
GeneralRe: Finding out if service is responsive QueryServiceStatus () Pin
berghain15-Jun-07 4:28
berghain15-Jun-07 4:28 
GeneralRe: Finding out if service is responsive QueryServiceStatus () Pin
Dave Kreskowiak15-Jun-07 8:13
mveDave Kreskowiak15-Jun-07 8:13 
QuestionHow to read XML file and write it into Excel by using VB.Net 2.0 Pin
Be_Aman14-Jun-07 4:19
Be_Aman14-Jun-07 4:19 
AnswerRe: How to read XML file and write it into Excel by using VB.Net 2.0 Pin
Dave Kreskowiak14-Jun-07 6:08
mveDave Kreskowiak14-Jun-07 6:08 
QuestionManipulating ListBoxes in MS Access/VBA Pin
reegan4114-Jun-07 4:12
reegan4114-Jun-07 4:12 
AnswerRe: Manipulating ListBoxes in MS Access/VBA Pin
Dave Kreskowiak14-Jun-07 5:59
mveDave Kreskowiak14-Jun-07 5:59 
GeneralRe: Manipulating ListBoxes in MS Access/VBA Pin
reegan4114-Jun-07 6:05
reegan4114-Jun-07 6:05 
GeneralRe: Manipulating ListBoxes in MS Access/VBA Pin
Dave Kreskowiak14-Jun-07 6:13
mveDave Kreskowiak14-Jun-07 6:13 

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.