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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tppradeep18

  1. tppradeep18

    how to alter formula field

    Thank you for that valuable informtion.
  2. tppradeep18

    how to alter formula field

    HI all, I would like to know how can I alter the forumula field in a table using ALTER TABLE statment. I already have a formula in the field. I only need to change to some other forumla. I DO NOT want to do it from enterprise manager thanks pradeep_TP
  3. tppradeep18

    x.25 connection

    I want to develop a messaging application that will ultimately run on X.25 WAN connection. Does anyone have any idea where and how to start. please help
  4. tppradeep18

    a keylogging question

    How do I find out whether a keylogger is installed on my machine. I tried looking in the registry. but Have not idea where the program starts automatically.
  5. tppradeep18

    how to find duplicate records

    thanks Sylv4n for that tip. Now I have another problem. what if I have the following data Field1 Field2 Field3 A aa 1 A aa 2 A aa 3 B bb 4 As you see the distinctrow is working when data in all the fields are the same. I want to search for a...
  6. tppradeep18

    how to find duplicate records

    I have a table which looks as follows Field1 Field2 Field3 A aa 1 A aa 1 A aa 1 B bb 1 How do I write a query that would return me a result as follows Field1 Field2 Field3 A aa 1 B bb 1 Please help me. Thanks
  7. tppradeep18

    passing variables between Movies

    I have two .swf flash movie files. I plan to distribute these movie files on a CDROM. I want to know how I can pass dynamic variables between these two movies
  8. tppradeep18

    A general question about Win32 API EXE

    If I create a win32 Application in Visual C++ 6.0, would it be a standalone EXE file. I mean do I still need to build a setup routine.
  9. tppradeep18

    Help with APIs

    Do you have directx or open GL installed. check it out and get back to me.
  10. tppradeep18

    Converting between data types.

    HOw to I convert between different data type in Win32 API. for example how will i convert an integer to string. How can I convert a number to an ASCII character etc.
  11. tppradeep18

    Win 32 Applications.

    I want some good material on learning to program Win 32 Applications. Where can I start
  12. tppradeep18

    compatibility issues

    The is an inbuilt activex control in visual basic that would help you determine when the screen resolutoin has changed. I am not clear but its something called system control. To make your application compatible you need to resize each of your controls at run-time. Hope this give you some idea
  13. tppradeep18

    Print Preview in VB

    I dont think its that hard. There are some readymade source code available in MSDN. check out.
  14. tppradeep18

    where to learn vc++

    I am beginner to vc++. can someone give me URLs of good vc++ site. thanks
  15. tppradeep18

    really wanna know!!!

    I am new to visual c++ and MFC programming. How can I make an application that run without installing them. For example how is the installation procedures for products such as photoshop, flash etc are created. Please help me.

Part and Inventory Search

Back
Top