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

Search:

Type: Posts; User: Alyssa Saila

Search: Search took 0.06 seconds.

  1. Using Animation In Windows Forms With Visual Studio

    I'm not exactly sure where to start...

    But the first quick thought I had to create animation in forms would be using the shockwave flash object?

    Is dropping a .swf file on my form best practice...
  2. Replies
    6
    Views
    1,257

    Re: White Blank Space Alignment

    I actually used a little .vbs script that drew the asterisks around the text, and filled in the blanks with spaces.

    I can copy and paste this into regular notepad and it looks tip top (perfectly...
  3. Replies
    6
    Views
    1,257

    White Blank Space Alignment

    With Writing C++, I am simply trying to find out why the asterisk boxes are different.

    One is created in Notepad ++, and the other was created in the Visual Studio Text Editor.

    I am using...
  4. Re: Hide-Show "Specific" Buttons (With A Single Function)?

    Yes (trying to simulate a rollover effect using button pictureBox images).

    I have a single form with multiple pictureBoxes represented as buttons.

    Each of these pictureBoxes has another one...
  5. Hide-Show "Specific" Buttons (With A Single Function)?

    I'm using pictures as buttons actually (with the PictureBox control in the tool box).
    I'll be using the word buttons to refer to these pictureBoxes interchangeably throughout this thread (my...
  6. Re: Which Is Closer To This Type Of C++ (C# Or CLI)?

    Thanks for the replies guys (they were very informative).

    At the very least though, I hope someone could please tell me everything I learned in that class wasn't pretty much useless : )

    I...
  7. Which Is Closer To This Type Of C++ (C# Or CLI)?

    In my previous class we used the text book "Starting Out With C++ Early Objects (7th Edition)".

    Here is a link to the book (to view the code within this book):...
  8. Centering Text With SetW Or SetFill Without The Use Of Or Function?

    Hello All,

    My question is simply how do I center the lines on top of one another using setw (without the use of an additional header file or an additional function)?

    I've attempted
    setfill('...
  9. AntiAliasing Text In Windows Form? (All Text Appears Jagged)

    Using VB Windows Form Application In Visual Studio,

    All of my text appears jagged and pixelated.

    I calibrated my PC clear type settings (all fonts are smooth).

    However, in the Form Designer...
  10. Re: Adding A Function To A Windows Form Button

    I'm dizzy :)

    That was a euphoria of brilliant information you gave me.

    I had just a few more questions (which I'm preparing - they won't be long I promise).

    But first I simply have to clear...
  11. Re: Adding A Function To A Windows Form Button

    First and foremost I wanted to thank you for your time and analysis of my post.
    It was extermely sincerely appreciated you have no idea.

    Also, I wanted to personally confirm (which I'm sure is...
  12. Adding A Function To A Windows Form Button

    I understand the basic syntax functionality of C++,
    and I can write & compile simple C++ console apps (using Dev-C++).

    Now I plan on making simple windows form apps with Visual Studio,
    but I'm...
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured