Search:

Type: Posts; User: Doogle

Page 1 of 13 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,037

    Re: Winsock connect problem

    Your Router may need a re-boot
  2. Re: rs.fields using stored procedure recordset question

    The only thing I can suggest is to check the actual data you allocate to the parameters when you invoke the UPDATE stored procedure. Perhaps you're inadvertently setting a field to blank.
  3. Re: rs.fields using stored procedure recordset question

    Could we see the UPDATE query please?
  4. Replies
    26
    Views
    2,178

    Re: how to call routine between forms

    I sometimes get frustrated reading posts that effectively say 'I need to put this screw in the wall but I don't want to use a screwdriver'

    I'd like to know why OP doesn't want a Public sub.
  5. Replies
    26
    Views
    2,178

    Re: how to call routine between forms

    You can't.
  6. Replies
    22
    Views
    31,454

    Re: [RESOLVED] Scientific notation to string

    @dilettante: Did you mean to get the spade out ? :)
  7. Replies
    14
    Views
    6,006

    Re: Need Help Parsing data from Winsock

    Better to re-write 150 lines than spend 150 hours debugging later on. (IMHO) Sounds to me like you've built the House and are now starting on the foundations. Take good note of Dilettante's comments.
  8. Replies
    10
    Views
    2,581

    Re: Marquee Text in VB 6.0

    See Post #6

    If you put a program on a shared drive and it is executed by multiple users on multiple computers, each user will have a copy of the program in their virtual storage. All the data...
  9. Replies
    14
    Views
    1,619

    Re: one more on my data arrival

    your statement in Post#6 - states that the Mid$ will fail. I was just pointing out that the length is not mandatory.
  10. Replies
    14
    Views
    1,619

    Re: one more on my data arrival

    I agree with DM. The buffer is specific to the DataArrival event and should be defined as Static in that routine. Irrespective of its scope the buffer will need managing.

    1. You have to accumulate...
  11. Replies
    10
    Views
    2,581

    Re: Marquee Text in VB 6.0

    If you're inputting the 'message' via an InputBox it will be private to the instance of the program running on that Computer. You could create a shared textfile contining the 'message' and each...
  12. Replies
    10
    Views
    10,698

    Re: vb6 and WiFi, Possible?

    you do realise this thread is nearly 4 years old
  13. Replies
    9
    Views
    1,318

    Re: hook to a open socket and connection

    Why do you want eves drop on an open connection?
  14. Re: range.Find inside of function always returning 'Nothing'

    Is the Find method case sensitive?
  15. Replies
    7
    Views
    825

    Re: MsgBox (-True + -True) * 75

    I think Arnoutdv was using '=>' as 'implies' rather than equal to or greater than. I'd have used '->'
  16. Re: Read Text file content from External DLL Resource file

    Shouldn't the resource be defined between the Begin and End statements?
    Can you read resource 100?
  17. Re: Read Text file content from External DLL Resource file

    InStr does not 'need' a starting position, it will default to 1.

    I suspect that the invokation of the LoadString Function is failing. You should not 'Call" API Functions as they all return codes...
  18. Replies
    23
    Views
    9,018

    Re: connecting hardware to software?

    It's attached in Post 13.

    I no longer have a 'phone to test with
  19. Re: Connecting to Excel 2010 with VB 6 lates service pack error

    Is this .Net ? (option Strict is not supported in VB6)
  20. Re: correct code to save data from arduino in VB6 received by serial com

    There's something wrrong with the assignment of strRec2. Can you find the original thread whre I posted my suggestion?
  21. Re: correct code to save data from arduino in VB6 received by serial com

    I'd like to see te MSCom_OnComm event code to make sure the buffering and Application Protocol are working properly
  22. Replies
    956
    Views
    210,862

    Re: What if there was a NEW vb6

    If you insist of prolonging this sort of discussion, please post in the appropriate forum. General Development perhaps and leave this one for what it's intended for. i.e. assisting those with VB6...
  23. Thread: need advice

    by Doogle
    Replies
    7
    Views
    2,350

    Re: need advice

    I would expect a Pharmacy would need to track and trace every item so the stock control system would be recording every movement of every individual item in any case. In that environment holding the...
  24. Thread: need advice

    by Doogle
    Replies
    7
    Views
    2,350

    Re: need advice

    I would suggest FIFO as the products would be fast moving.
  25. Replies
    2
    Views
    1,649

    Re: Disabling Network Adapter using netsh

    The code in this thread http://www.vbforums.com/showthread.php?769895-Cant-find-DLL-entry holds the Adapter Description in variable strInterface.
  26. Replies
    5
    Views
    2,789

    Re: vb6 listview items

    I think you should go back and read DataMiser's post again. It would be much more efficient just to add a new entry to the ListView rather than re-populating it.

    eg Let's say you have
    Fred
    Bert...
  27. Replies
    9
    Views
    3,760

    Re: Cant find DLL entry

    That's a different kettle of fish. What exactly are you trying to do?
  28. Replies
    9
    Views
    3,760

    Re: Cant find DLL entry

    It's quite straightforward. You need to add another API reference


    Private Declare Function WlanDisconnect Lib "wlanapi.dll" (ByVal hClientHandle As Long, _
    pInterfaceGuid As...
  29. Replies
    9
    Views
    3,760

    Re: Cant find DLL entry

    I've been having a play and it's not quite as straightforward as imagined. Have a play with this; it scans for available networks and for each WLAN adapter reports the network they're connected to...
  30. Re: how can i get the date of (two day befor now) in vb6 ?

    Look up the DateDiff function.
  31. Replies
    26
    Views
    4,814

    Re: Generating unique binary strings

    Because arrays are, by default, zero based. If the length was 20 you'd need to Dim the array to 19 (so you'd have elements 0 to 19)
  32. Replies
    9
    Views
    3,760

    Re: Cant find DLL entry

    Looks like WlanQueryInterface can do it. http://msdn.microsoft.com/en-us/library/windows/desktop/ms706765(v=vs.85).aspx
  33. Re: [RESOLVED (or sort of...)]Evaluating boolean value of a string...?

    I think your 'major' problem using the script control is that vbScript doesn't support the 'Like' operator. Also you need to embed the string varialbe names in double quotes:


    Mydata(1) =...
  34. Replies
    10
    Views
    2,357

    Re: [RESOLVED] format string to number

    Just an observation, wouldn't it have been quicker to actually try it then raise a thread here if you had problems?
  35. Replies
    9
    Views
    3,760

    Re: Cant find DLL entry

    Are you running W7 or above (that's a prerequisite)

    The ppWlanHostedNetworkStatus should be a Long - it's a pointer to the Status.
    ...
  36. Replies
    1
    Views
    729

    Re: Wireless status connection

    You may find this link useful http://www.vbforums.com/showthread.php?633165-VB6-Wireless-Network-API-Exposed&highlight=wireless
  37. Replies
    11
    Views
    2,313

    Re: Hotmail Inbox Retreival

    This must be a grave dig record, nearly 12 years old.
  38. Replies
    26
    Views
    4,814

    Re: Generating unique binary strings

    I can think of an inefficient method, prefix each encoded character with its length

    Your 'dad' would get encoded as
    0000001110100000001100000011101

    i.e 00000011 - 3 therefore the next 3 binary...
  39. Re: packet in vb proj doesnt = in sniffer?

    1. You don't see 'packets'. All you have access to is the unblocked payload from TCP.

    2. Data transfer is asynchronous and data arrives as a stream. That means that you may or may not get a...
  40. Re: listen to data incoming from a server

    This is not very complicated....

    Client connects to proxy
    Proxy allocates a 'client side' Winsock for this client
    Proxy allocates a 'server side' Winsock for this client
    Client sends request to...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width