Search results for query: *

  1. C

    Customize reports when running the program with crystal report

    Hello friends. In the crystal report, you can customize the report to the left or right when you run the program, because each type of printer is different, so the report will be skewed. When the program runs I want the coordinates x, y can be adjusted to print the data correctly. Thank you!
  2. C

    Programs running with admin rights are normal with User AD is not

    Hello friends. I wrote a webcam program, ok. The problem is that the shots need to be small so I call the function SendMessage (hHwnd, WM_CAP_DLG_VIDEOFORMAT, CShort (0), CType (0, String)) with the declaration as below Private Const WM_CAP_DLG_VIDEOFORMAT As Long = WM_CAP_START + 41 ByVal...
Back
Top