Search results for query: *

  1. A

    Navigating Datagrid from Another Form

    Thank you for your reply, you link helped very much. :)
  2. A

    Navigating Datagrid from Another Form

    I have a datagrid on one form, for example is may look like below ID NAME COMPANY 1 Steve Microsoft 2 Bill Apple 3 John Google i have another form that pops up to deliver more detail on each row, what i am looking for is away to navigate through the records of the data grid from the...
  3. A

    COMException

    thankyou for being so much help, i thought id post a bit more info though as its still giving me a headache the error i now get is An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in axinterop.mscommlib.dll Additional information: Exception from HRESULT...
  4. A

    COMException

    thanks for your response i gave this ago but it crashed on the mscomm.open this is a vb6 example, does anyone know how to achieve the results with .net? thanks for your help so far, it a good direction :)
  5. A

    COMException

    when communication with the commport using mscomm32 and the following code is receive the error ----------------------------------------------------------------------- An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in axinterop.mscommlib.dll Additional...
  6. A

    Flickering Labels

    I am creating a timer, basic function is for it to have a time set and then it will count down a number of times. this is all fine, few little problems but one headache I cannot seem to get around is that when you click the mazimize button on the form '+' (project attached) and the labels are...
Back
Top