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...
User Profile
Collapse
-
Display an image grab from Matrox Morphis card to PictureBox
-
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...... -
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... -
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... -
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!!
No activity results to display
Show More