Search:

Type: Posts; User: cfrost

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,039

    #include #include typedef...

    #include <list>
    #include <string>

    typedef std::string String;

    template<class DT>
    class State{
    public:
    /*
    *
  2. Replies
    4
    Views
    1,039

    Template sub-classing problem

    Forst of all here is my code



    #include <list>
    #include <string>

    typedef std::string String;

    template<class DT>
  3. Replies
    0
    Views
    1,597

    ActiveX plugin for Internet explorer

    Hello every body, and greetings.
    I want to code a activeX plugin for Internet explorer that scans barcode and writes the obtained code in a given HTML <input> ( ;) ). I have learned how to...
  4. Replies
    5
    Views
    2,948

    Well IOCTL_DISK_GET_DRIVE_LAYOUT only provides...

    Well IOCTL_DISK_GET_DRIVE_LAYOUT only provides funtionallity for winnt or above, I want to do it for win 98SE or above, in other words I should look for partition table in MBR? Am I right?
  5. Replies
    5
    Views
    2,948

    Actually I could have done this, but i am...

    Actually I could have done this, but i am developing a software for browsing ext2fs so I have to do this stuff my self, so any help for MBR guys?
  6. Replies
    5
    Views
    2,948

    Opening Disk Partition

    Hello guys,
    I have sucessfully open physical disk by using the CreateFile function and passing it the "\\.\\\\PHYSICALDISK1", but this methods opens a whole disk. I want to open an ext2 partion,...
  7. Replies
    1
    Views
    2,830

    Very fast blurring algorithm

    Hi every one, I have been looking for very fast algorimthm, but every where I found the traditional masked blur algorithm, can somebody help me find one :cool:
  8. Replies
    0
    Views
    2,289

    CToolBar wth CDialog

    I used CToolBarCtrl wth CDialog , can I use CToolBar with it.
    Because the last time I tried that it didn't worked and toolbar didn't showed up :o ...
    If yes how? If no why?
  9. Replies
    5
    Views
    3,188

    Wow great friend, and you know what I found the...

    Wow great friend, and you know what I found the reverse .i.e. finding user logged on a machine by giving machine name using net bios.
  10. Replies
    2
    Views
    1,009

    Hooking Floppy reading

    I want to hook my floppy device what kind of hook will it be...
    i.e. in SetWindowHookEx what will be the idHook parameter
  11. Replies
    5
    Views
    3,188

    I heard from some one that netbios may help. How...

    I heard from some one that netbios may help.
    How can I get netbios from a pc...
  12. Replies
    5
    Views
    3,188

    Searching User Currently Logged On

    Hi, like every time before , I have a problem...
    I am on a network and given a username (Login User Name).
    How can I determine that wether that user is logged on network or not?
    If logged on than...
  13. Replies
    0
    Views
    1,521

    Fat Image reading

    Hi, I want to programme a floppy Image reading. A program that can provide all funtionality (deleting ,extracting etc.) under FAT12 floppy images :D. If you have any kind of link that can help me...
  14. Replies
    2
    Views
    4,336

    CB_GETCURSEL problem

    hi,
    CB_GETCURSEL is alway returning zero although i have selected some nozero index... Why?



    sel=SendMessage(dlg->hHost,CB_GETCURSEL,0,0);


    When i open it in debug mode and see value of...
  15. Replies
    4
    Views
    1,251

    Thanx Pal

    Thanx Pal
  16. Replies
    4
    Views
    1,326

    I think every body knows "prase error" compiler...

    I think every body knows "prase error" compiler just tells me line number and tells me prase error in xxx.rc where xxx is name of your .rc file for example:



    IDD_ABOUT DIALOG DISCARDABLE 0, 0,...
  17. Replies
    4
    Views
    1,326

    DevC++ Resource Scripting

    I have been coding the .rc for Borland C when I compile same .rc on DevC++ it gives me phrase Error in .rc...
    So what are the KEYWORDS and RULEZ of DEVC++ resource compiler , I tried there web site...
  18. Replies
    4
    Views
    1,251

    How to get User?

    Hi guys I need some help on getting user logged on a particular machine...
    I have Enumrated all the workstations in my LAN using NetServerEnum(....)

    Now I have name of all the machines , I want...
  19. Replies
    0
    Views
    1,618

    BZ2 library problem

    Hi I am programming a wrapper class of BZ2 library here is some code first for decompressing


    if(!ValidFileHandles())
    return -1;
    if(!DetermineInSize())
    return -1;

    char...
  20. Replies
    7
    Views
    6,318

    Keep it up man

    Keep it up man
  21. Replies
    6
    Views
    1,714

    but if a compile a programme under Turbo C++ 3.0...

    but if a compile a programme under Turbo C++ 3.0 and the send some interrupt it will not crash even on windows, why?
  22. Replies
    4
    Views
    3,112

    Try out my library

    Hey why don't you try my console library at my web site its called Conumb it is for both VC and DevC++ My Homepage
  23. Replies
    6
    Views
    1,714

    in VC when ever i do __asm{ INT 10h }; ...

    in VC
    when ever i do

    __asm{
    INT 10h
    };

    Programm craches ....
    Is there a way to send interrupt without making programme crash.
  24. Replies
    4
    Views
    1,285

    I need to know how to get started... Some...

    I need to know how to get started... Some information I have searched on google but not enough... If you people can provide me some info i will be thankful.
  25. Replies
    4
    Views
    1,285

    Software Like virtual drive

    I want to create a software like norton virtual drive but for sake of simplicity I have decided to make it for floppy.
Results 1 to 25 of 124
Page 1 of 5 1 2 3 4