Click here to Skip to main content
15,899,314 members
Home / Discussions / C#
   

C#

 
AnswerRe: How do you retrieve the path of the .msi file. Pin
Dave Kreskowiak3-Apr-08 9:27
mveDave Kreskowiak3-Apr-08 9:27 
GeneralRe: How do you retrieve the path of the .msi file. Pin
maznblue4-Apr-08 5:20
maznblue4-Apr-08 5:20 
AnswerRe: How do you retrieve the path of the .msi file. Pin
mav.northwind3-Apr-08 10:35
mav.northwind3-Apr-08 10:35 
GeneralRe: How do you retrieve the path of the .msi file. Pin
maznblue4-Apr-08 5:25
maznblue4-Apr-08 5:25 
GeneralRe: How do you retrieve the path of the .msi file. Pin
maznblue4-Apr-08 7:56
maznblue4-Apr-08 7:56 
GeneralDate Diff... ? [modified] Pin
pakpatel3-Apr-08 8:09
pakpatel3-Apr-08 8:09 
GeneralRe: Date Diff... ? Pin
PIEBALDconsult3-Apr-08 8:29
mvePIEBALDconsult3-Apr-08 8:29 
GeneralRe: Date Diff... ? Pin
Guffa3-Apr-08 8:34
Guffa3-Apr-08 8:34 
pakpatel wrote:
But now i want to chek if this user is uder 18 year or not


That is not possible with the information given.

You can check if the date entered is at least 18 years ago. Just take the current date, subtract 18 years from it, and compare the dates:

if (enteredDate <= DateTime.ToDay.AddYears(-18)) ...

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

GeneralRe: Date Diff... ? Pin
pakpatel3-Apr-08 9:01
pakpatel3-Apr-08 9:01 
QuestionShowDialog Event Handler? Pin
Colin Bozarth3-Apr-08 8:08
Colin Bozarth3-Apr-08 8:08 
AnswerRe: ShowDialog Event Handler? Pin
Giorgi Dalakishvili3-Apr-08 8:27
mentorGiorgi Dalakishvili3-Apr-08 8:27 
AnswerRe: ShowDialog Event Handler? Pin
carbon_golem3-Apr-08 9:59
carbon_golem3-Apr-08 9:59 
QuestionWriting a byte value to a file stream? Pin
Xpnctoc3-Apr-08 7:07
Xpnctoc3-Apr-08 7:07 
AnswerRe: Writing a byte value to a file stream? Pin
Luis Alonso Ramos3-Apr-08 8:01
Luis Alonso Ramos3-Apr-08 8:01 
GeneralRe: Writing a byte value to a file stream? Pin
Xpnctoc3-Apr-08 9:15
Xpnctoc3-Apr-08 9:15 
GeneralRe: Writing a byte value to a file stream? Pin
Luis Alonso Ramos3-Apr-08 9:45
Luis Alonso Ramos3-Apr-08 9:45 
GeneralRe: Writing a byte value to a file stream? Pin
carbon_golem3-Apr-08 9:52
carbon_golem3-Apr-08 9:52 
Questionconvert hex to ascii Pin
merh3-Apr-08 7:04
merh3-Apr-08 7:04 
GeneralRe: convert hex to ascii Pin
PIEBALDconsult3-Apr-08 8:31
mvePIEBALDconsult3-Apr-08 8:31 
GeneralRe: convert hex to ascii Pin
Giorgi Dalakishvili3-Apr-08 8:34
mentorGiorgi Dalakishvili3-Apr-08 8:34 
Generalkey input Pin
xxmikexx3-Apr-08 6:46
xxmikexx3-Apr-08 6:46 
GeneralRe: key input Pin
Dave Kreskowiak3-Apr-08 8:09
mveDave Kreskowiak3-Apr-08 8:09 
GeneralRe: key input Pin
xxmikexx4-Apr-08 6:15
xxmikexx4-Apr-08 6:15 
GeneralRe: key input Pin
Dave Kreskowiak4-Apr-08 16:20
mveDave Kreskowiak4-Apr-08 16:20 
QuestionHow To Solve This ? start wtih numeric Value Pin
pakpatel3-Apr-08 6:31
pakpatel3-Apr-08 6: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.