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. nicktherod

    Replace frame src

    I have three frames, left menu,top header and the main content frame. Within the main content frame I have a combo box where the user can select which language he wants. What I would like to do is send the current page within the URL to, say, the French version load in the left menu and top...
  2. nicktherod

    How to remove a Backorifice IN DOS

    I have a backorifice in Dos and Norton anti-virus, firewall (norton), Jammer, bodectect and subseven remover doesn't see anything BUT NetRecon 3.0 does find an address. HOW DO I REMOVE IT? And how to prevent KRNL386.exe, kernel32.dll to access internet. THANKS.
  3. nicktherod

    Word Automation - Replace??

    I want to write a simple bit of code that finds a word and replaces it with another that appears in a Word doc. I have tried Find.Execute and get Type Mismatch error when I run it. Can anyone either help me out or refer me to a book or help files on the subject. THe code that I wrote is as...
  4. nicktherod

    MapiRecipDesc - Sending an email.

    I want my program to send an email to a specific address, and not one that is in an address book. i have put the following and it doesn't want to work. THis is the code for the MapiRecipDesc. recip.ulReserved = 0; recip.ulRecipClass = MAPI_TO; recip.lpszName = ""; recip.lpszAddress =...
  5. nicktherod

    Best begginer's tutorial?

    I have found Beggining Visual C++ 6.0 by Wrox a great help when i was starting.
  6. nicktherod

    MAPI Sending an email with an attachment.

    I am having a problem with MAPI. I have written my code and incuded mapi.h, I have also linked MAPI32.LIB to the project, but i am still getting a linking error Linking... emailView.obj : error LNK2001: unresolved external symbol _MAPISendMail@20 Debug/email.exe : fatal error LNK1120: 1...
  7. nicktherod

    Pointer to a generic class

    I have created a class CFileUpdate using CObject as the base. I now want a pointer to that class to call specific functions. I have made sure that i have put in all the #include's that are needed and then added the variable in another class: CFileUpdate* m_pFileUpdate; but i keep getting a...
  8. nicktherod

    CFile::Write - Syntax Error ????

    I want to write a struct to a txt file. Using CFile i can create the file ready for writing, however when i use write i get an error C2059: syntax error : ','. I am sure it is something obvious, but i'll be buggered if i can see it. My code is as follows: struct db { int Status...
  9. nicktherod

    Sending an email with an attachment??

    Could anyone help me or point me in the right direction. I want to write some code that will send a txt file by email.
  10. nicktherod

    Playing wav files in a program.

    Keith I tried the ShellExecute, but it opens open RealJukebox to play it, which is not really what i want. thanx for the suggestion though.
  11. nicktherod

    Playing wav files in a program.

    Mongoose. I tried your code, but i get a linking error.
  12. nicktherod

    Playing wav files in a program.

    I've just tried the PlaySound function and i just get a compiling error. The compiler doesn't recognise it. Maybe i am missing a piece of the puzzle.
  13. nicktherod

    Playing wav files in a program.

    I want to play a wav file in my program. For example when a user reply yes to a message box i would like to play the windows Tada.wav. Many thanks in advance. Nick
  14. nicktherod

    Bitmaps in Buttons

    I have a number of buttons and i want to display bitmaps and not text. I have checked the Bitmap properties for the buttons, but now need to get the bitmaps to appear. Any ideas? Many Thanks
  15. nicktherod

    DBGrid

    How do i retrieve data from a db grid when the user clicks on one of the rows. What i want is the values held in cols 1 and 2 of whatever row has been selected. I have been playing with CMsDgridCtrl without much success. Many Thanks in advance. Nick
  16. nicktherod

    CTime

    Access ODBC
  17. nicktherod

    CTime

    I have a date stored in a database and i want to compare that date with the systems date and then perform calculations if necessary. i.e. Is date todays date? No then do this. Kind of thing. The date from the DB is of type CTIME in the recordset. I've tried a couple of things but nothing works...
  18. nicktherod

    Is it numeric

    I have an edit box and I want only numbers coming in. In C there is the IsNumeric(), is there anything like that for VC++. Thanks
  19. nicktherod

    CRECT Beginner question

    I am switching from one view to another and i am using CWND::Create to first create the view. In the parameter where you have to put the rect i have always used CFrameWnd::rectDefault. However this is too small and i want change the size. How do i do it?

Part and Inventory Search

Back
Top