Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dipgohil79

    Install New Fonts

    @petrosky Thank you very much for your quick response. I have tried the steps from the links and now i can install the new fonts, thanks once again.
  2. dipgohil79

    Install New Fonts

    hi to All, I Know that every layman know how to install new fonts? But I have some problem with my os or something else. I am using windows server 2003 enterprise edition with service pack 2. When ever I goto %windir%\font folder, in the File menu there is no option for install new...
  3. dipgohil79

    Date Difference in Execl

    Thanks "TonyJollans" and "anotherhiggins" for your respons. you people are great, just do what you are doing - helping the others
  4. dipgohil79

    Date Difference in Execl

    @anotherhiggins thanks for quick response. but while testing when i use following this two dates 1-Nov-08 and 12-Nov-08 some time i got result 11 and some time i got result 11-Jan-00. I am confuse about this.
  5. dipgohil79

    Date Difference in Execl

    Hi to all, In MS Excel there is a function Call Days360, which gives the difference bitween two dates.but the problem is it count year as 360 days. I want the real calculation that is 365 for normal year and 366 for leapyear. I am very new in VBA. so i need help for this.
  6. dipgohil79

    All physical drive shows "Open With" dialogue box

    Hi to All, I have windows XP pro. installed on my computer. from the last two weeks i am facing a problem that, When Ever i Try to Open my any drives ( c:, D: , E: or F: ) from my computer, i am getting the "open with" dialogue box. From the Windows Explorer i can see the content of all...
  7. dipgohil79

    Create table with Yes/no field From VB6

    to Remou I want to run this code in my VB application. I want to create that table at runtime.
  8. dipgohil79

    Create table with Yes/no field From VB6

    to Remou from your ans there is one line : Set db = CurrentDb can you tell me what is this "CurrentDb" I have my database in C:\data.mdb how can i refere to this?
  9. dipgohil79

    Create table with Yes/no field From VB6

    hi to all I want to crate a table ('tblStatus") in which there is a field ( fldCheck ). I want to make that field Yes/No type. I am trying to do this with following code : dim strSQL as string strSQL = "CREATE TABLE tblStatus ( " & _ "fldCheck yesno )"...
  10. dipgohil79

    How to get Hard disk information from vb6

    TO genomon Thank you very much for your help. now i can read my drive serialnumber and all the stuff. but I have one more Question : I have 3 Partition on my hard disk, Can i find the serial number of the physical harddrive? that is i think unique for harddisk.... many thanks for...
  11. dipgohil79

    How to get Hard disk information from vb6

    TO genomon i am sorry to say but in my Vb6 Object browser there is no "Drive class". if you can attach sample code for this then it will be best help for me.
  12. dipgohil79

    How to get Hard disk information from vb6

    TO genomon I just want to catch the hard disk information not all the system information. can u tell me other way to do it?
  13. dipgohil79

    How to get Hard disk information from vb6

    hi to ALL I want to use the Hard disk Information like serial no., free space, used space, No. of partitions, Etc. How I can get this information using my vb6 application?
  14. dipgohil79

    Clipper, On Screen Reports not available in WinXP,win2000

    Mr. David, yes, I think the problem is with my printer. Because i can not take print from DOS prompt. Thanks, DIPESH
  15. dipgohil79

    Clipper, On Screen Reports not available in WinXP,win2000

    Dear David, My printer is working fine and it is configured on LPT1. Is There any another method to run that application on win2000?
  16. dipgohil79

    Clipper, On Screen Reports not available in WinXP,win2000

    I have dual oprating system on my pc, 1 is winXP with sp2 and another is win2000 with sp4. i m not clipper programmer, i m vb programmer. 1 of m friend has developed this application and i want to make this softsare in vb6. so i dont know the version of clipper and linker. I have tried...
  17. dipgohil79

    Clipper, On Screen Reports not available in WinXP,win2000

    Please help me on this issue, My operating system is winxp sp2 and win2000 with sp4, i have a dos program clipper based..before my o.s. was win98 its work fine when i upgrade into winxp..they cannot show the reports on screen.

Part and Inventory Search

Back
Top