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

Search:

Type: Posts; User: Tesla

Search: Search took 0.01 seconds.

  1. Re: Missing VB6 dirlistbox - an old issue but not for me

    After trying the demo, I bought this add-on to get my menu back. It works well so far. I did not wait out the demo as it was a bit "naggy". If anyone knows of a forum for this third party...
  2. Replies
    1
    Views
    3,383

    Function return using Tuple

    http://rveedi.blogspot.ca/2012/04/return-multiple-variables-from-vbnet.html

    I found the above example but can't seem to figure out how to call it or get it working. Any help appreciated.
  3. Replies
    2
    Views
    1,918

    Re: Calling sub/function during bitmap creation.

    Sorry, that was too simple.



    Call button3again(g)

    ------------------------------------------------------
    Private Sub button3again(ByVal g)

    g.DrawLine(Pens.Red, 0, 0, 44, 200)
  4. Replies
    2
    Views
    1,918

    Calling sub/function during bitmap creation.

    Hey, I think this is an easy one.

    I am making a large bitmap from several data sources with some logic and think it would be nice to keep the different streams in sub programs but I don't know how...
  5. Re: Missing VB6 dirlistbox - an old issue but not for me

    As for the files, the user may choose to process them one at a time or use a separate "process all" button. A multi-select would be useful occasionally but if there are more than a couple of...
  6. Re: Missing VB6 dirlistbox - an old issue but not for me

    thanks for the help. I don't have an issue doing what is required at the file level. It is quickly moving through various directories and subdirectories that is lost to process various files.
  7. Re: Missing VB6 dirlistbox - an old issue but not for me

    The user can select a file or all files for mass text editing.

    It converts instructions for CNC machines to run on a controller with a different format.
  8. Re: Missing VB6 dirlistbox - an old issue but not for me

    I found this code but it has a lot of errors. Added. Even without the errors this is too complex for me to even work with. i am going to take my VB6 to VB.net kick in the $## and try and move on....
  9. Re: Missing VB6 dirlistbox - an old issue but not for me

    32687
  10. Re: Missing VB6 dirlistbox - an old issue but not for me

    Thanks, "a soft answer turneth away wrath" - smile.

    I certainly have my share of obsolete code laying about for task gone by that plague me. Its just frustrating as a part time programmer that...
  11. Re: Missing VB6 dirlistbox - an old issue but not for me

    I am currently using the FolderBrowswerDialog but the old controls worked much nicer for my purpose. I understand Microsoft must choose its own direction but they could use a new GPS in my opinion...
  12. Re: Missing VB6 dirlistbox - an old issue but not for me

    thanks d,

    I will try it out but don't know if this will give me access to sub-folders like the old dirlistbox did.
  13. Missing VB6 dirlistbox - an old issue but not for me

    I see MS has really worked at developing animosity by killing the dirlistbox with the replacement they deem better but it is far from useful for my simple application. My users are going to revolt...
  14. Re: SteamWriter Problem - tooooo slowwwwwwwwwwwwwwww

    Wow, I really should read my stuff before posting. Please point me to an edit option if there is one to get rid of my typos.
  15. Re: SteamWriter Problem - tooooo slowwwwwwwwwwwwwwww

    Sorry for the late replay. I was expecting an email if there was any response here.

    I scoured the internet and found a lot of dudes solving with with all sort of create methods that were too...
  16. SteamWriter Problem - tooooo slowwwwwwwwwwwwwwww

    Hello,

    I am processing a large text file and making a lot of edits to it along the way and then writing it back using SteamWriter.

    Unfortunately it is dog slow compared to VB6 and I don't know...
Results 1 to 16 of 16





Click Here to Expand Forum to Full Width

Featured