visual basic .net

  1. vicdeveloper

    Question Create, Resize and Modify a MDI Form

    Hello, Im working on a POS project for learning and studying purpose, and I want to know how can I create a MDI form and all of controls inside can resize as well as I need. For example: Starts the MDIform in a Window Default State and Position, and if I minimize it all controls inside my...
  2. S

    Access to webpage

    I have an excel and I am transferring the excel tables to access database.It has lots of calculated fields so i am creating queries in access.i want to know if i connect this database to webpage will the access perform or run those queries on its own behind the scene? As My front end data needs...
  3. sdglhm

    Question Fingerprint identity validation program

    Hi, I'm doing a higher national diploma in ICBT kandy. They have given our group an assignment on Fingerprint identification validation program. Program scopes are as follows, To be able to store finger print data in a mySQL database To retrieve data from the database when a fingerprint...
  4. P

    Question Detecting mouse button down & up events on the system menu of form.

    How do I detect left mouse button down and up events on the 'Close' option of the system menu that appears when the mouse is clicked on the top left corner of a form?
  5. P

    Question Is disposing a local brush variable necessary?

    MSDN recommends disposing any variable of type System.Drawing.Brush before its last reference is released. Otherwise, the resources it is using will not be freed until the garbage collector calls the Brush object's Finalize method. As we know, local variables are destroyed automatically when...
  6. P

    Available Visual Basic Developer needed in Warsaw, Poland

    Currently, to our team in a recognizable company, we are looking for VB Developer. If you're interested, please do not hesitate to contact me - pm(at)nbc.com.pl More details available on e-mail. Peter
  7. P

    Question Elements of a toolstrip witin an usercontrol get deleted when copying/pasting it.

    I have an usercontrol that contains a toolstrip. The toolstrip is exposed through the usercontrol by a readonly property 'HostStrip' with DesignerSerializationVisibility.Content attribute. In this way we can handle the toolstrip and its contents from the usercontrol. While using the usercontrol...
  8. akoaponno

    Question make smooth vertical scrollbar

    hi, is there anyone know how to move scroll bar smoothly with mouse wheel in this case, a scroll bar in panel with auto scroll properties thanks for any reply
Back
Top