Search results for query: *

  1. P

    [ask]showing picture in background of a form ?

    anyone could help me please
  2. P

    [ask]showing picture in background of a form ?

    Bro , frm2 is not the mdichild, but the mdiparent, and the code suppose to be in the frm1 code area, and thanks for the link u gave on the other day, but it didnt work on my program, so Im still waiting for the solution.
  3. P

    [ask]showing picture in background of a form ?

    Sorry bro, i cant do that, cause the dbase i have just save the entire image into DB
  4. P

    [ask]showing picture in background of a form ?

    this is a part of my code, and it doesnt work Dim bw As BinaryWriter Dim BufferSize As Integer = 100 Dim OutByte(BufferSize - 1) As Byte Dim RetVal As Long Dim StartIndex As Long = 0 Dim k As Integer = 0 Dim imag As Bitmap cnn.Open() cmd = New SqlCommand("select...
  5. P

    [ask]showing picture in background of a form ?

    can someone answer my question please, thanks
  6. P

    [ask]showing picture in background of a form ?

    retrieving picture from database and display in form I have a problem with MDI form, and database, actually Im not sure to put this thread in WINDOWS FORM DISCUSSION, so here is the case, I just want to load a picture from database(image type, ini ms sqlserver database), after that the picture...
  7. P

    How to obtain primary key?

    O and I'd like to ask how to obtain name(s) of the primary key column(s) in sql analyzer( with sys table ), can u give me the query,thanks
  8. P

    How to obtain primary key?

    I want to ask the option in the dataset or in the sqldataadapter , so when the Fill procedure is executed, the dataset.primarykey object contains with primarykey column(s) (definition etc), thanks
  9. P

    [ask]how to make another button in title ?

    thanks kulrom, ill try it
  10. P

    How to send data to parallel port?

    ok, thanks palsingh
  11. P

    [ask]how to make another button in title ?

    How to make another button in the title bar in the left side of the three default buttons(minimize,maximize,close), thanks,if could please give me the "in program" only(meaning : dont give me component or dll except there is no other ways u know), thanks
  12. P

    How to send data to parallel port?

    But I still want to send data without installing any addition driver, but thanks for the help bro, any other can help me please, thanks before
  13. P

    How to send data to parallel port?

    I have a dot matrix printer (lx300), and my question is how to send data to parallel port from VB .net program, because the printer using raw format data to set the output?, anyone can help me ?
  14. P

    [ask]MDI parent form ?

    [resolved]MDI parent form ? I'd like to ask, how to change the background picture of the mdi parent form at runtime ?, and the picture is taken from a picture file. Thx before
Back
Top