Search:

Type: Posts; User: SilverBullet

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    619

    Re: Drawing to form, not a panel

    Hi everyone,

    I found a solution to the problem.

    New Bitmap (panel1.Width,panel1.Height)
    Me.graphics = graphics.FromImage(bitmap)
    now you're drawing on a bitmap

    whenever the panel is...
  2. Replies
    2
    Views
    619

    Drawing to form, not a panel

    Hi everyone, I have a problem.

    There is a panel on a form, when I click the mouse button down it sets the X and Y coordinates to start at that position. From there I draw lines every time the...
  3. Replies
    1
    Views
    592

    Drawing to a panel, not the form !

    Hi everyone, I have a problem.

    There is a panel on a form, when I click the mouse button down it sets the X and Y coordinates to start at that position. From there I draw lines every time the...
  4. Replies
    6
    Views
    1,008

    Re: Dynamic Merging of cells

    Changing column sizes for instance in Excel can be a very expensive operation time-wise ( a few seconds each column)

    This has something to do with Excel recalculating page-breaks after each...
  5. Replies
    6
    Views
    1,008

    Re: Dynamic Merging of cells

    Hi Spoo, Thanks for the reply.

    What I need is for a dynamic number of orders, with a dynamic number of rows per order, to have the final column merge text.

    My solution was something like the...
  6. Replies
    6
    Views
    1,008

    Dynamic Merging of cells

    Hi everyone,

    I have a challenge that I'd like some help with:

    I have a report right now that looks something like the following



    SALES_NUM CUSTOMER ITEMS SOME_ORDER_INFO COMMENTS...
  7. Replies
    3
    Views
    603

    Re: Datagrid strange functionality

    Another Update: I solved the problem via using the RowColChanged event, which seems to be called after the the row/col update and BEFORE the click event.

    Clicking on the row indicator (left...
  8. Replies
    3
    Views
    1,160

    Re: VB6.0 Quantity code HELP HERE :wave:

    So, I'll take a stab at this:

    Assuming you have a dropdown or something... you could populate the datalist from an array. In a second array you could have a corresponding list of prices

    Text2...
  9. Replies
    3
    Views
    603

    Re: Datagrid strange functionality

    Update: It appears that the click event is called before the current row is changed .... that's what it seems to be doing. When you click on the left side row selector, it seems to do the opposite
  10. Replies
    3
    Views
    603

    Datagrid strange functionality

    I have a datagrid, that when I click inside the cells it doesn't call the click event as expected.

    This is a problem because the information being pulled after the event (is supposed to happen) is...
  11. Re: Lookup Multiple Datatables into 1 datatable

    I agree, making one query with proper joins will save you a lot of trouble later.

    If they're in different databases, you can always use a DB link
  12. Replies
    0
    Views
    429

    [RESOLVED] DataEnvironment troubles

    I have a dataEnvironment with 2 connection objects.

    MY problem is that when I try to reference one object I'm getting an ORA object not found exception.

    However, the datalist that is bound to...
Results 1 to 12 of 13



Click Here to Expand Forum to Full Width