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!

Search results for query: *

  • Users: CDuddley
  • Content: Threads
  • Order by date
  1. CDuddley

    displaying a splash screen

    i'm using a dialog box with no frame or borders, and i'm trying to display an image in the background like for an installer splash screen. and then, i'll just use the buttons to install stuff with. i tried making the whole dialog transparent so that only the buttons show up, and then do...
  2. CDuddley

    how to use glob...

    I'm trying to figure out how to use the glob sub routine. I've called it this way "$filename = glob("*.whatever")" and this way "use File::Glob ':glob'; @list = bsd_glob('*.whatever');" neither of which work on windows XP. How do I get it to work in...
  3. CDuddley

    To Encrypt Or Not To Encrypt That Is The Question :)

    I'm using MPPE encryption on my R7100 Netopia router. I was wondering since it really slows down the connection can I turn it off since we already have the VPN tunnel up. Are the packets safely tucked away behind the tunnel? Or do they really need to be encrypted. We're not dealing with any...
  4. CDuddley

    Setting Up VPN...

    I'm to setup a VPN with a friend on a cable modem. I have DSL with a static IP. My Netopia router has PPTP request support and it is set up properly and working (I tested it locally and it connects and seems to work just fine.) I'm not sure though, since my friend is not here locally how will...
  5. CDuddley

    Finding closest CPoint to an array of random CPoint objects

    #include &quot;AnArray.h&quot; #include <iostream.h> int main() { CAnArray CPointS; CPoint pt, spt; srand( (unsigned)time( NULL ) ); for(int i = 0; i < 20; i++) { pt.x = rand()%100; pt.y = rand()%100; CPointS.Add(pt); cout << &quot;(&quot; << pt.x << &quot;,&quot; << pt.y <<...
  6. CDuddley

    Kind of a newbie question...

    Could some explain the 'this' pointer to me. Thanks, CDuddley
  7. CDuddley

    Program Writing to Web Browser...

    How can I use MFC to write data out to IE or Netscape? I have no idea where to look. I'm not expecting you too write examples (that would be fine with me of course), but just point me in the right direction. Thanks, CDuddley

Part and Inventory Search

Back
Top