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

Search:

Type: Posts; User: nicepat

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Thread: Scroll Scroll

    by nicepat
    Replies
    3
    Views
    915

    Re: Scroll Scroll

    This is a great sample, but does not work on the Properties dialog box from Device Manager. Does anyone know why? It worked with other windows. I also have the correct hWnd value.....

    :cry:
  2. Re: Using FindWindow if i am not sure of the window text?

    Hello,

    this is an excellent sample, and I have one more question for further action.
    I open the one of driver properties in the Device Manager. I would like to get the WM_ values from...
  3. Replies
    12
    Views
    36,541

    Something wrong on Windows 2000 Server

    I found something else on Windows 2000 Server with WshShell object as . The App accessed the registry run-time, and the error occirred in only windows 2000 Server. I found some articles that said...
  4. Replies
    3
    Views
    675

    my issue is

    I have a VB application that has a Windows Script Host Object Model reference for windows shell script. I used this object to read/write the registry in the run time. It is happening on only Windows...
  5. Replies
    3
    Views
    675

    have you solved this?

    I have the same issue on Windows 2000 Server. Have you solved it?
  6. I have the same one

    I have a VB application that has a Windows Script Host Object Model reference for windows shell script. I used this object to read/write the registry in the run time. It is happening on only Windows...
  7. Replies
    15
    Views
    1,561

    This is good, so ...

    Oh well I think the most of posters here have good knowledge of Windows Task Manager. I open it and see the option for Page Fault and PF Delta. I understand what they are. But, explorer.exe has...
  8. Replies
    5
    Views
    1,514

    Well .... my question was ...

    I am looking for answers related to server programming issue not os version. It is easy to figure it out the os information.
    My issue is,

    when I access the same registry location on the...
  9. Replies
    5
    Views
    1,514

    OK another question ...

    So from the last replied message, I assume there is a difference of the programming way among the ProductType values. Am I corrent?
    I am working on some projects which are running on different...
  10. Replies
    3
    Views
    4,113

    Followup question

    Ok, above codes are for error filtering from the Err object. But I would like to know whu there is an error to read the existing registry data. Actually there is a registry data, and I can see on the...
  11. Replies
    3
    Views
    1,857

    ip helper

    i saw some samepls from MSDN under IP Helper
  12. Replies
    5
    Views
    2,679

    yes it is true

    yes it is true. you can use "\\\\.\\C:" or your may use the resturned parameter from QueryDosDevice() like 'LinkName' from my sample. I checked this parameter has the equal value.
    personally, I...
  13. Replies
    1
    Views
    767

    me again

    now almost two hours later...
    I found the answer .... it is wrong parameter in CreateFile().


    I tried to use '\Device\Tcpip\{...sdfasd..}'.
    The correct one is '\\.\{...dsfsdf...}'.
    no 'Tcpip'...
  14. Replies
    4
    Views
    736

    answer from MSDN

    please read MSDN 'Defining an MS-DOS Device Name' article.
  15. Replies
    1
    Views
    767

    Correct Filename ?

    Hello all,

    I have a concern to use a fn QueryDosDevice() on my network device driver development. I attach the source here for your review. It is simple. From the KB100027 MSDN article, I used...
  16. Replies
    5
    Views
    2,679

    Question to j0nas

    Yes, as your advice, I used '\\\\.\\C:' value for the first argument in the QueryDosDevice(). It returns 161, invalid path name.

    MyDevice = "\\\\.\\C:";

    if (QueryDosDevice(MyDevice,...
  17. Found samples from MSDN

    FYI
  18. another example from MSDN

    I found two samples from MSDN. They are in VB 101 examples package. There are Server side and Client side implementation. But they are not winsock object use.
  19. Yes, it is true, and more ...

    Yes I agree with the last commenter.
    And I found that we should have 'references' in the project.
    In order to use winsock, we need System.Net.Winsock reference added in my project. And I can...
  20. Thread: Active X EXE

    by nicepat
    Replies
    3
    Views
    1,582

    of cause it seems working but ...

    under any working environment condition, we may not have IIS server. I install MSMQ component, but running time requires local IIS server. and this appplication looks like that. If I am wrong, please...
  21. Replies
    1
    Views
    609

    1. Using Service with WM 2. Using Deamon process...

    1. Using Service with WM
    2. Using Deamon process

    I hope those options are helpful.
  22. Replies
    9
    Views
    1,088

    Got new mshtml.dll file from MS

    Hi all,

    I got new mshtml.dll file from MS, which they fixed the unable OnLoad event in the SP1 of IE. It will release in SP2. If you need, please let me know.:p
  23. Replies
    9
    Views
    1,088

    Sprite

    Hi all again,

    I like to mention this old issue for any concerns who are still struggling. I do not have any patch or hotfix from Microsoft yet,but if you have same problem, I like to suggest that...
  24. Replies
    3
    Views
    752

    Using Cabinet file

    1. Create DHTML Project file.
    2. Make Output DLL file.
    3. Create Cabinet File.
    4. Use <object> tag for 'embedded'
    5. Open the web browser for this HTML file.

    I used to do it.
  25. Replies
    9
    Views
    1,088

    Found the rootcaused

    Hi all,

    I bring one good new and bad news.
    Good news is that I found out the root caused for this issue.
    When I compile this project, I got two CLSID. It is from one empty Class1 module. I added...
Results 1 to 25 of 36
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured