Search:

Type: Posts; User: ilya20

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    454

    Re: XML element And String to Datagridview

    update ...
  2. Replies
    1
    Views
    454

    XML element And String to Datagridview

    hi

    I will create a xml File From Received Partition, I want to load xml output in datagridview

    my Xml Content :


    <device>
    <!--©️ All Right Reserved For Gsd Dongle-->
    <!--Device...
  3. Replies
    3
    Views
    959

    Re: Help For Convert Delphi Code To vb.net

    i'm very sorry
    This command is related to the odin samsung Flasher , There is no source for this software
    One of my colleagues gave me their own code , And I need to use this in the vb.net project...
  4. Replies
    3
    Views
    959

    Help For Convert Delphi Code To vb.net

    hi
    i dont understand Delphi Code

    from those familiar with delphi and vb.net commands, Please Convert this Code into vb.net.


    thanks
  5. use contents of archive file Without Extract

    hi all dears

    We have to write binary on port from Archive file (zip , tar) ,We first extract the archive file and send binary content to the port

    This poses a threat to the security of the data...
  6. Replies
    5
    Views
    2,675

    VS 2005 Re: get full name selected port

    This code for finding a com port by name , Ok
    I tested it on a Com port. It works well , but Not find usb modem ports

    i test "Win32_POTSModem" again not work , Also How can I get Device Type ,...
  7. Replies
    5
    Views
    2,675

    VS 2005 Re: get full name selected port

    HI
    Is this simple for finding COM port by name?
  8. Replies
    5
    Views
    2,675

    VS 2005 get full name selected port

    hi friends

    I want to get the full name of the port on the opened port

    for example :


    dim myport as array
    myport = SerialPort.GetPortNames()
    If myport.Length > 0 Then
  9. VS 2015 Re: get cmd process in progressbar and richtextbox

    I did not find the replacement for ReadToEnd
    What is your idea
  10. VS 2015 Re: get cmd process in progressbar and richtextbox

    Function adb(ByVal Arguments As String) As String
    Try
    Dim My_Process As New Process()
    Dim My_Process_Info As New ProcessStartInfo()
    ...
  11. VS 2015 Re: get cmd process in progressbar and richtextbox

    I used other examples, but I did not have a good result
    And still my problem is not resolved in this regard
  12. Replies
    10
    Views
    2,413

    Re: [solved] find and delete Hex Value vb.net

    your code and my code have a problem

    1 - If the value entered in the binary does not exist, the software will not run next code
    2 - Does not remove all the value from the binary
  13. Replies
    10
    Views
    2,413

    Re: [solved] find and delete Hex Value vb.net

    hi @jmcilhinney
    I've modified the codes , thank you for the help

    If I want to find and remove multiple text from a binary, how should I do it?
  14. Replies
    10
    Views
    2,413

    Re: find and delete Hex Value vb.net

    solved problem :cool:

    Function :


    Private Function ByteArraySearch(ByVal SearchIn() As System.Byte, ByVal SearchFor() As System.Byte) As System.Int32
    Dim SearchInIndex As System.Int32...
  15. Replies
    10
    Views
    2,413

    Re: find and delete Hex Value vb.net

    After reviewing , I could not find anything Unfortunately my English language is bad

    Code I found:



    Try

    Dim filein = File.ReadAllText(filepath)
    ...
  16. Replies
    10
    Views
    2,413

    [solved] find and delete Hex Value vb.net

    hi

    I know there are a lot of posts for this, my post may be repeated. I'm sorry about this.

    Consider a 2 GB file
    We want to find and remove the hex value from a file



    B1 BE BB A0 4D 27...
  17. VS 2015 get cmd process in progressbar and richtextbox

    hi dears

    i use cmd process in a project

    for example in cmd:
    http://www.gsm-developers.com/wp-content/uploads/2018/10/cmd.gif

    In cmd, the process ُShowing as%
    I want to show progressbar...
  18. VS 2015 [RESOLVED]Replace A text with icon richtextbox vb.net

    hi dears

    i use this post for Replace a text with icon



    http://www.vbforums.com/showthread.php?858257-RESOLVED-Add-Icon-to-Richtextbox


    my code :
  19. VS 2015 [RESOLVED] change forecolore after a character in richtextbox vb.net

    hi dears

    example :
    This text in the richtextbox


    Company : apple
    company : samsung
    company : xyz
  20. Replies
    11
    Views
    1,936

    Re: send listcheckbox items file in cmd vb.net

    Thanks for the @passel and @ChrisE dear

    my problem solved
    http://www.vbforums.com/showthread.php?867341-textbox-text-replace-and-add-vb-net&p=5326235#post5326235


    :wave: ;)
  21. Replies
    5
    Views
    1,506

    VS 2015 Re: textbox.text replace and add vb.net

    ohhh
    very very thanks dear
    problem solved
  22. Replies
    11
    Views
    1,936

    Re: send listcheckbox items file in cmd vb.net

    Ok
    This command only works for the names of files that contain 3 letters
    But the file names are different from the 5, 6, 7, and ... characters
    An extension of the file may consist of two...
  23. Replies
    11
    Views
    1,936

    Re: send listcheckbox items file in cmd vb.net

    I'm sorry
    i dont problem to get listcheckbox checked item
    I want to save the value of the text checked items double in a variable
    - First without extension with a capital letter with "--"
    And...
  24. Replies
    11
    Views
    1,936

    Re: send listcheckbox items file in cmd vb.net

    thanks @ChrisE
    I do not need to move files by cmd
    I need to send the files that were selected in the listcheckbox on the device
    Note this gif file...
  25. Replies
    11
    Views
    1,936

    Re: send listcheckbox items file in cmd vb.net

    I know how to work with process
    But the problem here is how to put items that have checked values enable in multiple listcheckbox to name their files along with the file address together as I...
  26. Replies
    11
    Views
    1,936

    send listcheckbox items file in cmd vb.net

    hello dears

    Sorry because I created a few posts for my problem
    The problem is complicated for me so I decided to make my point completely

    We have winform button 1, button2, button3, button4,...
  27. Replies
    5
    Views
    1,506

    VS 2015 Re: textbox.text replace and add vb.net

    Hello
    Yes, the file names are generally different in the text box , I could not write code for this and need samples code to understand
  28. Replies
    5
    Views
    1,506

    VS 2015 textbox.text replace and add vb.net

    hello dears

    We have the following value in textbox.text
    example :


    test1.zip + test2.bin + test3.img + test4.exe + test5.tar.gz


    We need to save only the filename with the term in a...
  29. VS 2015 import consol application in winform vb.net

    hi dears

    i use consol application in windows form
    To work with the console application, we need to run it from the folder
    for example:


    Dim extract As New Process()
    Dim...
  30. VS 2015 Re: how to get text checked itmes in checklistbox vb.net

    Thankful
    The problem was solved.
  31. VS 2015 how to get text checked itmes in checklistbox vb.net

    hi dears

    Assume we have add two button and listcheckbox in the form
    The first button to select the folder, and the second to process
    When we select the directory address, all files in the...
  32. Replies
    21
    Views
    2,643

    VS 2015 Re: Problem connecting to database vb.net

    solved
    Just added "Data" at the beginning of the command, the problem was resolved.
    Example
    Dim con As MySqlConnection = New MySqlConnection("Data Source=localhost;Database=<your db>;User...
  33. Replies
    21
    Views
    2,643

    VS 2015 Re: Problem connecting to database vb.net

    it's true
    I am from Iran. Unfortunately, we are under sanctions
    I do not have access to Amazon's payment service
  34. Replies
    21
    Views
    2,643

    VS 2015 Re: Problem connecting to database vb.net

    Okay
    We created a form to check the username and password of the user
    If it exists, the codes will continue, and if the user and the password are incorrect, other codes can be executed.
    For this...
  35. Replies
    21
    Views
    2,643

    VS 2015 Re: Problem connecting to database vb.net

    We have two dedicated servers from Hetzner and Iran
    Centos Os and DirectAdmin Control Panel
    I tested both the IP and the domain name, they both do not work.
  36. Replies
    21
    Views
    2,643

    VS 2015 Re: Problem connecting to database vb.net

    it's true
  37. Replies
    21
    Views
    2,643

    VS 2015 Re: Problem connecting to database vb.net

    yes
    162065
  38. Replies
    21
    Views
    2,643

    VS 2015 Re: Problem connecting to database vb.net

    full error :
    162061

    Unfortunately, my English language is not very good and I did not understand you completely
    If there is another training on this subject, let's study
  39. Replies
    21
    Views
    2,643

    VS 2015 Re: Problem connecting to database vb.net

    I used two different servers but did not work
    I tested the server with ssl and no ssl, but did not make a difference

    We used the csf firewall on the server, we even turned off the firewall, we...
  40. Replies
    21
    Views
    2,643

    VS 2015 Problem connecting to database vb.net

    hi dears

    I want to connect to the database server via a remote

    Activate the 3306 port in the firewall and active access to all IPs use "%"in host,
    my control panel is directadmin

    Received...
Results 1 to 40 of 55
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width