Click here to Skip to main content
15,912,756 members
Home / Discussions / C#
   

C#

 
QuestionRe: progressBar Pin
Parshant Verma28-Sep-06 21:16
Parshant Verma28-Sep-06 21:16 
AnswerRe: progressBar Pin
jeyapandian28-Sep-06 21:21
jeyapandian28-Sep-06 21:21 
QuestionRe: progressBar Pin
Parshant Verma28-Sep-06 22:14
Parshant Verma28-Sep-06 22:14 
AnswerRe: progressBar Pin
Christian Graus29-Sep-06 10:06
protectorChristian Graus29-Sep-06 10:06 
QuestionDatetime to integer conversion and vice versa Pin
H he el el oooo28-Sep-06 19:42
H he el el oooo28-Sep-06 19:42 
AnswerRe: Datetime to integer conversion and vice versa Pin
Christian Graus28-Sep-06 20:57
protectorChristian Graus28-Sep-06 20:57 
GeneralRe: Datetime to integer conversion and vice versa Pin
madhusri28-Sep-06 22:35
madhusri28-Sep-06 22:35 
GeneralRe: Datetime to integer conversion and vice versa Pin
Christian Graus29-Sep-06 10:19
protectorChristian Graus29-Sep-06 10:19 
Well, you realisitically need to invent some way of representing it then. Do you need the time, or just the date. An int is 16 bit, so 0x00000000, you could use one byte for month, one for day and two for year. Or, you could set a base date, and store the date as days from that date. There's all sorts of options.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

AnswerRe: Datetime to integer conversion and vice versa Pin
aamironline28-Sep-06 20:57
aamironline28-Sep-06 20:57 
GeneralRe: Datetime to integer conversion and vice versa Pin
madhusri28-Sep-06 22:36
madhusri28-Sep-06 22:36 
GeneralRe: Datetime to integer conversion and vice versa Pin
Dan Neely29-Sep-06 2:15
Dan Neely29-Sep-06 2:15 
QuestionAny Better Code Visualizer or FlowChart Generator ? Pin
Nadia Monalisa28-Sep-06 19:13
Nadia Monalisa28-Sep-06 19:13 
QuestionMonth Problem Pin
prabhakar dwivedi28-Sep-06 18:40
prabhakar dwivedi28-Sep-06 18:40 
AnswerRe: Month Problem Pin
Christian Graus28-Sep-06 18:45
protectorChristian Graus28-Sep-06 18:45 
AnswerRe: Month Problem Pin
aamironline28-Sep-06 21:13
aamironline28-Sep-06 21:13 
QuestionActive directory SID Pin
skrishnasarma28-Sep-06 18:36
skrishnasarma28-Sep-06 18:36 
QuestionHow to set default sound card devices in c# Pin
YogeshRT28-Sep-06 18:29
YogeshRT28-Sep-06 18:29 
QuestionDeclaring Instance Class variable as Static , any problem in Runtime ? Pin
Nadia Monalisa28-Sep-06 18:22
Nadia Monalisa28-Sep-06 18:22 
AnswerRe: Declaring Instance Class variable as Static , any problem in Runtime ? Pin
jeyapandian28-Sep-06 21:24
jeyapandian28-Sep-06 21:24 
QuestionHow to grab web address from a web browser? Pin
dy1328-Sep-06 16:18
dy1328-Sep-06 16:18 
Questionhow to print controls in vs2005 ? Pin
hdv21228-Sep-06 14:28
hdv21228-Sep-06 14:28 
AnswerRe: how to print controls in vs2005 ? Pin
aamironline28-Sep-06 17:31
aamironline28-Sep-06 17:31 
AnswerRe: how to print controls in vs2005 ? Pin
Nadia Monalisa28-Sep-06 18:52
Nadia Monalisa28-Sep-06 18:52 
QuestionReading Sysem BIOS serial Number or signature Pin
unitecsoft28-Sep-06 11:47
unitecsoft28-Sep-06 11:47 
AnswerRe: Reading Sysem BIOS serial Number or signature Pin
f*** YOU28-Sep-06 16:31
f*** YOU28-Sep-06 16: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.