Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
Y

youssef

@youssef
About
Posts
84
Topics
60
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Input video to my background form
    Y youssef

    hi, I am looking for replacing my background color winform by my input video. How can I do this ? best Regards youssef

    C# question

  • Dotnet Framework V2 : serialport class ?
    Y youssef

    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 other parameters. Because now I using my wrapper class of serialport (c++ to C#) but sometimes it is difficult to realize some functionality. Best Regards youssef

    C# csharp c++ question

  • USERCONTROL : resizing
    Y youssef

    Ok for the control. What about the backgroung image ? How can I resize it ? Best Regards youssef

    C# question

  • USERCONTROL : resizing
    Y youssef

    Hi, I create a UserControl with some controls like Button, checkbox, picture, ... I looking for RESIZING the UserControl. I would like to keep the ASPECT RATIO of the UserControl. How can I do it ? Best Regards youssef

    C# question

  • checkbox ?
    Y youssef

    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, tag,... with a SQL Database. 3/ I would like to retrieve the state of the group to a byte at any moment. when the user un/select one or more checkbox. Best Regards youssef

    C# database question

  • Moving controls in a form and store/restore the position
    Y youssef

    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 each control create dynamicaly with the mouse ? How can I retrieve the position of each control in the form ? Best Regards youssef

    C# question xml

  • Combobox in C# : how to add for each Item a Tag ?
    Y youssef

    Hi, I looking to storing some datas to a combobox with for each datas a would like to store a Tag value. Best regrads youssef

    C# csharp tutorial question

  • picturebox and imagelist in C#
    Y youssef

    thanks youssef

    C# csharp question

  • picturebox and imagelist in C#
    Y youssef

    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 youssef

    C# csharp question

  • radiobutton and checkbox in c#
    Y youssef

    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 ? youssef

    C# csharp database help question

  • memcopy in C#
    Y youssef

    I have an array of bytes like : <00><01><01><03><00><00><01><01><03> I would like to compare if one byte is in the array ( ) an copy at the index of this byte selected to the end of the array ex : Select the and copy it to another array <00><01><01><03><00><00><01><01><03> => result : <00><00><01><01><03> Best Regards youssef

    C# csharp database data-structures

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

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

    C# csharp sysadmin tutorial question

  • Regional parameters : how to change the langage of the system ?
    Y youssef

    I would like to change the UK langage by FRENCH langage. How can I do that ? Best Regards youssef

    C# question tutorial

  • Timeline : how to create in C#
    Y youssef

    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 youssef

    C# csharp help tutorial question

  • Inet in C# ?
    Y youssef

    Why this code doesn't working ? Is it correct ? using system.net; System.Net.WebRequest req = null; System.Net.WebResponse rsp = null; try { req = System.Net.WebRequest.Create("http://200.100.100.100/econtrol.html?P8=t"); req.Method = "POST"; req.Timeout = 5000; } catch (Exception ex2) { string sErr = "Cannot connect to Internet. " + ex2.Message; } youssef

    C# question csharp html

  • Inet in C# ?
    Y youssef

    Thanks a lot youssef

    C# question csharp html

  • Inet in C# ?
    Y youssef

    Inet is a component in VB6 for communicate in HTTP, FTP, HTTPS. I receive this command in a VB6 project and me I working in c++ or c# Can you help me for translate this command in C# or C++ ? Best Regards youssef

    C# question csharp html

  • Inet in C# ?
    Y youssef

    Hi, How can I use this command in C# ? Inet.Execute "http://200.100.100.100/econtrol.html", "POST", "P1=t" Best Regrads youssef

    C# question csharp html

  • SCHEDULER : create a user interface
    Y youssef

    Hi, I created a scheduler for make some tasks every days. I used a treeview. SCHEDULER |->MONDAY|-> TASK1 : HH:MM:SS | |-> TASK2 : HH:MM:SS |->TUESDAY ... ... Now I can used this interface if I have only the start TIME. But today, I would like to used START TIME and STOP TIME and in this view the interface is very complex. I looking for an interface that I can select like calendar in outlook with my mouse or keyboard to determinate the start and stop time. Best regards youssef

    C# design

  • ACCESS DB to SQL
    Y youssef

    Hi, I have an ACCESS DB (.mdb) generate by an Automation. Now, I would like to: 1/ Copy all datas from the ACCESS DB in my SQL Database. I using DTS. All are working. But, after copying, I would like at each time a new record is inserted in the ACCESS DB, I copy this Record in my SQL DATABASE (synchronize the SQL DATABASE). For this, I create LINKED SERVERS for the ACCESS DB (Named LOG). In my SQL DATABASE, I create a VIEW that read one TABLE from LOG (linked ACCESS DB). Now, I would like to create a TRIGGER from this VIEW for retrieve each INSERT and copy this insert in my SQL DATABASE. Please find the CODE below : CREATE TRIGGER trgLog on [dbo].[VIEW_LOG] INSTEAD OF INSERT AS BEGIN declare @Log_Date datetime, @Log_Input smallint, @Log_Level smallint, @Log_Milliseconds smallint, @Log_Output smallint, @Log_Panel smallint, @Log_Response smallint, @Log_Status smallint set @Log_Date ='05/07/2004 00:00:00' set @Log_Input =1 set @Log_Level =1 set @Log_Milliseconds =1 set @Log_Output =1 set @Log_Panel =1 set @Log_Response =1 set @Log_Status =1 exec InsertLog @Log_Date,@Log_Input, @Log_Level,@Log_Milliseconds, @Log_Output,@Log_Panel, @Log_Response,@Log_Status END So in this code I Insert a test message after hat a select "insert". But when I refresh my SQL DATABASE, I see nothing whereas I the ACCESS DATABASE the AUTOMATION insert record. Can You Help me about that ? Best Regards youssef

    Database database agentic-ai testing tools question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups