CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: DataMiser

Page 1 of 80 1 2 3 4

Search: Search took 0.09 seconds.

  1. Re: How do I code pointers in Visual Basic? (Relating to Cheat Engine) I'm so confuse

    what is pointer defined as and is A4 a literal value or a variable?
  2. Re: [RESOLVED] File transfer through MODEM and MSCOMM

    MSComm actually works fine in Win32. VB5 and 6 are both 32 bit and create 32bit executables, OCX files are 32 bit so this is intended to work under Win32 and does not work under older versions of...
  3. Replies
    24
    Views
    10,963

    Re: Excel writing time is inconsistent.

    48k xml file turning into 10mb excel file? I wonder what that script is doing that takes an hour and generates an output that is more than 200x the size of the input.
  4. Replies
    24
    Views
    10,963

    Re: Excel writing time is inconsistent.

    The time sounds excessive but how do you expect to make the write time constant on all machines if it isn't even constant on the same machine? That alone should tell you that the time it takes is...
  5. Re: how use UDT(User Defined Types) on a class?

    What was the actual error message that you received?

    The code you have shown looks like you are trying to pass an array of PointL but the sub is looking for a single PointL. This will not work...
  6. Re: Why when I add a space to the Label string heterogeneous length of the string ?

    : is called a colon. As for your question, I'm not sure if you are talking about the actual position or the visible position. Based on your image those colons line up on all but 1 entry but if they...
  7. Re: Is it possible to connect SQL Server via internet without opening port like teamv

    Not sure where you get that teamviewer or any software that communicates over the internet for that matter does not use a port. You must use a port to communicate over TCP. That's the way it works....
  8. Thread: VB Resources

    by DataMiser
    Replies
    7
    Views
    3,287

    Re: VB Resources

    You do know that the post you are responding to is over 19 years old? I would think the chance of a response is low at best.
  9. Replies
    10
    Views
    79,183

    Re: How do I set focus to a text box?

    Not sure what your question may be. Are you saying that you are trying to set focus to a rich edit control and if so what code did you try if not then what are you asking?
  10. Replies
    3
    Views
    4,909

    Re: get window border color

    What color is the border and what color do you get?
    Is the window in question using themes or is it set to use a specific color?
    I would only expect the code shown to return the color defined in...
  11. Re: How to automatically install virus scan to download the computer ?

    Yeah I'm not sure what the question is either. I do know that on my Windows 10 machine which has no third party virus scanners installed when downloading a file Edge always scans it after downloading.
  12. Re: possible to make a border arround item in listview

    Good luck with that. Pretty sure the listview was never intended to work that way.
    Flex grid on the other hand is pretty flexible.
  13. Re: possible to make a border arround item in listview

    Almost anything is possible, the question is is it worth the trouble or is there perhaps another control that would better suit your needs.
  14. Re: VB5 program acquires virus when uploaded to Web

    Of all the exes I have built and uploaded I have had one customer tell me he got a virus warning when he ran the program. There was no virus of course but the virus scanner he used saw something it...
  15. Re: IEEE 1394 / FireWire programming under VB6.0 ?

    Just so you know VB6 was not around until sometime in 1997 and is still around today.
    I personally have never had a device that used a firewire interface so have never looked into it. I would think...
  16. Re: VB5 program acquires virus when uploaded to Web

    Have you tried running the exe on your computer before you upload it? If so what was the result?
  17. Re: VB5 program acquires virus when uploaded to Web

    Actually VB5 and 6 are both 32bit and create 32bit programs. VB3 was 16 bit, VB4 was a transition the IDE was 32bit but it could build 16 bit apps as well as 32 bit apps

    As for the virus your...
  18. Re: From date & to date is not Searching properly In MSHFlexgrid1

    Well first of all this has nothing to do with flexgrid. Whatever issue you have is with your query or your data.

    Access expects mm/dd/yyyy for date formats you are trying to use dd/mm/yyyy which...
  19. Thread: ZVT, EC-Cash

    by DataMiser
    Replies
    6
    Views
    4,074

    Re: ZVT, EC-Cash

    There are also samples included with VB.Net for using TCP/IP. Samples for TCP Server, TCP CLient and Sockets. I use the sockets myself in my TCP/IP programming, it can be a little more complicated...
  20. Re: Filling combobox and radiobutton with sql information

    You only show one line of code that references a combobox. That line is commented out, It tries to select an item in the combo box. If there is nothing in the combo it will give an error. You code...
  21. Thread: ZVT, EC-Cash

    by DataMiser
    Replies
    6
    Views
    4,074

    Re: ZVT, EC-Cash

    I have no idea what you mean by ZVT connector. PCs have USB ports, Network ports, Display ports and possibly serial and/or parallel ports.

    If what you are talking about is some kind of USB...
  22. Re: Filling combobox and radiobutton with sql information

    Your commented line of code tries to select an item in a combo box but you say you are trying to fill it. You have to add the items to the combo before you can select one.
  23. Replies
    2
    Views
    3,382

    Re: Where to install vb 6 from

    As far as I know the only place you can legally download it from is Microsoft and in order to do so you must be a MSDN subscriber. The only other legal option is to buy it on CD, if you can find it.
  24. Replies
    3
    Views
    2,036

    Re: question about report

    WinRar also will not open it
  25. Replies
    3
    Views
    2,036

    Re: question about report

    I not going to download the rar file to see what you are wanting to show.

    There is a tool for VB6 that will allow you to add a report generator to your project but I am not sure if it is still for...
Results 1 to 25 of 2000
Page 1 of 80 1 2 3 4





Click Here to Expand Forum to Full Width

Featured