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

Search:

Type: Posts; User: djramc

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    5,146

    combobox and commandbutton in one control

    hello everyone
    i want to have a control with combobox and a button like you see in the attachment.
    i have already written these codes but i cannot move the button bit to left. anyone has an idea...
  2. Replies
    5
    Views
    1,130

    Re: FontDialog

    Ok guys i found the error. You can't edit application settings so i set into user scope now i can edit easyly.

    Thanks again for yours post
  3. Replies
    5
    Views
    1,130

    Re: FontDialog

    Ok I do with application settings that is implemented standard in visual.net
    i have placed a picture of the settings to see it for you, but the question now is how can i manipulate that settings...
  4. Replies
    5
    Views
    1,130

    Re: FontDialog

    Thank you for your reply Talikag

    It was very helpfull , i can now save the information in a xml file but when i try to read them back it gaves an error like "can't convert to FontDialog etc."...
  5. Replies
    5
    Views
    1,130

    [RESOLVED] FontDialog

    Hello Guys,

    I'm busy with making an application for school.

    My question is how can i store the settings of the fontdialog? I want that next time load the last configuration I set before.

    it...
  6. Replies
    2
    Views
    662

    Re: Statusbarlabel bounding to dataset?

    Ok i fixed this

    I used for this rowenter event of datagrid
  7. Replies
    2
    Views
    662

    Statusbarlabel bounding to dataset?

    Hi guys

    I trying to link a column from datagridvieuw to statusbarlabel so i mean when i click on a row i want that the statusbarlabel will change to selected row (column4) data. I hope i was clear...
  8. Thread: hide main form

    by djramc
    Replies
    3
    Views
    2,012

    Re: hide main form

    Thank You for reply I have it now
  9. Thread: hide main form

    by djramc
    Replies
    3
    Views
    2,012

    hide main form

    hi

    I’m new in c sharp so I think I’ll use this forum many times in future :p

    My question is about when the main form is loading I want to check if a file exist, if the file not exist I...
  10. Replies
    8
    Views
    1,402

    Re: invoice program xml or ms access or ...?

    First off thank you for your reply dcell59. I think i'll use access database. But i don't like to use an external program to make a databse (ms access). Is there an other way to make an acces file...
  11. Replies
    8
    Views
    1,402

    invoice program xml or ms access or ...?

    hi,

    I want to make an invoice program in c#. It must be capable to save customers , products and invoices and also capable to make rapports. Should I use xml database or Microsoft access or...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured