Search:

Type: Posts; User: Delaney

Page 1 of 13 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    402

    Re: Bluetooth Bait and Switch

    In my application, I get access to my Bluetooth device through a serial COM port. don't know if you can do the same on android
  2. Re: how to get and set of a property that is of type Flags enum

    Thank you all for the explanation.
  3. Re: how to get and set of a property that is of type Flags enum

    Hello JMC

    I played with your code a bit. I was believing that true would be 1 and false would be 0 but it appears that true has the integer value of -1 which disturbed me a bit as everywhere...
  4. Replies
    22
    Views
    919

    Re: Texas in Texas out

    here is a good resume :
    https://www.washingtonpost.com/nation/2024/01/30/eagle-pass-texas-standoff-border-biden/
  5. Replies
    6
    Views
    773

    Re: Data type to store a short string???

    If I remember correctly, a string is a list of Char, not an array (with a difined size), that's why the size and memory allocation vary with what you put in it.
  6. Replies
    10
    Views
    1,078

    Re: Escape Characters

    Thank you .paul.
  7. Replies
    10
    Views
    1,078

    Re: Escape Characters

    much more simpler than my code, I really have to check and learn Regex ;)
  8. Replies
    10
    Views
    1,078

    Re: Escape Characters

    If you just want to get the letters (up and down case) you may consider your string as a list a characters and check every character of the list to see if their ascii code is between 65 and 90 for...
  9. Re: I ponder my orb before any important financial decision.

    Pinky and the Brain :D
  10. Replies
    10
    Views
    1,184

    Re: VB.NET Proper Use of MsgBoxResult.Yes/No

    TaskDialog is for .net Core, is there equivalent for Framework ?
  11. Replies
    18
    Views
    3,376

    Re: Expression Calculator

    the rule of priority says the calculus goes from left to right so in your second example :

    6/2(2+1) = 1 multiplication by juxtaposition
    6/2*(2+1)=9

    both should give the same result : 9 : you...
  12. Re: Are You Using GitHub CoPilot, CodeWhisperer, or Any Other AI Coding Assistance To

    I use 2 AI Coding Assistance Tools:

    First one is google to find the answers to my questions and most of the time, I find them and even example of code.
    The second one is my brain which is very...
  13. Thread: Using M-Disc?

    by Delaney
    Replies
    12
    Views
    2,063

    Re: Using M-Disc?

    Working in the defense area for several years, we had to guarantee to keep information for at least 30 years. The result of the analysis made was that there are no device able to do that with enough...
  14. Thread: Forum Upgrade

    by Delaney
    Replies
    22
    Views
    4,911

    Re: Forum Upgrade

    Simplicity is the key, I am looking for simplicity not for modernity. in my experience all the new "modern" stuff were less simple to use...
  15. Replies
    19
    Views
    1,290

    Re: Sign of the times

    they are but through their phone

    the reality of the situation :

    188597


    tsss, my precious
  16. Replies
    13
    Views
    1,688

    Re: Is There Something Fishy About Sturgeon

    why would you her to use barbed eels ?
  17. Replies
    13
    Views
    1,688

    Re: Is There Something Fishy About Sturgeon

    If Nicola go to the court in Tesla, maybe the current will be good with the judge

    (not sure you have the same expression, I think in English, you are speaking of good chemistry between people)
  18. Replies
    13
    Views
    1,688

    Re: Is There Something Fishy About Sturgeon

    all this is just a question of scale of the fraud
  19. Re: What is the true nature of a one-by-one matrix?

    a few answers here :
    linear algebra - Are one-by-one matrices equivalent to scalars? - Mathematics Stack Exchange
  20. Replies
    4
    Views
    1,350

    Re: Excel Syntax Error

    You need a space between or and _ in the first line
  21. Re: Why isn’t my PictureBox background transparent?

    I made a game in the past with transparent token in picturebox who move over an other picturebox. I used PNG files who allow transparency background

    here is my test project for the movement if it...
  22. Replies
    7
    Views
    1,926

    Re: KeyUp/KeyDown instant interaction

    the Alt key work in a strange way, are you sure you want to use it ? else you have to set the keypreview of the form to true and play with the keydown and Keyup events of the form :

    for example,...
  23. Re: How to get/throw handler on a Property?

    some info here :

    How to add event handler to local variable in VB.NET - Stack Overflow
  24. Replies
    18
    Views
    2,348

    Re: Combo Box Index

    put a Combobox and a button on a form and try that :


    Public Class Form1

    Dim i As Integer = 0
    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
    ...
  25. Thread: Trump Indicted

    by Delaney
    Replies
    159
    Views
    10,706

    Re: Trump Indicted

    this is what I found :


    "The exact charge or charges are unknown, because the grand jury indictment was filed under seal. Bragg had been focusing on a felony charge of falsifying business...
  26. Replies
    5
    Views
    1,113

    VS 2017 Re: Message box

    by a question, you mean a text question and a field to answer it ? ( a bit like the former input box) or just a text with a question in it?

    if it is the first , create a small form with a label...
  27. Replies
    11
    Views
    1,502

    VS 2019 Re: System.IO not finding file.

    This code is working, I tested it. what is your error message ?
  28. Replies
    7
    Views
    1,457

    Re: SerialPort Change Configuration in runtime

    the full tuto by Dbasnett : https://social.technet.microsoft.com/wiki/contents/articles/42520.vb-net-serial-port-data-reception.aspx
  29. Replies
    11
    Views
    2,128

    VS 2022 Re: vb.net check if word exists

    one way may be to bold the word in the sentence (not tested)
  30. Replies
    11
    Views
    2,128

    VS 2022 Re: vb.net check if word exists

    Interresting, this question is similar to this one VS 2019 I want to scan row and give msgbox if equal. Excuse me?-VBForums so the answer will be also similar...
  31. VS 2019 Re: I want to scan row and give msgbox if equal. Excuse me?

    If I understand well: if you find any of the word of text_1 in text_2, you have a warning ?

    first, don't use a string for Text_1 but a list (of string) to store you "warning words"

    after it's...
  32. Re: Need some advice

    a few links that may give some ideas :

    15 Best Free Cloud Storage in 2023 - Up to 200 GB Free Storage - Whizlabs Blog

    Bases de données gratuites – AWS (amazon.com)

    14 Best Free Database...
  33. Replies
    66
    Views
    5,513

    Re: Tricky interview question

    Debug stop mark ?
  34. Replies
    29
    Views
    2,670

    Re: wow, another Balloon in USA-Kanada

    I'll start to be worried when they will see and shoot at Pink elephants...
  35. Re: Anyone knows what's going on with Tanner Helland?

    Maybe ChatGPT registered on the forum...
  36. Replies
    15
    Views
    1,798

    Re: Speed and Degree conversion string

    You may change the culture for your application only. have a look here :

    https://learn.microsoft.com/fr-fr/dotnet/api/system.globalization.cultureinfo.currentculture?view=net-7.0
  37. Replies
    15
    Views
    1,798

    Re: Speed and Degree conversion string

    The regional issue would explain. check you regional setting to see if you have a . for thousand separation.

    That's not something I didn't think about as it is the first thing I change on any new...
  38. Replies
    15
    Views
    1,798

    Re: Speed and Degree conversion string

    are you sure that DataGridView1.Rows(10).Cells("latitude").Value=38.28... or it is what it is show in the datagridview ?

    just do a msgbox(DataGridView1.Rows(10).Cells("latitude").Value.tostring)...
  39. Replies
    15
    Views
    1,798

    Re: Speed and Degree conversion string

    Why do you want to convert you values into string then modify them?
    play directly with the values then convert to string if you need to show them.

    What are the type of...
  40. Replies
    9
    Views
    1,127

    Re: Need some help with my homework

    With NumericUpDown control, you can set all the parameters you give us .

    you will need 7 controls and you set up each one : min, max, increment and you store each value in a slot of your array...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width