User Profile

Collapse

Profile Sidebar

Collapse
nanaalwi
nanaalwi
Last Activity: Sep 13 '07, 12:49 AM
Joined: Dec 1 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Display an image grab from Matrox Morphis card to PictureBox

    Hi,

    Currently I'm developing a software using VB.net that can grab an image using Matrox Morphis card and display it in a PictureBox. The software can grab the image already and display it in the form (Imports Matrox.ActiveMi l). But the problem is I need to display the image in the PictureBox but I don't know how.

    The coding to grab the image is as follows:

    [CODE=vbnet]
    ActiveMILApplic ation...
    See more | Go to post
    Last edited by Killer42; Sep 11 '07, 05:24 AM. Reason: Added [CODE=vbnet] tag.

  • nanaalwi
    started a topic File saved is too large..

    File saved is too large..

    Greetings,

    Currently im doing an invoice software in which it will automatically save all the data entered by the user into excel file. Then when the user click 'SAVE' button, the excel file will be saved. However, the size of the saved file is very big which is 1.46MB, but if the data is inserted manually into excel (without using the software), the size is only approximately 60kB. Does anyone know what's the problem? Please Help......
    See more | Go to post

  • Fill the colour of a cell in excel using ColorDialog box

    Hi all,

    I'm doing a software using vb.net that related to excel. The software that i implement requires filling the color inside the cells. Previously, the source code that I used is:

    objSheet.Cells( 1,3).Interior.C olorIndex = 56

    Using this source code. the color is fixed by me. (Color index 56 = Black).
    However, I need to write the software in such a way that the user can select the color thay...
    See more | Go to post

  • nanaalwi
    started a topic ComboBox Problem

    ComboBox Problem

    Hi guys,

    How to lock the text portion of the ComboBox, but at the same time allows the items from the drop down list to be selected? Meaning that it only allows the selection of items but does not allow the text to be edited manually by users.

    I already set the Locked Property to TRUE but it didn't work. It locked both the text editing as well as the selection item from the list..HELP!!!

    Nway, im using...
    See more | Go to post

  • HELP!!!!! Save data from data grid view to text file

    hi there,
    im doing a project right now to download a data from EEPROM of a camcorder. i used a 'data grid view' to display all the data downloaded from the camcorder. however, i have to save the data displayed in the 'data grid view' to a text file (.txt). can anyone help me on this? really appreciate your help. anyway, im using vb.net.
    thanx in advance!!
    See more | Go to post
No activity results to display
Show More
Working...