Search:

Type: Posts; User: Clothahump

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    740

    Re: button visible property not changing

    Arrgghh. Please disregard. No sooner do I ask for help than I fix it. <facepalm>
  2. Replies
    1
    Views
    740

    button visible property not changing

    Okay, I'm about to tear my hair out.

    Using VS Community 2015. I have a form defined with buttons that I want to appear or disappear based on data read from a table. The buttons are defined as...
  3. Need some help on creating installation

    A little background - I am an old VB6 guy who has inherited an application done completely in Access. We want to upgrade it to vb.net which I am learning on the fly. We want to use Access in the...
  4. Re: How to create a SQL 2005 stored procedure in vb.net?

    Thanks for the clarification. Unfortunately, what I need to do, I can't do with T-SQL, so it looks like I'll be heading down that path.
  5. Re: How to create a SQL 2005 stored procedure in vb.net?

    What I was referring to was the fact that SPs can now be written in vb.net, not in T-SQL. However, the "how-to" part of that has proven very difficult to find. That's what I'm looking for.
  6. How to create a SQL 2005 stored procedure in vb.net?

    One of the big changes in SQL Server 2005 is that stored procedures no longer are limited to T-SQL, but can be developed in vb.net et. al.

    I'm a complete newbie in the vb.net world. I've got some...
  7. Replies
    2
    Views
    1,055

    Re: Turning on CLR - noob needs help

    Actually, I'm going to request that this thread be dropped. I'm going to post my problem in another thread and rephrase it completely.

    Thanks!
  8. Replies
    2
    Views
    1,055

    Turning on CLR - noob needs help

    I am a total noob in the world of VB.net and SQL 2005, and have been thrown in the deep end...in a bag...wrapped in chains. :D

    I've got a vb.net app that I converted from Access VBA. I've...
  9. Re: [2005] Noob needs help setting up stored proc

    You da man! That did the trick.

    Thank you very much!
  10. [RESOLVED] [2005] Noob needs help setting up stored proc

    Ok, I'm a dinosaur VB6 guy being dragged kicking and screaming into the world of VB.Net. :)

    I'm experimenting with setting up a SQL Server 2005 stored proc. In this proc, I am converting a...
  11. Replies
    26
    Views
    37,984

    Re: Outlook Address from Alias

    Any further progress? I'm looking at developing an automated mailer in VB6 and that Outlook message is a real PITA.
  12. Ghods, the last time I drikned, I was in the...

    Ghods, the last time I drikned, I was in the hospital for 48 hours.
  13. Replies
    3,459
    Views
    640,063

    The Promised Land - Lili Haydn

    The Promised Land - Lili Haydn
  14. Replies
    1
    Views
    613

    Build your command line in a string, then use the...

    Build your command line in a string, then use the shell command:



    dim sCmd as string

    ' code to build sCmd here

    Shell sCmd
  15. Replies
    6
    Views
    551

    If it's a girl, call her VEENA. If it's a boy,...

    If it's a girl, call her VEENA.

    If it's a boy, call him MEJAY.

    :D
  16. Replies
    8
    Views
    646

    You'll get this error if the table does not have...

    You'll get this error if the table does not have a primary key established. Check to see if you do. If you don't, put one on it, even if you just add an identity field and make it the primary key.
  17. Thread: File Copy

    by Clothahump
    Replies
    7
    Views
    1,098

    Re: file Copy

    For 1 - I would put the check into the code, same as checking the date range. Look at the file name and if the first however many letters match your criteria, don't do the copy.

    For 2 - I don't...
  18. Thread: File Copy

    by Clothahump
    Replies
    7
    Views
    1,098

    Re: File Copy

    1. In your project, set a reference to Microsoft Scripting Runtime.

    2. This is a 2-part answer. First, if you are copying all files in a directory, or a group of files that can be easily...
  19. Replies
    8
    Views
    707

    Then I would suggest my second alternative. The...

    Then I would suggest my second alternative. The user doesn't create an exe, they simply use yours in a data-driven mode. They would configure their slideshow simply by determining the order of the...
  20. Replies
    6
    Views
    521

    Glad to help. I've been there myself, where I...

    Glad to help. I've been there myself, where I look at something obvious and don't see it until I'm ready to pull my hair out! :wave:
  21. Replies
    8
    Views
    707

    Re: Creating My Own EXE Files

    I'm not sure what you are asking. I see this two ways:

    1. You want the users to create their own exe files. I don't know why you would want this, but to do it, they would have to have VB on...
  22. Replies
    3
    Views
    497

    Possible. However, IIRC, the problem will show...

    Possible. However, IIRC, the problem will show up if you run the mdac setup program. You've got to have DCOM installed for that.

    However, if your application is executing correctly on your...
  23. Replies
    6
    Views
    521

    Re: problem with recordsets

  24. Replies
    3
    Views
    497

    Re: a package wizard ?

    ==========

    What they are warning you about is that if you run the setup package on a Win95/98 system, you'll have to have installed DCOM98 first.
  25. Thread: File Copy

    by Clothahump
    Replies
    7
    Views
    1,098

    Use the Scripting.FileSystemObject control. Step...

    Use the Scripting.FileSystemObject control. Step through each file in the source directory, build the pathname to the target directory, then execute, sorta like:

    dim FSO as new...
  26. Replies
    2
    Views
    513

    RAE - no, the lvHDC = ldPrint.PrintStart and...

    RAE - no, the lvHDC = ldPrint.PrintStart and ldPrint.PrintEnd lvHDC
    handle the printer stuff. It's embedded in the tool itself. Like I said, the form prints out great with the watermark...
  27. Replies
    2
    Views
    513

    Any Lead Tools users out there?

    We have a existing working application using the Lead tools that prints custom forms. We recently had a new form to process, so rather than re-invent the wheel, I simply copied the forms over into...
Results 1 to 27 of 27



Click Here to Expand Forum to Full Width