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 strongm 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. robblyth

    Call Work Codes through CTI client?

    Hi. I'm working on the front-end app for a new Definity call centre, and have been asked whether we can set Call Work Codes through the desktop rather than the turret. Our CTI client is Cisco's Desktop Control Server, and we have a Cisco ICM. Apologies if this is the wrong forum for a...
  2. robblyth

    Help with a C++ Game!

    At the moment you are populating the maze1 array correctly, but not refreshing the screen with its contents. Another call to drawmaze1 after display_themaze1(maze1) should do the trick. I get the errors right at the end of execution as well, but I don't know why sorry. I think it's something to...
  3. robblyth

    Linked list - debug -911

    giahan, The error and the wierd value come from the two uninitialised members of the list struct. If you initialise list->next to NULL then that's your terminator for the list. I got an Access Violation which says it's pointer troubles. The first value you get printed out is list->nodevalue -...
  4. robblyth

    Email reminders not working in Outlook 97

    I'm not doing anything this clever! At the moment all I do is open the mail, click the Flag button (Ctrl-Sh-G) and set a due date. Maybe a macro is the way to go. I've not done many of these, I'll give it a go too and let you know if I make any progress. Rob
  5. robblyth

    Email reminders not working in Outlook 97

    Hi all. I'm using Outlook 98, and not having the best memory in the world I flag a lot of my emails with reminders. When these are in the inbox, a message box pops up at the appropriate time. But, when the email is in any other folder the message doesn't pop up. The email title goes red so it...
  6. robblyth

    Do not destroy the property sheet when clicking OK

    I guess you've overloaded the OnOK() function of the property sheet to make it launch the dialog? If so, then just don't call Base_class::OnOK() because this is where the sheet gets closed. This call will be at the end of the function - Base_class might be CDialog or similar.
  7. robblyth

    Easy string starter for 10

    Frink, To append Name to filename you have to convert name to unicode (wide string): filename += _TCHAR(name); I take it you want the result in the wstring? Rob
  8. robblyth

    outlook autosigniture

    If he wants to include a standard picture (ie clipart etc), you do it off the advanced edit tab. Try the following link : http://www.bellaonline.com/articles/art1310.asp There is a way to stick in your own picture. I think you have to create it as an OLE object, but I can't remember how to off...
  9. robblyth

    MS Word 97 - can't use footer area

    Try: -Click on the header where it has the address -Hit the 'switch between header and footer' button -Insert Autotext -> - PAGE - You can then centre the page, or type text to either side of it. I couldn't see any way to type text directly into the footer. rob
  10. robblyth

    Scrolling in Word 97

    I looked for this on google the other day, and this is a 'feature'. I forget where I saw it (good start) but according to MS it's a problem with the video card being too fast - so downgrade your PC and it'll work fine! Rumour has it this is fixed in Word 2002, I've not seen it though so who...
  11. robblyth

    How to add a dictionary in Word97

    Go Tools > Options, then on the Spelling & Grammar tab there is a 'custom dictionary' field with a Dictionaries button. Hit that button, and put a tick next to your english dictionary. You might have to Add the English.dic to the list. cheers Rob

Part and Inventory Search

Back
Top