Search:

Type: Posts; User: aq_mishu

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. assistance on windows socket timeout handling

    Guys, here is my code:

    Public Function checkSMSBalance() As String
    ' Create a request using a URL that can receive a post.
    Dim request As WebRequest =...
  2. Re: combobox with FindStringExact issue. Requesting assistance to find substring

    It simply worked like charm. Thanks guys, thanks a lot.
  3. Re: combobox with FindStringExact issue. Requesting assistance to find substring

    According to your method, I think this will not help me as first of all, I'm loading the combobox data (values) while the form is getting loaded. Now, after form loaded, it does the SQL and fill the...
  4. Re: combobox with FindStringExact issue. Requesting assistance to find substring

    Actually, the reason for not hardcoding the values (texts and value both) because i'm creating the list as object and calling it for several combobox in several window.

    Now, i can simply populate...
  5. [RESOLVED] combobox with FindStringExact issue. Requesting assistance to find substring

    Guys,
    I'm having a combibox item list as follows:


    Public Sub loadCountries()
    countries.Add(New With {.Text = "", .Value = ""})
    countries.Add(New With {.Text = "Afghanistan",...
  6. Replies
    7
    Views
    2,724

    Re: combobox value instead of text.

    I was actually trying to reach to the final step of the thing... in a thread a whole solution as a set. however, yes! it's solved and that i also mentioned... (except marking it, as was trying to...
  7. Replies
    7
    Views
    2,724

    Re: combobox value instead of text.

    Then be better public variable, as that will help me to easily maintain the database in a module file.
  8. Replies
    7
    Views
    2,724

    Re: combobox value instead of text.

    Hey... Great!! That truly worked... Now I made some changes as I was planning to make a seperate module (or class if needed) for product data... what i did not was also OKEY, but not it was through a...
  9. Replies
    7
    Views
    2,724

    [RESOLVED] combobox value instead of text.

    Guys,
    well I already have this code in VB6


    Public Sub HWLists()
    Dim myHWNames As Collection
    Set myHWNames = New Collection

    'below 3 lines is the database of each hardware....
  10. Replies
    1
    Views
    648

    Serial read from Arduino

    Guys,
    here is my code:

    Private Delegate Sub UpdateFormDelegate()
    Private PLCUpdateFormDelegate As UpdateFormDelegate


    Private Sub PLCSerialPort_DataReceived(ByVal sender As Object, ByVal...
  11. Re: combobox item auto generate with alpha numeric

    And that just worked!!

    I said about rich means not money, but knowledge...

    anyway, THAT JUST WORKED!! THANKS FOR 5 TIMES!!
  12. Re: combobox item auto generate with alpha numeric

    Cool man cool... I'm a poor boy!! long way to be RICH!!
  13. Re: combobox item auto generate with alpha numeric

    But this will give "User" for the Selection of ""User"" right?? Because I was looking for like I will show ""User"" and behind there will be the value as "USR" instead of "1".

    Mishu~
  14. Re: combobox item auto generate with alpha numeric

    OK, so i'm here who failed to make the thing understand at all...



    cmbKeyType.DisplayMember = "Text"
    cmbKeyType.Items.Add(New With {.Text = "User", .Value = 1})
    ...
  15. combobox item auto generate with alpha numeric

    guys,
    There are plenty of codes i found and most of them are like this:

    "My home" -> 1
    "You Home" -> 2

    when this is a combobox. Means, I can see text as My Home and value is 1. I was happy...
  16. Re: insert a substring in the middle of a string, as replace

    Hi, i had the individual substrings already for other purpose. so I just made them again by joining as

    keyString = keyCode & ";" & keyIssued & ";" & keyValidTill & ";" & PIN & ";" & pinErrCounter...
  17. insert a substring in the middle of a string, as replace

    Guys,
    I know the insert works!! But my purpose is actually a bit different... Say, I have a string:

    2;201254;hghytuufjgu;1235;1325;0;1; and I want to actually increment the 0 to 1 and then want...
  18. Re: login form from another function

    I just finished it all by myself!! Perfectly working!! Thanks for the help and response!!
  19. Replies
    9
    Views
    1,088

    Re: file write based on time of the day

    Too much complex!!

    Still let me study it...
  20. Re: login form from another function

    ONLY a form comes and nothing else
  21. Re: login form from another function

    can you give a link?
  22. [RESOLVED] login form from another function

    guys,
    I can easily use the input box method for taking the PIN. But that is not helping as INPUT method does not support password masking. So here it is:



    Public Sub checkCard()
    Public...
  23. Replies
    9
    Views
    1,088

    Re: file write based on time of the day

    hi chris!! nice.. but I'm a bit unsure if that may help...

    well, i have a subroutine that needs to run for once for the whole time (but surely have to run).

    Public Sub changeOPSMode()
    ...
  24. Re: text box to byte array to function parameter how to??

    doesn't seem so...

    Just that i was kind of not in a mood of using text.change rather a single shot... i mean via the button... i changed it the code to this below... and found it is working with a...
  25. Re: text box to byte array to function parameter how to??

    is there are other way? bcoz the TxArray will be taken from some other app and will be a paste (an encrypted string that needs to be written in card)...

    And on pressing a button for "WRITE" it...
  26. [RESOLVED] text box to byte array to function parameter how to??

    guys!!

    let me show you the code first:

    ReType = 0
    Cm = &H53
    Pm = &H33
    St1 = 0
    ...
  27. Re: converter for project wise conversion

    and for the main file, just then make the whole thing (those i need) in vb format and call the functions too right??
  28. Re: converter for project wise conversion

    thanks for suggestions on DLLIMPORT, the one that I tried earlier and failed... (I dont know why, but still I will use again as per your sugggestion.)

    Ohh, yep, just that you asked and I'm...
  29. Re: converter for project wise conversion

    here it is....
  30. Re: converter for project wise conversion

    I very well know what I am looking for...

    i got a card reader from china... they provide DLL made on probably C++, which I could not add in vb.net as ref and giving error. (many DLL i added...
  31. [RESOLVED] converter for project wise conversion

    guys, I need to convert a vb.net app to vc#2017 as my DLL is not helping me out that way... DLL and related thigns are so C sharpy, i think i should convert myself from a follower of BASIC to C...
  32. Replies
    9
    Views
    1,088

    Re: file write based on time of the day

    no no no... i'm not saying that... i'm saying that the same way as we do to show system time on app....

    there we use per second interval, and here we can avoid if that is not that mission critical...
  33. Replies
    9
    Views
    1,088

    Re: file write based on time of the day

    OK, but then i also need to check the CURRENT SYSTEM TIME right?? I mean a timer will fire to check the time and if it is that time (or a few minutes crossed) [like 4:00PM] then it will do the task....
  34. Replies
    9
    Views
    1,088

    file write based on time of the day

    guys,
    I'm developing a vb.net app, where i have to do some specific task like writing in a file and changing a variable (and hence application reloading) [actually changing the app operation mode...
  35. Replies
    1
    Views
    742

    Re: C++ DLL into VB.net

    OK, so after compiling, it is showing me this:

    System.EntryPointNotFoundException: 'Unable to find an entry point named 'CRT288CROpenWithBaut' in DLL 'CRT_288_K001.dll'.'


    So what exactly i...
  36. Replies
    1
    Views
    742

    [RESOLVED] C++ DLL into VB.net

    guys,
    I need to add the DLL which is developed in C++. I have the source though, but not in a mood of working on that whole bunch of DLL codes... rather planning to use it as required...

    Now, I...
  37. Replies
    5
    Views
    1,861

    Re: SMS PDU Calculation

    OKdoki!!

    Yep!! I discovered it after you said... p a r e n t h e s i s huh!!
  38. Replies
    5
    Views
    1,861

    Re: SMS PDU Calculation

    If i'm not that stupid in maths:


    (PDUCodes(i).Length - Val("&H" & Mid(PDUCodes(i), 1, 2)) * 2 - 2) / 2 for
    ...
  39. Replies
    5
    Views
    1,861

    [RESOLVED] SMS PDU Calculation

    Guyz,
    What is the meaning of it?? I need a strip down of it...:


    PDUCodes(i).Length - Val("&H" & Mid(PDUCodes(i), 1, 2)) * 2 - 2) / 2

    PDUCodes(i) is a loooong hex string of SMS PDU. That's...
  40. Replies
    4
    Views
    806

    Re: App loading issue

    How to make a conf file during the install time?? I dont know that...
Results 1 to 40 of 104
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width