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 Chriss Miller 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: dex1123
  • Content: Threads
  • Order by date
  1. dex1123

    interbase 6.5 server abnormally terminates

    I would be very grateful if anyone can point out something on the following problem I have met several times. Interbase 6.5 is spontaneously restarting itself in heavy-load conditions and the number of attachments is increasing to numbers like 200-300 having opened only 2-3 real sessions to the...
  2. dex1123

    Hello there. I have the following s

    Hello there. I have the following situation. I have an owner-drawn listbox and I change the color of every item according to some rule. The problem is when I do have even two differently styled items in the list, I get monstrous flickering. Is there a way to prevent this and make the items not...
  3. dex1123

    Serial Port Software Registers access in Win98

    Can anyone direct me on some resource to soft registers serial port access in Win98. I am trying to make a port of a DOS EEPROM programmer software but I think direct port acccess under Windows is not working the way I expect it to. I'll be very grateful if you can provide an example. Thanks in...
  4. dex1123

    How to create my own Dial-up dialer?

    I am creating a web browser and I would like it to take the information for the Dial-up connection and dial the ISP on its own. How should I do that? Thanks in advance
  5. dex1123

    Retrieving local IP?

    Hello!<br><br>I wrote this small function but it always returns &quot;127.0.0.1&quot;. I would like to be able to get my dynamically assigned IP when I connect to the net. What's wrong with this code?<br><br>char* GetLocalIP(void)&nbsp;&nbsp;<br>{<br> WORD wVerReq = MAKEWORD(1, 1);<br> WSADATA...
  6. dex1123

    CryptoAPI problem. Help!

    Hello there!<br><br>I am using VC++6 and I am beginning to work on a project which uses Cryptography. The problem is that all the time I get 'undeclared identifier' for any type or function which I try to use (CryptoAPI). Isn't it enough that I have put the #include &quot;wincrypt.h&quot; in my...
  7. dex1123

    Changing settings of a StaticText control. How?

    Hello to you all!<br><br>I am trying to create a hyperlink directly in my program. What I need to know is how to:<br>1. change the color of the StaticText control<br>2. make it respond to mouse click and mouse over events<br>3. change the cursor when the mouse pointer is over my StaticText and...
  8. dex1123

    Retrieving DocumentView center [x,y] coordinates?

    I have created a simple MFC app derived from CView base class. I need to someway get the center point's coordinates in the DocView pane. How could I possibly do that? Thank you in advance.<br><br>dex
  9. dex1123

    Creating windows with controls in client area

    Hello to you all!<br><br>I am new to VC++ and I was wondering how to create a form (not dialog based) - single document type, but with no document support..., that has controls (buttons, listviews) in its client area and also is able to have a menu. And to imagine better what I mean take a look...
  10. dex1123

    String array. How?

    I am a Pascal programmer and I've just moved to C++. I was wondering how to create a string (char *) type array. I guess I am having problems with pointer references. Any help is welcome. Thanks in advance.<br><br>dex
  11. dex1123

    (Font usage) How to proceed?

    Hello to you!<br><br>I've already posted a question on this topic but I got stuck again. Here's my code:<br><br>CreateScalableFontResource(0, PChar('c:\Windows\System\trn.fot'), PChar('c:\windows\System\trn.ttf')...
  12. dex1123

    External Font Usage. How?

    Hi there!<br><br>I am really stuck and I will greatly appreciate any kind of help. I have a<br>font file (.TTF) which has non-standard symbols in it and that's why I need<br>to distribute it with my program. The problem is that I don't know the way<br>to install the font on the remote system so...

Part and Inventory Search

Back
Top