Search:

Type: Posts; User: Robert_Sitter

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    3,192

    One problem with that :)

    Well, it works to a degree but,

    While it's waiting for the program to exit it ups the processor usage to 100% so if I'm running a program for any length of time it's almost going to double the...
  2. Last one for a while ;0 - Index.dat files & internet cache

    Hey everyone.

    Has anyone ever tried to get a list of files in their temporary internet files dir with getfiles()? Doesn't seem to work.
    I hear now that the directories with index.dat files are...
  3. Replies
    7
    Views
    3,192

    Thanks for all your help people

    Hey there, haven't logged in here in a while, noticed your posts, really appreciate them a lot!

    Thanks again,

    Rob Sitter
    [Professional at novice (almost intermediate lol)]
  4. Replies
    7
    Views
    3,192

    Running a program in a loop

    Not quite sure if I should be posting this in the Windows Programming area or this one but I'll try here.

    I have 2 projects going, both executables. Project 1 uses project 2 in it's loop to get...
  5. Replying to anyone who sends feedback

    I've decided to just go along with StreamWriter as I'm using a Save option to save the file anyway, may as well just read from it if it's already there.

    I see the number of views on this post was...
  6. Passing from functions in classes to another function in another class?

    Hey folks,

    I've got meself a problem. Pretty annoying one at that.

    Well, I'm playing around with a newbie program that I want to make to display junk files in a listBox.
    When I use the...
  7. Reply

    Ok, sounds good, I will start to learn C#...
    Forgive me if I'm wrong [been told not to compare languages on this board if I don't want to start a flame but I'll do this anyways] C# doesn't look a...
  8. Windows Forms and/or MFC [But definately not win32!] questions

    Hey there, I just have a few questions.
    I know that MFC is easier than win32 [so they say] and everything but do I need to learn MFC to use ActiveX and create internet capable programs?

    Seeing as...
  9. Great, thanks!

    Great, thanks!
  10. Help with Class Library .NET and Classes :0

    Hey there, just wondering if anyone could tell me where I can go to learn about using classes in external files (how to link them) and if anyone has a link to download a sample Windows Forms project...
  11. Replies
    7
    Views
    1,772

    Last post to finish this thread

    I was able to cut down on the code, here it is for anyone who was interested in this thread:



    System::String* path1 = folderBrowserDialog1->SelectedPath->ToString();
    System::String*...
  12. Replies
    7
    Views
    1,772

    Finally Got It, here it is :)

    Hey people, thanks for your help, I've found a weird way around it but it works for now, here's the snippet:



    System::String* path1 = folderBrowserDialog1->SelectedPath->ToString();...
  13. Replies
    7
    Views
    1,772

    I may be wrong?

    Ok, here's the best I can explain:

    For now, being a beginner and going off other source code I am under the belief that the enum part of my code will put all the filenames into an array to which I...
  14. Replies
    7
    Views
    1,772

    Problems with Enum and Files

    I am trying to use Enum to work with files from a directory chosen from a directory chooser but it doesn't seem to work.

    Could someone help me out with this code?



    private: System::Void...
  15. Replies
    1
    Views
    1,226

    Problem with enum and files

    Hi there, I'm having a problem that's probably pretty easy to fix.

    I am trying to get information from a directoryInfoBox, post that as working directory, then create a directory from a textBox...
  16. Cannot convert system object to system string?

    Here's a simple problem that's been kicking my butt since I've started taking a shot at Windows programs.
    Note: This is in Windows Forms .Net.
    I've been playing around with the .ToString command...
  17. Ok, so I'm going to scrap my MFC tests for a...

    Ok, so I'm going to scrap my MFC tests for a while.
    About :
    "Registry baby, registry!", I'm beginning to agree, even with the craziness of C++ it's the way to go.

    Thanks for all your replies,...
  18. Which one :MFC, Win32, Windows Forms (.Net)?

    MFC, Win32, Windows Forms (.Net):

    Okay, I've finally finished learning General C++ and want to take my knowledge of Ansi to a windows based app.

    I was looking at the MFC types and found I...
  19. Dumb, argh, newbie mistake, consider this thread closed.

    Got it :)
  20. Using mscorlib & system namespace in an MFC?

    Hey there, last question for a while I swear :)

    I've become somewhat familiar with the functions associated under System:: but can't seem to figure out how to use them in a MFC app. Whenever I try...
  21. 'Twas all too simple :)

    Thanks, it worked :)

    Oh, now, I just realized, that little string you replied with opens lots of doors for me, thanks soo much!

    I've really got to find a book on these commands.

    Thanks...
  22. Another newbie Question>Ifstream, Ofstream, DamnStream.

    Hey there, I'm back again.
    Well, I've finally finished my c++ book but it leaves LOTS of things unanswered such as how to work with files so I'm kind of winging it from other source code I've been...
  23. Replies
    2
    Views
    959

    Last post to close this thread>> Told you it was easy4u lol :)

    Ok, thanks!

    Rob Sitter
  24. Replies
    2
    Views
    959

    Another easy4u loop question

    Well, I've finally figured a few things out on my own before coming to you guys, but here I am again!
    This code down here seems as straight-forward as I can think of, so why does it crash? I've...
  25. Very Last Post on this thread ( I swear !!!)

    There, I've figured it out, no casting or anything. Had put a double array where it didn't belong (days) and wasn't calling them properly.
    Damn this can be COMPLICATED lol, wonder if anyone else...
Results 1 to 25 of 31
Page 1 of 2 1 2