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

Search:

Type: Posts; User: bharusri

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    10,000

    Re: Add new line to the text in a button

    Hi someuser77, prixone

    I tried both the method you mentioned and nothing worked. I did set the size of the button and also the button size + font size but got the same result. Please, let me know...
  2. Replies
    8
    Views
    10,000

    Re: Add new line to the text in a button

    Yep, I increased the Y size of the button but nothing changed. I can see just the first line.
  3. Replies
    8
    Views
    10,000

    Re: Add new line to the text in a button

    Hi Toraj,

    I already tried that but only the first line gets printed. I do not know the reason for that. I also tried drawString method but the button covers the text. I do not know how to print...
  4. Replies
    8
    Views
    10,000

    Add new line to the text in a button

    Hi folks,

    The text I have in a button is too long and I wish to have it in 2 lines. How can I get the text in a button to the next line. Can anyone please help me with this ? I am using VS2008 and...
  5. Replies
    2
    Views
    1,394

    Re: How to create a Radio waves flashing icon

    Hi QuinnJohns,

    I am gonna use it as an application icon. As I already mentioned the icon should show the battery life in an application that is developed for smart phone. The icon will be located...
  6. Replies
    2
    Views
    1,394

    How to create a Radio waves flashing icon

    Hi folks,

    I wanna create a radio waves flashing icon in C#. I am developing an application for smart phone using .NET 3.5 on VS2008. My goal is to read the life of battery of smart phone, if it is...
  7. Re: How to change highlight color on button click in C#

    Sorry for not being clear. I am using .NET 3.5 and Visual Studio 2008. I am developing an application for a smart phone.

    Thank you
  8. Re: How to change highlight color on button click in C#

    I am using VS2008. Sorry I forgot to mention that I am developing an application for Smart phone. In VS2008 for a windows form I could find all the events but for smart phone interface I do not find...
  9. Re: How to change highlight color on button click in C#

    I know about adding a delegate. But the problem is I can see all the events under button. I am referring to the same image that you posted. I cannot see MouseHover, MouseLeave and few more events. I...
  10. Re: How to change highlight color on button click in C#

    I don't find mousehover event under button. But when I copy and paste the code I don't get any error and mousehover event doesn't fire. I am using a student version of Visual Studio. Will there be...
  11. Re: How to change highlight color on button click in C#

    Hi Jonny,

    Thank you so much for the reply. I will try it and let you know.

    I have 6 buttons on my form so do I need to repeat these steps for each button ? Is there any other alternative ?
    ...
  12. How to change highlight color on button click in C#

    Hi folks,

    Can anyone please help me in changing the highlight color of a button when clicked. By default when I click on a button its displaying black color. I want to change it to something else....
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured