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

Search:

Type: Posts; User: saratogacoach

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    783

    Dynamic Insertion of Textboxes

    Hi,

    I've been trying to learn enough to develop the family tree diagram and making progress.

    There is a nice drawing project at: http://www.vb-helper.com/howto_net_drawing_framework.html

    It...
  2. Replies
    4
    Views
    758

    Re: Line Drawing DLL

    OK. I understand. Again, thanks for your suggestion.
  3. Replies
    4
    Views
    758

    Re: Line Drawing DLL

    Hi,

    Thank you for the suggestion.

    I think that I "know" more than I can "do." I've been around the Windows environment, coding in VB, net, a variety of scripting languages (JS, ASP, PHP, etc.)...
  4. Replies
    4
    Views
    758

    Line Drawing DLL

    Hi,

    I am creating an eLearning project to educate students that lets them draw diagrams. This is mostly completed using an eLearning authoring program*. But, the one feature that this program does...
  5. Re: Question about drawing family trees in VB

    Hi Rich,

    I could probably benefit from looking at it again, especially since I know a little more now than when I first tried.

    Thanks for your suggestion.

    Kind Regards,
  6. Re: Question about drawing family trees in VB

    Hi Rich,

    Thank you for your continued support.

    I've been working at it, learning a lot. But, as a beginner, the project is 'quite a mess:' full of redundancies, extra code, test boxes, etc.
    ...
  7. Re: Question about drawing family trees in VB

    Hi Rich,

    Thanks very much for that text example. That's an interesting way to add text labels.

    I'll work on figuring out how to give the user the ability to save these text labels, once created...
  8. Re: Question about drawing family trees in VB

    Hi david,

    I'm sorry that I am still not being clear about what is needed.

    I think that if you could take a look at the sample project you would better understand what I am trying to...
  9. Re: Question about drawing family trees in VB

    Hi David,

    I am sorry that I am not being clear about what I am trying to accomplish.

    I need to give the end-user a toolbar button that when clicked during runtime will let the end-user insert a...
  10. Re: Question about drawing family trees in VB

    Hi David,

    Thanks for your reply and suggestion. Making progress!

    What I am trying to do is add a new toolbar button named "label" (now done) and add code for it so that when the user clicks on...
  11. Re: Question about drawing family trees in VB

    Hi,

    I have been reading, researching online and found an interesting tutorial with source code for many drawing features:
    http://www.vb-helper.com/howto_net_drawing_framework.html...
  12. Re: Question about drawing family trees in VB

    Hi Gremmy,

    Thanks for your thoughtful and helpful reply (by posting and PM). I appreciate the leads and suggestions.

    I will try to see if I can create a sample "proof of concept" project that...
  13. Re: TV static noise animation-adding random generator

    Hi Gremmy,

    Thanks again. I was able to make these changes successfully.

    Continuing to better understand how to make things happen, add, delete, change controls and code.

    Much thanks!
    ...
  14. Re: TV static noise animation-adding random generator

    Hi,

    I've been learning a lot and very much appreciate your help. Great progress! Getting a little more familiar with the VB UI, code window and editor.

    I have been reading online about using...
  15. Re: TV static noise animation-adding random generator

    Hi Gremmy,

    Thanks again.

    All of changes finally went in without an error message.

    At first, the following code, adding it as a Sub, gave an error message:


    Private Sub...
  16. Re: TV static noise animation-adding random generator

    Hi Gremmy,

    Figured out where to place this additional code. It seems to work without error.

    Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As ...
  17. Re: TV static noise animation-adding random generator

    Hi,

    Again, thanks. I am able to open these files and compile the project into an app.

    Yes. If I choose random and set the interval to 120, I get the precise animation style and effect that...
  18. Re: TV static noise animation-adding random generator

    Hi,

    Thank you very much for this.

    I have Visual Basic 2010 Express edition (free version from MS), so I am not sure how to open and run this. So far, I extracted using 7-Zip and tried to run...
  19. Re: TV static noise animation-adding random generator

    Hi,

    I took a look at Richard Newcombe's animation article as suggested. As a beginner using VB, applying the new drawing method is way to complex for me.

    While I understand the basic ideas,...
  20. Re: TV static noise animation-adding random generator

    Hi Peej,

    This is not an assignment, but the final animation has to precisely replicate the standard style, appearance and change speed for "dynamic visual noise" in order to be an effective...
  21. Re: TV static noise animation-adding random generator

    Hi David,

    Thank you for this suggestion. I suspect that it will not produce the smooth animation seen in the Flash demo which illustrates the "standard." I think I will need to figure out how to...
  22. Re: TV static noise animation-adding random generator

    Hi David,

    Thanks for the tip on setting up code tags. And, I'll keep in mind using double buffering.

    Mindful of your comments about needing some patterns set up in advancem I wondered then if...
  23. Re: TV static noise animation-adding random generator

    Hi David,

    Thanks for your reply. I've now used BBcode as a FF add-on. I edited the above post using this. Hopefully, I did this correctly.

    Kind Regards,
  24. TV static noise animation-adding random generator

    Hi,

    First forum posting.

    I am a newbie (retired social worker) using Visual Basic 2010 Express edition and need some help with an animation for an eLearning lesson. The animation illustrates a...
  25. Replies
    24
    Views
    4,040

    Re: How to create win32 unmanaged code DLL

    Hi Igor,

    Our postings may have crossed in cybersapce. Please see my last posting above.

    Thanks for this information. It is very helpful in order for me to better understand C++.

    I have known...
Results 1 to 25 of 38
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured