Search:

Type: Posts; User: StikxX

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Thread: split by string

    by StikxX
    Replies
    25
    Views
    1,693

    VS 2022 Re: split by string

    That's right, but that's the only way to get my string

    Dim myString As String = ListUsers.Items(i).SubItems(0).Text
  2. Thread: split by string

    by StikxX
    Replies
    25
    Views
    1,693

    VS 2022 Re: split by string

    What do you mean by that?
  3. Thread: split by string

    by StikxX
    Replies
    25
    Views
    1,693

    VS 2022 split by string

    Hello, I can best split the string so that I get only the number?

    ownerid 765611988751343 "User" "Test"

    I just want to get the number 765611988751343

    I started like this but this is how all...
  4. Thread: SQL Value +1

    by StikxX
    Replies
    5
    Views
    10,679

    Re: SQL Value +1

    no one has an idea? :(
  5. Thread: SQL Value +1

    by StikxX
    Replies
    5
    Views
    10,679

    Re: SQL Value +1

    Sorry, I don't know much about PHP and I'm trying my hand at it.

    in the cell "inuse" is 1
    if the stored hwid is wrong at

    if ($lKey->Get('hwid') != '' && $lKey->Get('hwid') != $hwid){
    ...
  6. Thread: SQL Value +1

    by StikxX
    Replies
    5
    Views
    10,679

    SQL Value +1

    can someone tell me how to add the value in
    inuse plus one?


    if ($lKey->Get('hwid') != '' && $lKey->Get('hwid') != $hwid){
    $result = array("success"=>"false",...
  7. Replies
    1
    Views
    545

    VS 2022 Re: Indicator name data cannot be loaded

    Fixed: C:\windows\system32> lodctr /r
  8. Replies
    1
    Views
    545

    VS 2022 Indicator name data cannot be loaded

    Hello all,
    Could someone explain me the error?



    comes up with

    Private WithEvents ModDownload As New System.Net.WebClient()

    the only thing I find strange is that I didn't change anything...
  9. Replies
    3
    Views
    817

    VS 2022 Re: Discord Bot onMessage

    If DirectCast(message.Author, SocketGuildUser).Roles.ToList.Contains(DirectCast(message.Channel, IGuildChannel).Guild.GetRole(Botroleid.Text)) Then

    System.InvalidCastException: "The object of type...
  10. Replies
    3
    Views
    817

    VS 2022 Re: Discord Bot onMessage

    Thanks, but this is not a solution to my problem.
    The bot does not respond when I send it a PM.
  11. Replies
    3
    Views
    817

    VS 2022 Discord Bot onMessage

    I would like the bot to reply to me only as PM.
    e.g. I send the bot as PM !say 1
    Then the bot should only reply in PM 2.

    But the bot only recognizes a message in the channel, not in the PM.

    ...
  12. Replies
    4
    Views
    1,463

    Re: make more beautiful

    Thought that was obvious because the code is so bad.

    Don't know what there is to explain.
    I add a new row to the DataGridView.

    Then in the added row I want to compare cell 1 and 2.
    If cell 1...
  13. Replies
    4
    Views
    1,463

    make more beautiful

    The code works as it should, but I think you can make it shorter and cleaner. Can someone please help me?


    For i = 0 To dgvplugins.Rows.Count - 1
    Try

    ...
  14. Replies
    2
    Views
    577

    VS 2022 Re: textbox max length 1024

    I am so stupid -.-
    Thanks :)
  15. Replies
    2
    Views
    577

    VS 2022 [RESOLVED] textbox max length 1024

    Hello,
    can someone explain me why the textbox loads only 1024 characters?


    Public Function INI_ReadValueFromFile(ByVal strSection As String, ByVal strKey As String, ByVal strDefault As String,...
  16. Thread: DataGrid

    by StikxX
    Replies
    7
    Views
    969

    VS 2022 Re: DataGrid

    Sorry for my confusion, the DataGridView topic is done.




    I do not understand :/ can you give me an example?
  17. Thread: DataGrid

    by StikxX
    Replies
    7
    Views
    969

    VS 2022 Re: DataGrid

    Thank you very much.
    I now have option strict on and had to fix many bugs.

    But 2 errors I do not get solved.


    For Each listItem In Wipeshedulelist.Items
    If listItem.Text =...
  18. Thread: DataGrid

    by StikxX
    Replies
    7
    Views
    969

    VS 2022 DataGrid

    Hello all,

    why is my DataGrid not fully loaded when I change the color of cells?

    Without color, the DataGrid loads everything.

    For i = 0 To Dgveditor.Rows.Count - 1
    ...
  19. Replies
    3
    Views
    806

    VS 2022 Re: Search subfolder with

    many thanks for the help :)
  20. Replies
    3
    Views
    806

    VS 2022 [RESOLVED] Search subfolder with

    how can I make it also search the subfolder?


    Dim dateien As Array = My.Computer.FileSystem.GetFiles(root.Text & "\oxide\plugins").ToArray

    also e.g.


    Dim dateien As Array =...
  21. Thread: Reading an API

    by StikxX
    Replies
    15
    Views
    1,762

    VS 2022 Re: Reading an API

    I do not understand how to search :(
  22. Thread: Reading an API

    by StikxX
    Replies
    15
    Views
    1,762

    VS 2022 Re: Reading an API

    shows everything from https://assets.umod.org/plugins/" & dateiname & ".json"

    But https://assets.umod.org is structured quite differently than https://codefling.com/capi/category-2?do=apiCall
    I...
  23. Thread: Reading an API

    by StikxX
    Replies
    15
    Views
    1,762

    VS 2022 Re: Reading an API

    Can no one help? :(
  24. Thread: Reading an API

    by StikxX
    Replies
    15
    Views
    1,762

    VS 2022 Re: Reading an API

    I don't use it, I've just seen someone else do it. And how do I do that in connection with my problem?
  25. Thread: Reading an API

    by StikxX
    Replies
    15
    Views
    1,762

    VS 2022 Re: Reading an API

    no one an idea? ☹️
  26. Thread: Reading an API

    by StikxX
    Replies
    15
    Views
    1,762

    VS 2022 Re: Reading an API

    I have a folder where all ***.cs files are inside.
    With
    For Each file In files I read the version number from each file.

    I want to compare the version number from the file with the version from...
  27. Thread: Reading an API

    by StikxX
    Replies
    15
    Views
    1,762

    VS 2022 Re: Reading an API

    I'm stupid, I see ^^

    and my other problem?
  28. Thread: Reading an API

    by StikxX
    Replies
    15
    Views
    1,762

    VS 2022 Re: Reading an API

    First, thank you very much for your help and detailed answer.

    I have an error :(

    "File" is not a member of "Response".

    I don't quite understand where or how to tell him, look for...
  29. Thread: Reading an API

    by StikxX
    Replies
    15
    Views
    1,762

    VS 2022 Reading an API

    Hello everyone, I have problems reading an API.

    I would like to read for RaidableBases.cs from the API: https://codefling.com/capi/category-2?do=apiCall the "file_version": "2.4.9" number 2.4.9....
  30. Replies
    2
    Views
    615

    VS 2022 Check for free memory

    I would like to know if there is enough space left on the drive where the application is running.
    Is more than 6 GB free then ok, if less than 6 GB free then error message

    Dim full, drive...
  31. VS 2022 [RESOLVED] Delete folder content or file only

    Hello,
    I have a file with only one folder name or only one file name in it, I would like to delete all of them in a loop.
    If it is a folder name, the whole content of the folder should be deleted....
  32. Replies
    4
    Views
    808

    VS 2022 Set Set Date Time Minutes

    Hello,
    how can I get from a DateTimePicker (Format = Time)
    put the time into a date?

    The user should enter the time and then a new date should be created plus the days from the combobox.


    ...
  33. Thread: Public Sub

    by StikxX
    Replies
    5
    Views
    1,023

    VS 2022 Public Sub

    Hello,
    I have a public sub,


    Public Sub DLOxide()
    ServicePointManager.Expect100Continue = True
    ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12
    ...
  34. Replies
    5
    Views
    1,253

    VS 2022 Re: Discord Bot message.Author

    Done:

    If userMessage.Contains("!say ") And DirectCast(message.Author, SocketGuildUser).Roles.ToList.Contains(DirectCast(message.Channel, IGuildChannel).Guild.GetRole("roleid")) Then


    i use the...
  35. Replies
    5
    Views
    1,253

    VS 2022 Re: Discord Bot message.Author

    Sorry, I expressed myself badly.

    I have built a Discord bot.
    When a user sends a message to the bot, it should check if the user is in a certain group (RoleID).
    If yes then... if no then....
  36. Replies
    5
    Views
    1,253

    VS 2022 Re: Discord Bot message.Author

    No one has an idea? :/
  37. Replies
    5
    Views
    1,253

    VS 2022 [RESOLVED] Discord Bot message.Author

    Hello,
    how can I check if the user is admin or a RoleID inside?

    Have already tried many things but unfortunately no further ;/

    Check for user name I do so, but that's too stupid for me :/

    ...
  38. Thread: Compare Text

    by StikxX
    Replies
    14
    Views
    1,577

    VS 2019 Re: Compare Text

    I don't want to write directly to a table.
    I want to be able to paste it from the clipboard to X place in an X Excel table.
  39. Thread: Compare Text

    by StikxX
    Replies
    14
    Views
    1,577

    VS 2019 Re: Compare Text

    Thank you, that works :)

    I want to copy the text from the RichTextBox to Excel now.
    I paste the text into the clipboard but I can't paste it into Excel.
    But Word works.

    Dim CopyExcel...
  40. Thread: Compare Text

    by StikxX
    Replies
    14
    Views
    1,577

    VS 2019 Re: Compare Text

    this is not homework ^^ I would like to use this for myself and to be able to edit a list faster.

    The order is always the same, only at the beginning or end of the text could there be something...
Results 1 to 40 of 70
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width