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

Search:

Type: Posts; User: quincarroll

Search: Search took 0.03 seconds.

  1. Trusted connection to SQL server 2005 from WinForms App?

    Hi

    I know I'm going to kick myself when I get the answer to my question, but here goes anyway...

    I have a SQL server with my db on it. Authentication rules, setup by the admins are set to...
  2. What Project/Issue Managment software do you use?

    Are you using any issue management software to track issues?

    Does it have a time sheet component in it?
  3. Replies
    3
    Views
    1,612

    Re: Task/Issue Management Software

    Would it help if I added a time sheet module?
  4. Replies
    3
    Views
    1,349

    Re: printing tab characters

    How about - Dim c As String = Convert.ToChar(Keys.Tab)
  5. Thread: query help

    by quincarroll
    Replies
    2
    Views
    513

    Re: query help

    Try...

    SELECT * FROM Customers where name like '*nes' - Returns where name ends in "nes"

    or

    SELECT * FROM Customers where name like 'jo*' - Returns where name starts with "jo"

    or
  6. Replies
    3
    Views
    1,612

    Re: Task/Issue Management Software

    Ok then...

    Here it is...

    http://sites.google.com/site/carrollsoftware/products/task-manager
  7. Replies
    3
    Views
    1,612

    Re: Task/Issue Management Software

    No replies?

    Does this mean I can post a link?
  8. Replies
    3
    Views
    4,879

    Re: Inventory System

    I'm about to begin a similar project for our IT Dept.

    It should be a lot of fun.
  9. Replies
    5
    Views
    19,253

    Re: Programming language for POS

    Hi

    vb6 is old and no longer supported by Microsoft.

    I work in vb.net and c#, and I seriously doubt that either language is going anywhere near the garbage can any time soon.

    Most c#...
  10. Replies
    3
    Views
    1,612

    Task/Issue Management Software

    Hi all

    I have written a web based app. that helps the process of managing tasks and issues within a multi-member project environment that I am giving away for free.

    What I would like to know is...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured