Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: yfbf
  • Order by date
  1. yfbf

    VIDEO in C# : play in background input video card in a winform

    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...
  2. yfbf

    Dotnet Framework V2 : serialport class ?

    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...
  3. yfbf

    How to rename a solution in C# ?

    I create a little framework frame.sln. I would like to rename it with another solution name ( framework1.sln)
  4. yfbf

    ListView : Insert an Image in second column in details mode ?

    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
  5. yfbf

    checkbox ?

    Thanks ;-)
  6. yfbf

    checkbox ?

    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...
  7. yfbf

    Moving controls in a form and store/restore the 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...
  8. yfbf

    PictureBox with Imagelist in C#

    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
  9. yfbf

    Combobox in C#

    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)...
  10. yfbf

    Combobox in C#

    I looking for insert for each Item a Tag. How can I do this ? Because I finding only a Tag for the entire combobox
  11. yfbf

    radiobutton and checkbox controls in C#

    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 ?
  12. yfbf

    memcopy in C#

    Yes I know. Can you write an example ? Best Regards
  13. yfbf

    memcopy in C#

    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...
  14. yfbf

    regional parameters : how to set and get the langage of the system ?

    I have a logger where the date and time were in French and the system is in UK.
  15. yfbf

    Network in C#: how to detect that I have a break connection

    Hi, I would like to know in C# : how to detect that I have a break or connection with the network? Best Regards
  16. yfbf

    TT1260 : serial protocol ?

    Anybody can help me for retrieve the serial protocol for controlling mu TT1260. Best Regards
  17. yfbf

    Timeline : how to create it in C#

    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
  18. yfbf

    Inet in C# ?

    Please find a good link for the answer of my question. It is working good. http://www.csharpfriends.com/Forums/ShowPost.aspx?PostID=19409

Part and Inventory Search

Back
Top