CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Entrant_phil

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Re: a recondite thing about IShockwaveFlash,anybody helps?

    hi guys:

    i got the reason as to why, i found a certain SWF file makes Shockwave flash ocx occur of memory leaking,so as the clock ticks,OS just got entire procedure healted finally.

    ...
  2. a recondite thing about IShockwaveFlash,anybody helps?

    hi guys:
    these days i got a confusing tour over streaming a SWF into IShockwaveFlash, i have a code looks about like this :

    from a CAxWindow i can get a IShockwaveFlash interface ,
    and...
  3. failed to read partition table under NTFS

    hi guys,over couple of days i've tryed IoReadPartitionTableEx/IoGetBootDiskInformation,and IOCTL codes like IOCTL_DISK_GET_DRIVE_LAYOUT_EX/IOCTL_DISK_GET_PARTITION_INFO_EX none of them worked,indeed...
  4. Re: i got something interesting in Windows DLLs

    so i guess msft had something in OS DLLs as principle for security's sake, and yep i'd have this awesome procedure only running on my own system lol. thank you guys for replies;

    have a nice day
  5. i got something interesting in Windows DLLs

    hello guys:
    tht scenario, it's interesting and somehow weird,yesterday i copied OS's dll 'gdi32.dll' to c:\ from c:\windows\system32\,and i ran loadlibrary/getprocaddress things in a MFC...
  6. Replies
    0
    Views
    959

    a file name is invisible!!why?

    hi guys:

    for instance i got a mytext.txt on disk c:\,and i try to read(open)/write(edit)this text file,whatever i can't see a file name like c:\mytext.txt either irp_mj_read and irp_mj_write...
  7. Replies
    1
    Views
    1,147

    Re: weird scenario in my filesystem driver

    ahua tht was a IRQL issuse it's okay once i put this code (KeGetCurrentIrql() == PASSIVE_LEVEL) into my routine ;
  8. Replies
    1
    Views
    1,147

    weird scenario in my filesystem driver

    hi guys:

    i've been facing a weird problem up 3 days, tht is i hooked both IRP_MJ_READ and IRP_MJ_WRITE, and IoVolumeDeviceToDosName worked very well in my own IRP_MJ_WRITE dispatch routine,and...
  9. Replies
    1
    Views
    2,308

    Re: how to read info from memory SPD chip

    nobody gonna help?oops
  10. Replies
    1
    Views
    2,308

    how to read info from memory SPD chip

    i need to read info from memory SPD chip,like serial number,if it's possible to meet the goal in vc++?and how .if only via assembly language i wonder how too. thank you in advance
  11. Re: how to enumerate all devices installed?just like windows device manager

    nobody gonna help? i guess any links or hints would be okay ty
  12. how to enumerate all devices installed?just like windows device manager

    thank you !
  13. Replies
    2
    Views
    971

    Re: why EnumJobs() lost something?

    i meant 'EnumJobs() failed to get the appropriate value of DWORD TotalPages&DWORD Size at times,and i've also noticed tht msdn 'Specifies the number of pages required for the job. This value may be...
  14. Replies
    2
    Views
    971

    why EnumJobs() lost something?

    hi guys:
    i tred to get printing jobs info via API EnumJobs(),and it worked but fellow items were set to zero at times,this 2 item belong to JOB_INFO_2,why EnumJobs() failed to get the...
  15. Replies
    1
    Views
    1,082

    Re: a simple question about using XML DOM

    nobody?
  16. Replies
    1
    Views
    1,082

    a simple question about using XML DOM

    hi guys:

    upon microsoft 's xml dom i could build xml tree simply .and usually a xml tree looks like this:

    <node attribute="something ",attribute2="other">content</node>

    how to make it looks...
  17. Replies
    1
    Views
    1,453

    overlapped winsock

    my procedure has been trapped in a WSA_IO_INCOMPLETE vortex.according to msdn
    /********************************************
    WSA_IO_INCOMPLETE
    (OS dependent)
    Overlapped I/O event object not in...
  18. Re: CBitmap::CreateCompatibleBitmap restraint

    hi M-G:
    in short.i need to display on host window something hybrid text/binary element.and i was told try not to restrict docu's volume from users.so for flickering-free's sake.i need...
  19. CBitmap::CreateCompatibleBitmap restraint

    hi guys:

    everbody has been familiar with bitmap things like CBitmap .BITMAP.etc.
    and CBitmap::CreateCompatibleBitmap will fail if either size of width and height overruns 32k limitation. my...
  20. Replies
    4
    Views
    740

    Re: my question about threading spawn

    why is that ?
  21. Replies
    4
    Views
    740

    my question about threading spawn

    hi guys:

    i've got a question with it that is if 'CreateThread' differ from 'AfxBeginThread'.oddly enough msdn dont mention this issue if for true what makes a distinction. thx.

    have a nice day
  22. Replies
    6
    Views
    1,157

    Re: Threading question please

    if you don't know how to portray those APIs.prob you need some global pointer to those API functions. then invoking them in your thread process.
  23. Re: Hello , everyone ,who can provide me a classic mutilthreading program

    哈哈。你还是先学学英语的好。
  24. Replies
    3
    Views
    697

    Re: what s the problem with my code?

    thanks wisby
  25. Replies
    3
    Views
    697

    what s the problem with my code?

    hi guys:
    everbody knows how to displaying a bitmap to screen.we just need a memory dc and a display dc. and i try to simulate this on OnPaint and it failed to work. anyone knows why? plz . ty so...
Results 1 to 25 of 73
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured