Search:

Type: Posts; User: orcher

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,532

    how to use internetsetoption?

    i want to write a webbrowser that can use proxy,but i do not want to change the ie 's setting ,eg:in my webbrower 192.168.0.1:80 is the proxy,but in ie,with not proxy, what can i
    do? could someboy...
  2. Replies
    2
    Views
    1,190

    thx,but if i via winsock i could not control the...

    thx,but if i via winsock i could not control the soft on the proxy, i do not want any other soft but my soft to do it,just connect to my LAN proxy(192.168.0.1) ,then web proxy(eg 111.222.111.222) ,at...
  3. Replies
    2
    Views
    1,190

    how to program through proxy?

    my computer is in a LAN,so my IE is set a proxy(eg:192.168.0.1,it has another ip to visited internet) to visit Internet, and i know that in Internet ,there is a IP (111,222.111.222,port 8080) can be...
  4. Replies
    3
    Views
    1,655

    i could not replace tlist by array,for i do not...

    i could not replace tlist by array,for i do not know the size of the list.
    my software is designed for this: i have 12 columns,every column has 0,1,2,3 or Multiselect choices,to select one for...
  5. Replies
    3
    Views
    1,655

    how to speed the program with bcb?

    typedef struct AList
    {
    int no1;
    int no2;
    int no3;
    int no4;
    int no5;

    } TAList;
    typedef TAList* PAList;
  6. Replies
    1
    Views
    968

    how to know a driver's status?

    i want to know a driver's status (working,stopped,etc) just like it looks in "msinfo32.exe",how to program to get the status?
  7. Replies
    0
    Views
    1,221

    how to get the public key from the cert ?

    i ve a question that in bcb5.0 how to get public key from the cert file from which matches the x.509 standard?
  8. Replies
    0
    Views
    1,525

    how to use RSA to encrypt my data?

    if i have a cert("*.cer") which matches x.509 standard to save my public key ,i d like to use rsa to encrypt my data,how can i do? may u give me some examples or sources?

    in winapi help...
  9. Replies
    2
    Views
    1,946

    thank u, but i did not catch what i want ... hehe

    thank u, but i did not catch what i want ... hehe
  10. Replies
    2
    Views
    1,946

    how can i detect usb device?

    when i insert a usb device ,how can i detect it and distinct it with other usb device by it's driver?
  11. Replies
    0
    Views
    986

    how to know a driver is in use?

    I was in trouble when I programed in bcb5.0 : you see that in Win2000, you may get the drivers info by using the msinfo32.exe,but in my programs how can I know the drivers are working or not? what...
Results 1 to 11 of 11