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

    Setting up linux gateway

    I'm having trouble setting up my linux server as a gateway. The server can access the internet fine. I've enabled ip forwarding and am not sure what else to do. Any help is welcome, Thanks.
  2. Berras

    Simple checkbox problem

    Apologies in advance my javascript is not great. I want to create a script to cycle through a number of checkboxes to disable them. The best I can do is: for(i=0;i<20;i++) { vax x = document.forms.myForm.box_[i]; x.disabled=true; } Where the checkboxes are named "box_0, box_1, box_2..." etc.
  3. Berras

    CAsyncSocket and SendTo function

    I am trying to make a network program that uses CAsyncSocket. When I try to send data using the SendTo function it comes up with an error and the data is not sent. After a bit of testing I discovered the error[s] (as an interger) is sometimes 0 and sometimes -1. But I do not know what these...
  4. Berras

    Changing variables in CMyProgramView

    In my program I have made a Dioalog box where the user types in some data and I want to be able to send this data to a variable in the CMyProgramView class. But all the methods I have tried so far do not work. Any suggestions??
  5. Berras

    Timer

    I have put a timer into my program using the SetTimer function, but when I run it the program takes up a lot of the cpu and takes a long time to shutdown. Does anyone know a reason for this and how to overcome it? Thanks. Berras
  6. Berras

    Stopping Ctrl-Alt-Del in XP

    In a previous version of my program, for windows 98, I used the screen saver method to stop ctrl-alt-del being used but now I am re-making it for XP and I need to find a new way to stop ctrl-alt-del being accessed while the program is running.
  7. Berras

    Refreshing form view text boxes

    I am making a program with a form view layout and I need to know away of refreshing it so the data in the text boxes is updated when the data in the variables is changed.
  8. Berras

    Reading HTML from a site

    Does anybody know how to make an MFC program read the HTML from a website?
  9. Berras

    Converting CString to int

    The title says it all is there anyway to convert a CString variable into a int variable?
  10. Berras

    Disabling Minimization

    Is there any way to stop a program being minimized, what ever the user does? Thanks.
  11. Berras

    Blocking keys

    Is their any way to block users using keys such as Alt?
  12. Berras

    Shutdown command

    When I use this command to try and shutdown another computer it says this: AdjustTokenPrivileges enable failed. Does anyone know what this means or what I could change to make it work?
  13. Berras

    TCP/IP programming

    Does anyone know any useful links where I can find a tutorial or information on how to programme my programs to use TCP/IP to communicate.
  14. Berras

    TCP/IP programming

    Does anyone know any useful links where I can find a tutorial or information on how to programme my programs to use TCP/IP to communicate.
  15. Berras

    OpenLinux and RedHat

    Is there much difference between Caledera OpenLinux and RedHat linux? Can you do more on RedHat?
  16. Berras

    Setting up a web server

    If I have a web server connected to a phone line and running a fully operational web server, how can I let it be accessed on the internet. Do I have to buy a domain name, and connected through a ISP? Or can I just run it straight off (assuming all the settings on my server are correct).
  17. Berras

    Stoping &quot;Ctrl-Alt-Del&quot;

    Is there any way to stop someone from pressing Ctrl-Alt-Del while they are running my program?
  18. Berras

    Stopping &quot;Ctrl+Alt+Del&quot;

    I'm trying to make a security program and the is one flaw, is there any way to stop &quot;Ctrl-Alt-Del&quot;
  19. Berras

    Stoping &quot;Ctrl-Alt-Del&quot;

    I'm trying to make a security program and the is one flaw, is there any way to stop &quot;Ctrl-Alt-Del&quot;
  20. Berras

    Windows Linux LAN

    I have a Windows and a Linux computer connected in a LAN, is it possible for the Windows computer to connected to the Linux by telnet?

Part and Inventory Search

Back
Top