If any user have date format in dd/MM/yyyy then I save 08/04/2008, it saved same and displayed in same format. but if he changed his format in m/d/yyyy and i give 08/04/2008 then when we retrive date it shows lik 04/08/2008. And if use format here then it creates problem with dd/MM/yyyy format.
pathak78
Posts
-
system date format -
system date formatI have developed a program with too many date fields. I have used datetimepicker for this with formating dd/MM/yyyy. This will create problem if any user have system date format in m/d/yyyy So I want that when my program start it will detect system date format and if format is in m/d/yyyy then it converts into mm/DD/yyyy and at the time of closing my program it converts into it's original format. If any one have any code in support of this problem, please send me immediatly. Thanks Pathak
-
Problem in reading data from any hardware device like Time access machineI want to read data from a hardware device like time access punching machine. What is the complete process to read data and storing into a databse from any hardware device. If any one have some idea, please guide me. Thanks, Pathak
-
Problem in reading data from any hardware device like Time access machineI want to read data from a hardware device like time access punching machine. What is the complete process to read data and storing into a databse from any hardware device. If any one have some idea, please guide me. Thanks, Pathak
-
Problem in reading data from any hardware device like Time access machineI want to read data from a hardware device like time access punching machine. What is the complete process to read data and storing into a databse from any hardware device. If any one have some idea, please guide me. Thanks, Pathak
-
Problem in reading data from any hardware device like Time access machineI want to read data from a hardware device like time access punching machine. What is the complete process to read data and storing into a databse from any hardware device. If any one have some idea, please guide me. Thanks, Pathak
-
No. of hites facility in my websiteI want to give facility of no. of hites in my site. If any one have some idea about this. please give me some source code. Thanks, Pathak
-
disabling right click in web browserHi, How i can disable right click in web browser in vb.net project please give me an idea if any one have Thanks, Bye
-
Record count in ReaderThanks for your ideas.
-
Record count in ReaderHi, Any one have an idea about counting total records in a reader. Thanks,
-
Illegal Operation"This program has performed an illegal operation and will be shut down" This error comes in my program when i close a window in which i used a rich text box and display an rtf file. Please give me an idea to avoid this error. Thanks.
-
Windows Installer 2.0Hi, I want to add Windows Installer 2.0 in my VB.Net Setup for supporting at Windows 98 OS. But when i built my setup specified folder not added in Setup folder. If any one have an idea, please help me. Bye.
-
Problem in making setup in VB.NetHi, I have a very large database and some rtf files near about 600MB all total. Now I want to make setup in VB.Net. Setup completed successfully but it will take so much time at the time of installation at different positions like. 1. Preparing to Install ....... It takes a lot of time 2. After clicking Next Button .......... It takes a lot of time If any one some idea or any third party tool, please reply me soon. Thanks,
-
Making Trail SoftwareHi, I have already tries this but there is one loose point. If a user not changed his system date and runs our software at the same date in which date it installed, No way to increase run days. Think about it and give me any more idea about this. Thanks for your reply.
-
Activation Programhi, Any one have an idea about making activation software. Thanks,
-
Making Trail SoftwareHi, I want to make a software for trail use of 30 days or 15 days etc. Please give me an idea. Thanks,
-
Making Trail SoftwareHi, how i can make a software a trail use for 30 days or 15 days etc. if any one have an idea please reply me. Thanks,
-
Encription problemHi, any one have an idea to encript any text file so that no one can read that file without my permission. Thanks,
-
Regarding Crystal reportYour question is not so clear. If you want to show same data with two columns, you should put same column right side again. but if you want to show different data with two columns then you should use 'Format with multiple columns'in Detail area of report. it creates multiple column in your report. In this type of formating after filling one column it fills another coloumn. please try this.
-
Problem with date type variable or fieldHi, I want to add some fixed day value in a date type variable in VB.Net but it show error. Example like below: dim PDate as date Pdate=today.date pdate=pdate+5 last line shows error. what should i do for this type of increment in date field. Please give me any solution. Thanks.