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 SkipVought 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: *

  • Users: zaq888
  • Order by date
  1. zaq888

    I'm Newbie in C

    Thanks guy I'm Keep Studying.... please show the way... Not Good in English
  2. zaq888

    I'm Newbie in C

    Alooo Guys... i'm beginner in c programming. How c can reads sequence of digit from keyboard using scanf() then print them until standart output in words... eg: input from keyboard : 123 then printf output one,two,three please help.... I'm Keep Studying.... please show the way... Not Good...
  3. zaq888

    How to hex2ascii???

    how to convert ascii to OCTAL CODE? I'm Keep Studying.... please show the way... Not Good in English
  4. zaq888

    How to catch certain word from sentence..

    Thanks for the help guys..... this all stuff made me proud being as a member of this forums...... thanx a lot!!!! I'm Keep Studying.... please show the way... Not Good in English
  5. zaq888

    How to catch certain word from sentence..

    hi, i'm newbie in vb... i have a sentence in a txtbox... e.g: C:\temp\newfolder\ex030303.log so, how can i catch up the word starting ex030303 and diplays the result at label1.text? the txtbox is consider as the file location. i just want to displays the filename.. n not the exaccally...
  6. zaq888

    SQL Problem.. i'm Newbie......

    Hi guys.. i have code one query to know wether the user logged in or not during certain date. SELECT TUnit.[cs-username] FROM TUnit LEFT JOIN [SELECT * FROM Tdata WHERE Tdata.date BETWEEN ? AND ?]. AS MyTempTbl ON TUnit.[cs-username] = MyTempTbl.[cs-username] WHERE (((MyTempTbl.[cs-username])...
  7. zaq888

    i'm A Newbie in SQL

    how can i knew that the TUnit.[cs-username] is being not logged in for the 3 consecutive days? anyone can help me? I'm Keep Studying.... please show the way... Not Good in English
  8. zaq888

    Is there a way to use Alpha blending on picture boxes

    try this... Private Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long) As Long Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long...
  9. zaq888

    d'oh! stupid "long time" format!

    got it... in order to move / copy foler from one computer to other computer that have the older version, i have to create a new project n add all the form n data report.. got it... i also cannot detect the exacally problem.. anyaway, Thanks guys I'm Keep Studying.... please show the way...
  10. zaq888

    I have query and I want to just pul

    thanks a lot. somehow the code is helping me.. i have made some changes... Thanks scriverb.... I'm Keep Studying.... please show the way... Not Good in English
  11. zaq888

    I have query and I want to just pul

    I have query and I want to just pull records from a certain month. I want to run the query once a month and have the user select the month and year from the combo box in the parameter (the month that just ended usually) Does anyone know how to do this without going into design view and using...
  12. zaq888

    How To Calculate Working Days

    is there any other ways to do it according to the problem? I'm Keep Studying.... please show the way... Not Good in English
  13. zaq888

    VB DataReport

    goto report forums n explore the msdn library.. I'm Keep Studying.... please show the way... Not Good in English
  14. zaq888

    How To Calculate Working Days

    Hi guys.... i have problem on How To Calculate Working Days excluding sunday. Here in my place, Sunday is Weekdays(holiday). My Q is how can i calculate wether abc(user) not login to the system during the 3 consecutive days? e.g if abc did not log on 20 june 2003,(friday), then he not log in...
  15. zaq888

    What means by << ?

    got it.. better check my c help I'm Keep Studying.... please show the way... Not Good in English
  16. zaq888

    What means by << ?

    start = (message[START] << 8) + message[START +1]; what is the &quot;<<&quot; symbol means? I'm Keep Studying.... please show the way... Not Good in English
  17. zaq888

    Export FORM to html

    anybody??? I'm Keep Studying.... please show the way... Not Good in English
  18. zaq888

    d'oh! stupid &quot;long time&quot; format!

    when i compile a progra in another pc, it state error at the word format... can anybody help?? I'm Keep Studying.... please show the way... Not Good in English
  19. zaq888

    Month picker....

    thanks got it......... I'm Keep Studying.... please show the way... Not Good in English
  20. zaq888

    d'oh! stupid &quot;long time&quot; format!

    can i know the Format(date,&quot;d mmm yyyy&quot;) the word format using wat reference? i move to another pc, then error while compiling the code I'm Keep Studying.... please show the way... Not Good in English

Part and Inventory Search

Back
Top