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

Search:

Type: Posts; User: George1111

Page 1 of 5 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    482

    Re: Sorting an ASCII File

    First - You want to retain Tabs in your ASCII data - Substitute a special Character for each as you extract your data to be sorted

    eg, AA123456 <TAB> 1234 Could be extracted as AA123456:1234...
  2. Trap for Young (and Old) Players - (Text Box Formatting Trap)

    I cant believe I have never come across this problem before (Its now about 14 years working with VB6 on a daily basis)

    I tested software on my machine - worked well !
    Ran on the customer machine...
  3. Re: SERIOUS PROBLEM They Finally Got Me (My VB6 Programs no longer run)

    Tried and tested using the exe compiled without W7 SP1 and it all works fine on SBS 2011

    Questions will again arise when W8 is released - any comments on VB6 and W8 ? (ie, does VB6 work on W8?)
  4. Re: SERIOUS PROBLEM They Finally Got Me (My VB6 Programs no longer run)

    Now this is a good idea, thanks
    "One option might be to install the Virtual PC "

    I overcame the problem by removing the Service pack 1 (Control Panel, Display Updates, Uninstall Service Pack)...
  5. SERIOUS PROBLEM They Finally Got Me (My VB6 Programs no longer run)

    I have installed W7 Sp1 on my computer.
    Compiled VB6 software - run it on my machine (from Source and exe) and it all works fine.
    I then release it to a client running my application on Windows...
  6. Re: Double Click on Command Button ?

    Thanks guys

    I think I'll go with the disable button after click
  7. Re: Double Click on Command Button ?

    The button is a VB6 Command Button on a VB6 Form (I have all the source code - Its my program)
    The click event causes code to be run which I am starting to believe has been run twice
    Under windows...
  8. Re: Double Click on Command Button ?

    see next post
  9. Replies
    11
    Views
    972

    Re: How to delete the thread

    Not the "perfect" way but ...

    Depends on what words you need to erase (and how urgently)

    Our friend had to wait 10 hours to get it erased - my way you can do it instantly .... then you can...
  10. Replies
    11
    Views
    972

    Re: How to delete the thread

    Dont forget that as the author of a thread you are able to EDIT your post - this means you can change your words to spaces - effectively removing the thread
  11. [RESOLVED] Double Click on Command Button ?

    I am having trouble replicating the problem, but from what I am seeing seems to suggest that an operator has somehow caused a process to run twice - my only explanation at this point is that perhaps...
  12. Replies
    5
    Views
    920

    Re: SQL Query Problem

    Thanks for the guidance - the IIF Statement worked perfectly

    Here is the final Query which works (Thanks)



    Select [Salesman], [Account], [Company], [DDocType], [DDocNo], [DDocDate],...
  13. Replies
    5
    Views
    920

    Re: SQL Query Problem

    Thanks for the guidance - the IIF Statement worked perfectly

    Here is the final Query which works (Thanks)
  14. Replies
    5
    Views
    920

    Re: SQL Query Problem

    I have tried making this work using Case but keep getting syntax errors

    Does Case work with an SQL Statement on an Access database or do you need to be running T-SQL (with a SQL Server Database) ?...
  15. Replies
    5
    Views
    920

    [RESOLVED] SQL Query Problem

    I have an SQL Query which lists records from a Table which contains Invoices and Credits.
    The problem is that the Values are Positive for both Invoices and Credits - Just that the Document Type...
  16. Re: How to search for a certain record in a MSHFlexGrid?

    Its true you shouldn't load 300,000 records into a grid as this will be a badly designed application - however a few hundred, even a few thousand rows does not upset your program speed so lond as you...
  17. Re: Database field format in FlexGrid

    My Regional Settings are set to Australia (I set the Short Date to Format dd/mm/yyyy)
    I use MSHFlexgrid all the time and I always get dd/mm/yyyy in the Grid when setting the Grid.DataSource to the...
  18. Replies
    8
    Views
    1,110

    Re: Sent Long SMS by vb6

    My Internet SMS Service limits the length to about 170 characters
    Without restriction in size, an SMS could be the King James Bible transmitted for only 13 cents - wow - that's value for money !...
  19. Replies
    8
    Views
    2,524

    Re: VB6 and Windows 8

    I looked at the 50 screen shots. Lots of nice photos and pictures - No real applications viewing
    And everytime you see mention of W8 they show the colourful desktop (same picture everytime it seems)...
  20. Replies
    8
    Views
    2,524

    Re: VB6 and Windows 8

    I guess I was hoping for some sort of "skin" which would allow one to "pretend" to be a Metro App (while still being VB6)
  21. Replies
    8
    Views
    2,524

    VB6 and Windows 8

    Apparently VB6 will continue to work under Windows 8
    I presume our screens will just look like normal VB6 screens.
    It would be nice to be able to Metro Style a VB6 application, (without rewriting...
  22. Replies
    5
    Views
    661

    Re: limit amout of user input

    Put the test in the Text Lost Focus event rather than the Text Change event to avoid the test taking place each time you key a character
  23. Replies
    6
    Views
    559

    Re: Data Report urgent help

    Why aren't you stepping the program through step by step in debug mode and looking at the change of variables ? (Its not a big program)

    The error may be taking place in


    Call...
  24. Replies
    7
    Views
    703

    Re: VB Application over internet

    You could re-write the whole **** thing in VB.Net and run some fancy web services, etc etc

    You could do so many things if you want to re-engineer the application

    But I am guessing that you...
  25. Replies
    5
    Views
    502

    Re: mshflexgrid doubt

    Always a good idea to clear your grid before


    Set MSHFlexGrid1.DataSource = rs

    ie, MSHFlexGrid1.Clear


    Also, after populating with the rs, you may need to remove row 1 which often is...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4



HTML5 Development Center

Click Here to Expand Forum to Full Width