Hi,
I am looking for playing the input video card in background of my winform.
- I want to select wich input I want to display in my winform;
- I want to add in foreground some control panels (transparent) wich each have a functionality.
=> I find many projects for display the video in the...
I would like to know if anybody have used the new serialport class available in the new Dotnet framework V2.
If yes, I would like to know if some events like :
- RX buffer is empty or not;
- TX buffer is empty;
- Time Out expired;
- ...
If I can retreive the size of the RX/TX buffer and many...
I would like to show in my listview in DETAILS MODE :
column :
1/ 2/ 3/ 4/
Checkbox Picture (jpg or bmp) Description Metadatas
How can I do ?
best regards
Hi,
I have many questions about checkbox :
1/I would like to create dynamicaly 8 checkbox into a form.
The name of each checkbox begin with "CHECKBOX_CAM_".
So :
CHECKBOX_CAM_1
CHECKBOX_CAM_2
CHECKBOX_CAM_3
...
CHECKBOX_CAM_8
2/ I would like to set/get some properties like text,position...
Hi,
I looking for create dynamically some control in a form with the possibility of moving each control anywhere in the form.
I would like to store the position and store it to a xml files.
After create some config, I would like to restore a specific config.
My question is :
How can I moving...
Hi,
I create an ImageList with some BMP file and create a PictureBox.
I would like to know how can I do for selecting an image from my list and put it on the Picturebox.
Best Regrads
Hi,
thanks for your response.
I would like to use the same properties like ListViewItem but with ComboBox
ListViewItem lvItem = null;
lvItem = new ListViewItem(curentActionTO.Id.ToString(), 0);
lvItem.SubItems.Add(curentActionTO.Name);
lvItem.SubItems.Add(curentActionTO.Description)...
Hi,
I using 5 radiobuttons in a GroupBox and 5 checkbox controls.
I looking to find wich index of the group of radiobutton and the index of the checkbox group
Can you help me ?
I have an array of bytes like :
<B0><00><01><B0><01><03><C0><00><B0><00><01><B0><01><03>
I would like to compare if one byte is in the array ( <C0>) an copy at the index of this byte selected to the end of the array
ex :
Select the <C0> and copy it to another array...
Hi,
I am looking for a component in C# for using a TIMELINE for a SCHEDULER.
I neeed a resoluton of second.
Can you help me for finding some link ?
Best Regards
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.