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

Search:

Type: Posts; User: jkw2068

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Thread: WMI: No data

    by jkw2068
    Replies
    2
    Views
    1,085

    WMI: No data

    I've been trying to retrieve data about the installed memory modules in a system using WMI. WMI will retreive most information like size, speed, and type but will not return the Serial or...
  2. Replies
    5
    Views
    5,297

    Re: get values from a multi row select list box

    Microsoft released a helpomatic.hta file that had example code that works.






    'Displays all the items selected in a multi-select listbox

    Sub RunScript
  3. Replies
    5
    Views
    5,297

    Re: get values from a multi row select list box

    I appreciate the help. By universially supported, do you mean by browsers? If so, I do unserstand that.
  4. Replies
    5
    Views
    1,046

    Re: Save file dialog

    Dr. S, May I see an example is VBScript?
  5. Replies
    5
    Views
    5,297

    Re: get values from a multi row select list box

    Thanks for the reply and example Dr. S. Could you provide an example in VBScript?
  6. Replies
    5
    Views
    5,297

    get values from a multi row select list box

    <P> Please choose a test</P>
    <SELECT NAME="list" MULTIPLE SIZE=7>
    <option value ="1">1</option>
    <option value ="2">2</option>
    <option value ="3">3</option>
    <option value ="4">4</option>
    <option...
  7. Thread: HTML Scripting

    by jkw2068
    Replies
    3
    Views
    602

    Re: HTML Scripting

    Great. With a little more practice, I was able to write to a file successfully.


    So, how would I get a value form a form inputbox and put it into VBScript variable? I do not want to use VBScripts...
  8. Thread: HTML Scripting

    by jkw2068
    Replies
    3
    Views
    602

    Re: HTML Scripting

    Thanks Dr. Script. I appreciate the reply. May I trouble you for a code sample to complete such a task locally? I'd be most greatful.
  9. Thread: HTML Scripting

    by jkw2068
    Replies
    3
    Views
    602

    HTML Scripting

    Can I or can I not write to a text file using Client side scripting such as VBS or Javascript from a HTML file? Thanks for the reply.
  10. Replies
    2
    Views
    1,145

    Re: VBScript not working totally

    Any body? C'mon. I'd even accept a flame if you'd gimme one.
  11. Replies
    2
    Views
    1,145

    Re: VBScript not working totally

    TTT.


    This is a client side script to be used in a Lab Test env. I'd go ASP if it was possible. Thanks for looking
  12. Replies
    2
    Views
    1,145

    VBScript not working totally

    The MsgBox with "hello" works but not the GetObject call. If I make it a .vbs without tags, it works. Any ideas?






    <html>
    <head>
    <meta name="vs_defaultClientScript" content="VBScript">
  13. Replies
    1
    Views
    414

    Compared to C++

    I'm partial to C++ and I have been doing some coding in VBScripting. I was was wondering, with syntax and usage and all, is JScript more like C++?
  14. Replies
    1
    Views
    1,900

    C++ vs VbScript

    I've been battling around trying to implement WMI into my MFC application. I've found that using VBScript to do my WMI calls has worked the best. This is not my perfered method though. Am I really...
  15. Thread: Compiling OS

    by jkw2068
    Replies
    2
    Views
    479

    Re: Compiling OS

    That makes sense. The target audience would be XP.
  16. Thread: Compiling OS

    by jkw2068
    Replies
    2
    Views
    479

    Compiling OS

    Does it matter (or are thee pros/cons) with what Windows OS is used to build and compile progams on. I'm debating on using XP or 2000 Advanced Server. Thanks
  17. Replies
    3
    Views
    699

    Re: MFC large address support

    Used GlobalMemoryStatus originally, now using GlobalMemoryStatusEx which did the trick. Thanks
  18. Replies
    3
    Views
    699

    Re: MFC large address support

    Still no luck. How about MSDN???? looks like nada there too. :(
  19. Replies
    3
    Views
    699

    MFC large address support

    I am running an XP64 with 8GB of system memory installed. My application only detects 4GB. I did enable large address support for over 2GB. The Bios and Windows system manager both report 8GB...
  20. Replies
    3
    Views
    590

    Ahhh, Thanks Andreas.

    Ahhh, Thanks Andreas.
  21. Replies
    3
    Views
    590

    Dev C++ and VC++

    I am always needing to write console based apps. I wind up writing these using of Dev C++. Is there a console project in VC++ besides visual basic?


    Thanks
  22. Replies
    4
    Views
    748

    Any sample code available using CStdioFile?

    Any sample code available using CStdioFile?
  23. Replies
    4
    Views
    748

    Its all been scrapped. Sorry, with my frustration...

    Its all been scrapped. Sorry, with my frustration comes the deletion of things. Ofcourse, it wouldn't take long to find the same dead end.

    gstercken, u :) -ing
  24. Replies
    4
    Views
    748

    Search file and write

    Hello all.

    I am wanting to read the entire contents of a file line by line and check to see if a period exists at the end of each line. I would like to do this until I reach EOF. Once a line is...
  25. Thread: File appending

    by jkw2068
    Replies
    10
    Views
    858

    sbubis, Thanks for that snippet. You've been...

    sbubis,
    Thanks for that snippet. You've been a great help.
Results 1 to 25 of 84
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured