Search:

Type: Posts; User: Hexadecimal

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    622

    [RESOLVED] Address access

    Hello All,

    I was wondering if there is a way to access (read/write) to any address. I would like to do this using VB code. Please give an example or point me in the right direction.

    Also, ...
  2. [RESOLVED] Setup & Deployment Help for Visual Studio 05

    I am trying to use Visual Studio 05 to create a Setup and Deployment..
    The files added are an executible written in C++ (no idea the IDE used) and a dll. The dll is a dependancy for the exe.
    ...
  3. Replies
    24
    Views
    1,468

    Re: VB.NEt and external files

    Thanks for all the help guys. It's greatly appreciated. I did manage set up the installer.
  4. Replies
    24
    Views
    1,468

    Re: VB.NEt and external files

    I'm using VB05.

    Is this installer under the project properties?
  5. Replies
    24
    Views
    1,468

    Re: VB.NEt and external files

    Wow... I just realized my confusion. It's not the published location that I want. It's the installation directory that I want.

    So sorry for the confusion... chalk one up for the newb.
  6. Replies
    24
    Views
    1,468

    Re: VB.NEt and external files

    Ok... I can see that it's being copied to debug or release. The original problem still remains.

    When i publish the project, the copied file should also appear in the publish location but it is...
  7. Replies
    24
    Views
    1,468

    Re: VB.NEt and external files

    HHmmm, you right. I was looking at the debug bin and not the release.
    Now all i need is to have it copied to debug and not release.
  8. Replies
    24
    Views
    1,468

    Re: VB.NEt and external files

    I can add the file as existing item. But including it in the publish seems to be the problem.

    I checked the porperties of the added file and selected "Copy always" under copy to directory.
  9. Replies
    24
    Views
    1,468

    Re: VB.NEt and external files

    I can add the file as existing item. But including it in the publish seems to be the problem.

    I checked the porperties of the added file and selected "Copy always" under copy to directory.
  10. Replies
    24
    Views
    1,468

    Re: VB.NEt and external files

    I actually tried that and it doesn't seem to work.
  11. Replies
    24
    Views
    1,468

    Re: VB.NEt and external files

    embedded resource or simply as part of the solution

    When a project is published it is published to a specific location.
    I would like my word file to be published along with the rest of the...
  12. Replies
    24
    Views
    1,468

    Re: VB.NEt and external files

    All i would like to do is include the word file to the project. SO i can build it into the project and load it from let's say a Help menu.
  13. Replies
    24
    Views
    1,468

    Re: VB.NEt and external files

    Let's try including it with the installer. How would I do that?
  14. Replies
    24
    Views
    1,468

    [RESOLVED] VB.NEt and external files

    So I have a Word Document that I would like to add to my VB project.
    It is a file that I created manually but i would like the file to be included into the project and installed on all systems.
    ...
  15. Re: VB.NET Help, Multiple running subs?

    Woops... overlooked that. Thank you to both of you.
  16. Re: VB.NET Help, Multiple running subs?

    LOL... I see the echoes.

    The next obvious question is how do I get mutiple threads running. I know one way is to use timers but I dont want to go that route. Any other way?
  17. [RESOLVED] VB.NET Help, Multiple running subs?

    OK!!! Here is a very simple question that requires pointing me into the right direction.

    Is it possible to call more than one Sub (Subprogram) from a Main (Or calling sub)?

    I am working on a...
  18. Replies
    4
    Views
    580

    Re: [RESOLVED] First Year student help

    The Loop was part of the assignment. I had to be able to ask for and display someones name.

    Then display the full name three times. I guess the instructor wanted to test my ability to use a...
  19. Replies
    4
    Views
    580

    Re: First Year student help

    "Horribly Wrong," Lmao! I like that.
    I did manage to figure things out. Here is my working code.


    #include <iostream>
    #include <string>

    using namespace std;

    int DisplayName(string...
  20. Replies
    4
    Views
    580

    [RESOLVED] First Year student help

    So I'm writing a simple program that inputs a name and outputs the same name through the use of a Main and Sub program.

    Problem is i'm not too clear on how a SUB is called using the C++ language....
  21. Replies
    5
    Views
    721

    Re: Determine Mouse Clicks

    Both examples are great but do not work outside the form. I need to know what the mouse clicks are from all forms.
    Can the mouse clicks be acquired directly from the mouse and not a control such as...
  22. Replies
    5
    Views
    721

    [RESOLVED] Determine Mouse Clicks

    I am trying to find a VB example for mouse clicks.
    The mouse click code has to come directly from the mouse itself.

    What I need is a way to determine when the left or right mouse button is...
  23. Replies
    2
    Views
    540

    Re: App Copies and Pastes

    Thank you for the help. I didn't use the same code but it was a great example for figuring out my own code.
  24. Replies
    2
    Views
    540

    [RESOLVED] App Copies and Pastes

    Hello All again,

    I am now working on an application that can hit the Print Screen button on a mouse click. In other words, the mouse click is the trigger for hitting Print Screen....
  25. Replies
    2
    Views
    399

    Re: App shares focus.

    Your response gets 5 stars dude! That example helped me more than you'll ever know.
    I'm starting a new thread on a new problem (same App), hope you can answer it for me.
  26. Replies
    2
    Views
    399

    [RESOLVED] App shares focus.

    Hello All,

    Been a while since my last post.
    I'm working on a new project. My question is... is it possible for an application to share focus. If this can be done, please explain how or point...
  27. Replies
    10
    Views
    1,073

    Re: [RESOLVED] RichtextBox help

    AI... there's a time and place for everything. Personally, I did not need a lesson because I've spent the day looking at the exact methods he specified. From the beginning i did ask for code and he...
  28. Replies
    10
    Views
    1,073

    Re: RichtextBox help

    I asked for code not a lesson from a bloated ego. If you can't answer my question then please stop trying. I've tried the exact methods you are specifying. I came here for an example of these...
  29. Replies
    10
    Views
    1,073

    Re: RichtextBox help

    Could someone answer my question with code please. Thank you.
  30. Replies
    10
    Views
    1,073

    Re: RichtextBox help

    Could you elaborate on your response. What specific methods are we talking about? I've read the documentation for RTB and what I need now information in Layman's terms.
  31. Replies
    10
    Views
    1,073

    [RESOLVED] RichtextBox help

    Hello All,

    I am working with a richtextbox, this is my sample code:

    RichTextBox1.AppendText("hello")

    RichTextBox1.AppendText(vbNewline)
    RichTextBox1.AppendText(vbNewline)
    ...
  32. Replies
    2
    Views
    628

    Re: Saving Files

    It's not a duplicate thread if the question is worded differently, but thanks for trying anyway.
  33. Re: Help Create a RTF File and load to Richtextbox

    Thank You iPrank. I actually figured this out on my own this morning but its good to see that someone was able to come to the same conclusion.
  34. Re: Help Create a RTF File and load to Richtextbox

    I am creating the file through the use of streamwriter.

    Using sw As IO.StreamWriter = New IO.StreamWriter(filepath_fromtextbox & "\myfile.rtf")

    sw.WriteLine("Hello")

    sw.Close()
    ...
  35. Re: Help Create a RTF File and load to Richtextbox

    I am creating the file through the use of streamwriter.
    It does open in word ok but if I try to save it manually again, there is an error.

    I believe I am not setting the file format correctly. ...
  36. Replies
    2
    Views
    628

    [RESOLVED] Saving Files

    Hello All,

    Does anyone know how to save a file format using the streamwriter class.

    I can save files easily but the file formats are a problem.

    sample code would be helpful
  37. [RESOLVED] Help Create a RTF File and load to Richtextbox

    Hello All,

    I'm currently working on a small project.
    Problem is that when it's time to load the file to the Richtextbox I get an error message: FIle format is not valid
    Here's the code i have...
  38. [RESOLVED] VBscript to Microsoft Excel Help

    What I'm trying to do is (using VBscript) Import data from a text file to an Excel spreadsheet.

    Ideally I'ld like the code to open the Excel file (which I already have code for).
    I'ld like the...
  39. Re: [RESOLVED] Creating Text Files From Excel's VBA

    Wow That was fast! Thanks for the help. Worked great.
  40. [RESOLVED] Creating Text Files From Excel's VBA

    So, (with some help, thx Si) I've successfully used the code below to create Text files from Excel's VBA. I have a new problem though.

    How do I pass more than one line of text to the file?...
Results 1 to 40 of 48
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width