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

  1. MahalKoCjet

    Getting the current Date from the server

    Hi gurus, How could I get the current Date from the server? Tenyks in advance
  2. MahalKoCjet

    Getting the Current Date

    Hi, this "DATE()" doesnt work. What I'm referring to is how to retrieve the current date in a database using SQL. Any Idea? Please Help Tenyks
  3. MahalKoCjet

    Getting the Current Date

    Hi Gurus, How could I get the current date using SQL in an access database? I've seen a version of this in an Informix SQL: ex."update date_setting set cur_date = today" But this query doesn't run in an access database.
  4. MahalKoCjet

    Functions and Properties

    Hi , In Visual Basic, when you type an object for example "Text1" following with a dot sign ".", all the properties and methods for this object appears. But here in Visual C++, its methods and properties sometimes doesn't appear when you type an object followed by a dot...
  5. MahalKoCjet

    BLOB Files

    Hi, Hi could i read and write BLOB files using ADO? Is There any function doing this? I've tried this using Visual Basic and it works. Now, I'm thinking to convert the codes from Visual Basic to Visual C++ but it seems to risky because I've never tried before reading and writing BLOB files in...
  6. MahalKoCjet

    CListCtrl

    Hi, I'm using the CListCtrl class on my project and I'm trying to add an item on it. Im using this syntax: MyListCtrl.InsertItem(1,"Item 1"); But when I run my project there is no items added on my CListCtrl. Why?, Can you please help me
  7. MahalKoCjet

    downloading Updated Files

    Hi, Anybody familiar with visual source safe? How can i download all updated files from the visual source safe server?
  8. MahalKoCjet

    Multiple check-outs of an .rc file in visual C++

    Given the condition that multiple users "check-out" an .rc file, coz our project team won't allow only one user at a time can modify the .rc file coz this will delay the time frame. So if all this users "check-in" the .rc file, how will VSS read this? will it overwrite the...
  9. MahalKoCjet

    Merging Projects Using Visual Source Safe

    Hi, Anybody familiar with Visual Sourcesafe? I'm just a little bit curious with it. Let's put it this way. Well, if I've "checked-out " .rc file to modify a dialog and another user also "checked-out" the .rc file to also modify a certain dialog and we've "checked it...
  10. MahalKoCjet

    Replacing ACtiveX control with a new one from different vendor

    Well, I'm not sure if some of the events of your old control was used in your new control. Maybe it has an equivalent event for the new control. Try changing your class reference for the control in your class wizard then compile it. If the compiler doesnt read your old syntax, then you...
  11. MahalKoCjet

    colored text C++

    Hi, If you have downloaded classes to make your text colorful, if yes,simply delete the clw file in your project folder, copy the class you've downloaded into your project folder. Then open now your workspace and in the view menu select class wizard, then a message box will appear, just select ok
  12. MahalKoCjet

    How type casting works?

    Hi, I've just read the "Complete Layman's Guide to Pointers" FAQ and i don't understand the part about type casting. Can you please give me links about type casting or please pass an article about this if you have any. This is the code: myThreadStruct* info = (myThreadStruct*)lp...

Part and Inventory Search

Back
Top