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

Search:

Type: Posts; User: gigantour

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,177

    C# Firebird add user help

    Hi guys hope someone can help me. I am using C#3.0 and I need to add a new user to the firebird server with the click of a button . This is the code that i have :

    private void button1_Click(object...
  2. URGENT : Panel printing on multiple pages C#

    Hi guys

    Hope some one will be able to help me. I have a class that needs to print a panel on more than one page. My printpreview shows the pages perfect but when i press print it throws me a...
  3. Replies
    0
    Views
    3,005

    C# blob image in firebird database help

    Hi guys

    Can anyone please help me! I need to display a blob image that is stored in a Firebird database in a PictureBox?

    I have no idea ho to retrieve a blob image! Any help will be...
  4. Replies
    0
    Views
    821

    panel help with a class

    Hi Guys

    Hope you can help me ! I have a application that opens a instance of a class called controller class each time you click on a different treeview node. the class then creates a panel in a...
  5. Replies
    2
    Views
    1,653

    C# Treeview nodes help

    Hi Guys

    Lets say I have a treeview with parent nodes that have child nodes that have grandchild nodes.

    The Question I have is lets say I select a grand child node. . . .How will I detect what...
  6. Replies
    2
    Views
    909

    Re: C# Form inheritance with new controls

    for example :

    namespace ClientServices
    {
    class ControllerClass : ClientServices
    {
    public void AddButton()
    {

    Button btn = new Button();
  7. Replies
    2
    Views
    909

    C# Form inheritance with new controls

    HI guys

    I have a main form and created a class that inherits from the main form :

    namespace ClientServices
    {
    class ControllerClass : ClientServices
    {
    }
    }
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured