Search:

Type: Posts; User: birthjay

Page 1 of 13 1 2 3 4

Search: Search took 0.30 seconds.

  1. Replies
    3
    Views
    1,097

    Re: Need a programmer...

    Moved to where?
  2. Replies
    3
    Views
    1,097

    Need a programmer...

    Hello,

    I need a programmer to write code for a runners website. The runners need to be able to enter the miles that they run and it should show up on a bar graph display as well. That is the...
  3. Replies
    3
    Views
    1,083

    Re: PHP Search problems..

    Here is the links.csv file zipped up. ..Thank you.... And..yes...this code is horrific.... Oh...and I did put the /en/ where I thought it needed to be and got the errors to go away...however...I...
  4. Replies
    3
    Views
    1,083

    PHP Search problems..

    Hello,

    I (had) as working search feature that someone else wrote. I have attached the files...with the exceptions of sql.php (the database info) and links.csv (just a list of site pages).

    What...
  5. Re: [RESOLVED] Get the path of selected path without the file name?

    Very nice! Thank you all.
  6. Re: Get the path of selected path without the file name?

    Thank you. Got it.
  7. [RESOLVED] Get the path of selected path without the file name?

    Hello,

    Let's say a user browses for a text file and that path is set into a variable. How can I parse out the path minus the filename? For example...the selected file path is:
    ...
  8. Replies
    9
    Views
    2,403

    Re: filenot found unrar.dll

    Have you registered the dll?

    Follow these steps to register DLLs or OCXs:

    On the Taskbar, select Start > Run.
    In the Open field, type regsvr32 "<path>\NameOfFile.extension", where <path> is...
  9. Replies
    4
    Views
    5,538

    Re: Barcode scanner - Detecting on USB.

    You have to step back a bit (like I did) and think about what I am talking about. With a serial scanner...whether you have notepad, a textbox, or any other program that will accept text open (OR...
  10. Thread: Is it legal?

    by birthjay
    Replies
    30
    Views
    1,787

    Re: Is it legal?

    Old thread yes....but you can distribute the Access Runtime if you have a developers license.
  11. Replies
    4
    Views
    5,538

    Re: Barcode scanner - Detecting on USB.

    I need to capture when a scan has been done. You can monitor the serial port (comm port) and do this....but there does not seem to be a way to do it USB unless you write your own drivers. I saw a...
  12. Replies
    4
    Views
    5,538

    Barcode scanner - Detecting on USB.

    Hello,

    Typcially I detect a barcode scan from the serial port. Is there a way to monitor the event on a USB port for USB scanners?

    Thanks!
  13. Replies
    1
    Views
    569

    Integrate my stuff into another app.

    Hello,

    You know how you can integrate (add an icon) into Word to create PDF files? How can I do that so that my applcation is accessible from within another application using an icon?

    Hope that...
  14. Re: Need help with VB6 and multi language

    You need this unless you can do better.

    http://unitoolbox.com/
  15. Replies
    6
    Views
    826

    Re: Bar Code Supported Software

    http://www.adempiere.com/wiki/index.php/POS_Systems

    http://www.designworkz.com/barcode.htm

    I wrote (with examples found on the web) the last one.
  16. Replies
    4
    Views
    955

    Re: 101 VB code samples. Where are they?

    Why was this moved from the VB6 forum? I was talking about the VB6 samples.
  17. Replies
    2
    Views
    19,902

    Language conversion on large apps

    Hello,

    What about adding languages to an application that has already been built? For example, we use a third party tool that does a great job in adding languages to an existing app. Will there...
  18. Replies
    16
    Views
    30,567

    Re: Future versions and developing...

    Thanks for all the posts. I think product support ended on March 31st, 2005 for VB6. ....But I am glad to know there is still help out there.

    http://msdn2.microsoft.com/en-us/vbrun/ms788707.aspx...
  19. Replies
    16
    Views
    30,567

    Re: Future versions and developing...

    All good points of course...but...I just want to point out that this application is 40,000 lines plus. This is the core of our business and certainly not Microsoft's problem ...... but there is a big...
  20. Replies
    12
    Views
    2,309

    Re: How to download data from barcode reader?

    Try these...

    http://vbforums.com/search.php?searchid=1564159
  21. Replies
    16
    Views
    30,567

    Future versions and developing...

    Hello,

    I am a software developer for a global company. Our current HMI is written in Visual Basic 6. We tried converting to dot.net when Studio 2003 came out. Then...2005 came out...and now there...
  22. Replies
    5
    Views
    1,027

    Re: Option button click event

    Moving the code to the mousedown event seems to have solved the problem.

    Thanks!
  23. Replies
    4
    Views
    955

    101 VB code samples. Where are they?

    I used to have these and I thought at one time they were in a sticky here. Where are they now?

    Thanks!
  24. Replies
    15
    Views
    7,202

    Re: copying vbcode from posts

    I can understand that. This looks like VBulletin forum software. I primarily use PHP forum software which is open source and customizable..but does have draw backs. Perhaps the VBulletin folks can...
  25. Replies
    5
    Views
    1,027

    Re: Option button click event

    Thanks! I see what you are saying now. I have a problem though. I do the RefreshForm call from lots of places. But..I think I may have resolved this by taking my code out of the optionbutton_click...
  26. Replies
    5
    Views
    1,027

    Re: Option button click event

    Thanks; however, ...what you suggest will work if the option button click event was not false firing. What happens is...when the code in the RefreshForm sub is hit...it causes the click event to fire...
  27. Replies
    5
    Views
    1,027

    [RESOLVED] Option button click event

    Hello,

    I have graphical option buttons setup on a main screen. I am trying to set one of the buttons based on a user selection on startup. (So it could be any button) I have a sub in a module...
  28. Replies
    15
    Views
    7,202

    Re: copying vbcode from posts

    Why not just have the forum guys fix the problem. Take those line numbers out. What is the point of them anyway? We used to be able to copy and past code from the forum with no problems.
  29. Replies
    10
    Views
    855

    Re: Form Only Clickable Thing

    myform.show vbmodal

    right?
  30. Replies
    1
    Views
    612

    [RESOLVED] Compare strings

    I have seen examples here in the forums, but nothing solid. What is the best why to make sure two (in my case three) strings are indentical?

    Thanks!
  31. My VB app on Windows embedded or CE ?????

    Hello...

    I know NOTHING about this...but I was ask if our Visual Basic application that now runs on Windows 200 Pro or Windows XP Pro....can be made to run on Windows Embedded or Windows CE....
  32. [RESOLVED] Conditional Compilation Arguments

    Hello,

    In VB6 under Project Properties there is a tab called "MAKE". Towards the bottom there is a section called "Conditional Compilation Arguments". Are you with me? Ok..now to my question..
    ...
  33. Replies
    18
    Views
    2,520

    Re: Path/File access error in Vista

    Did you copy your project over from a CD? See if the READ-ONLY property is set on files. Turn it off.
  34. Replies
    26
    Views
    1,483

    Re: vb6 professional edition

    This book is great!

    http://www.amazon.com/Microsoft-Visual-Windows-Mobile-Applications/dp/0619254815
  35. Replies
    26
    Views
    1,483

    Re: vb6 professional edition

    HA! That's a laugh! Can be easily coverted my DONKEY's behind. NO...rewrite them.

    As for getting a replacement CD...if your number if valid then call Microsoft..give them the number and ask....
  36. Replies
    3
    Views
    1,374

    Combo Box ..Make the arrow wider?

    Hello,

    Is there a way to make the dropdown arrow wider on a combo box? I have a touch screen and it is sometimes hard to put my finger on that thing.

    Thanks!
  37. Replies
    16
    Views
    13,833

    Re: VB6 clears the clipboard when starting..

    Thanks...but I can't install it because we develop with SP5. Good to know they must have fixed it though.
  38. Replies
    16
    Views
    13,833

    Re: VB6 clears the clipboard when starting..

    Found this in a Google group. I guess there is always a way...but still open to suggestions...



    On Mon, 21 Oct 2002 14:02:15 -0500, "Norm Cook"


    <normc...@cableone.net> wrote:
    >Sigh,...
  39. Replies
    16
    Views
    13,833

    VB6 clears the clipboard when starting..

    Hello,

    Is there a fix or patch of some sort that will STOP VB6 from clearing the clipboard when it starts?

    Thanks!
  40. Re: Create hyperlink without the http://www...

    Great! Thanks!
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width