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

Search:

Type: Posts; User: Frank100

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    9
    Views
    1,888

    Re: Numeric Textbox!

    Thanks John & invador
  2. Replies
    9
    Views
    1,888

    Numeric Textbox!

    Hi,
    I am trying to create a numeric textbox in C#.
    I got few useful links and used them but when I am using special characters then its crashes.

    Please advice.

    Thanks
  3. Replies
    2
    Views
    722

    Re: Textbox Control!

    Thanks
  4. Replies
    2
    Views
    722

    Textbox Control!

    Hi,

    I am trying to create a TextBox which can take Social Security Number in this format(121-ww-212).
    Please advice.
    I am using VisualStudio2008 and C# language.

    Thanks
  5. Replies
    0
    Views
    522

    Outlook Plug-In Button Issue!

    Hi,
    I have an outlook plug-in and it is working fine, but I have one issue there are few buttons and I am trying to use icons/ images on buttons with text content.
    Please let me know how to use...
  6. Thread: Process in C#

    by Frank100
    Replies
    1
    Views
    791

    Process in C#

    Hi,

    I am creating a Process in C# and want to print my "strName" value to command prompt.
    This code is not printing any value , please let me know the right code.
    I know this code is wrong,,but...
  7. Re: How to get DataGriedView CheckBox is Check or not!

    here you go.

    namespace Value
    {
    partial class Form3
    {
    /// <summary>
    /// Required designer variable.
    /// </summary>
    private...
  8. Re: How to get DataGriedView CheckBox is Check or not!

    I am getting same error again!
  9. Re: How to get DataGriedView CheckBox is Check or not!

    Object reference not set to an instance of an object.

    I am getting above error.
  10. How to get DataGriedView CheckBox is Check or not!

    I have CheckBox in my datagridview1 and I am trying to get CheckBox is check or not.

    for(int i; i< datagridview1.rows.count; i++)
    {
    bool IsChecked =...
  11. Replies
    2
    Views
    3,381

    Passing Value From One Form to another!

    Hi,
    I am trying to pass value from one windows form to another in desktop application using C#.
    I have created two text boxes on Form1 and a button, on button click I am creating Form2 and From2...
  12. Replies
    1
    Views
    748

    ClickOnce Deployment Issue!

    Hi,

    I am trying to customize ClickOnce application for WPF project.
    The simple setup works fine but we need automatic updates so we like to use ClickOnce and the requirement is to start...
  13. Replies
    1
    Views
    740

    Re: Online Update Issue!

    Updates should be download automatically from server.Please let me know how to implement it.
  14. Replies
    1
    Views
    740

    Online Update Issue!

    Hi,

    I was working on a desktop application basically it’s a product now the programming part is over and I have created MSI for this product.
    So product and setup both parts are ready but now I...
  15. Replies
    1
    Views
    4,703

    Create Controls at runtime!

    I am really new for WPF, I am trying to create Radiobuttons,checkbox and textbox control at run time.
    Is it possible to create controls at runtime in WPF,if yes then please let me know good link or...
  16. Replies
    3
    Views
    918

    Create Buttons and Forms at runtime!

    I have to create buttons,forms at runtime after reading XML file.
    XML file will contain numbers of buttons and froms which i have to create run time.
    Please let me know right way.
  17. Replies
    6
    Views
    970

    Re: Web To Desktop!

    Thanks for your time guys!

    Basically I have to create a Desktop Survey tool or app which will change controls and text at run time.
    Like TextBox,Checkbox,Radiobuttons,question etc.
    Please let me...
  18. Replies
    6
    Views
    970

    Web To Desktop!

    Hi,

    I have created a web survey control which is working fine, now I have to create same thing for desktop application [Survey control for desktop application].
    Please let me know your...
  19. Replies
    4
    Views
    950

    Re: Setup and Deployment Issue!

    Issue Solved!!
  20. Replies
    4
    Views
    950

    Re: Setup and Deployment Issue!

    My setup should create a copy of "exe" here..

    "Users\Guest\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\startup\My.exe"

    so when users logon to his system then it will run...
  21. Replies
    4
    Views
    950

    Setup and Deployment Issue!

    Hello Everyone,

    I have created a desktop application in VisualStudio2008 using C#. Now I am creating setup project for this application.
    I am really very new for the setup and deployment project...
  22. Replies
    1
    Views
    2,078

    IIS Commands!!

    Hi ,

    I am looking for all IIS commands, which we can run from command prompt.
    I googled it but was’t able to find all commands.
    I really appreciate if you guys help me out.

    Thanks
  23. Replies
    8
    Views
    1,237

    Re: System Dialog!

    Is there any other way to do that?
    Thanks for your time!
  24. Replies
    8
    Views
    1,237

    Re: System Dialog!

    Basically I have created a survey application which will ask few questions.
    What I am trying to do here , when user logon to his system this application should run automatically (Means startup)...
  25. Replies
    8
    Views
    1,237

    System Dialog!

    Hello Everyone,

    I am working on VisualStudio2008 (c#) and trying to create a windows form as a System Dialog.
    Means when this form is open then user should not allow using any other application....
Results 1 to 25 of 119
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured