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

Search:

Type: Posts; User: viperbyte

Page 1 of 26 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    1,114

    Re: How Do You Add a Null in a DateTime Field?

    Never mind guys. I found the solution. Thanks for looking.

    cmd.Parameters.AddWithValue("@ShippedDate", DBNull.Value);
  2. Replies
    1
    Views
    1,114

    How Do You Add a Null in a DateTime Field?

    Good morning everybody.

    I'm trying to add a null into a SQL Server DateTime column called ShippedDate. With the below code I get an error message that says "Nullable object must have a value". ...
  3. Replies
    2
    Views
    52,773

    Re: Web Developer 2012 Express Problem

    Thanks Grem.
  4. Replies
    2
    Views
    52,773

    Web Developer 2012 Express Problem

    Hello everyone,

    I'm having a hard time with some simple code. When I click a run code button I get two lines of Hello World tacked onto a textbox instead of one. I step through the code and see...
  5. Replies
    5
    Views
    1,269

    Re: Is this tidy?

    Thanks Arjay.
  6. Replies
    5
    Views
    1,269

    Re: Is this tidy?

    Thank you very much for your easy to undersand explanation and for taking the time to show me the alternate ways of coding this. I think for now I'll code it both ways so that I can really get it. ...
  7. Replies
    5
    Views
    1,269

    Is this tidy?

    Hello everyone. I have a reader that I'm not sure if it's being properly closed after it's used. I create a reader in a method call in an object instance , return it to some code in a button click...
  8. Replies
    3
    Views
    962

    Re: COMException Problem

    Thanks for the extra information. I really especially appreicate the Bing Maps alert.
  9. Replies
    3
    Views
    962

    COMException Problem

    Good Morning gang,

    I'm learning how to program Microsoft MapPoint and have hit a snag when trying to run some code which is one of the project files of an O'REILLY book called "Programming...
  10. Replies
    7
    Views
    2,647

    Re: Visual Studio 2003 on Vista Question

    Well 2kaud since you said you did some conversions from VS2003 to VS2010 I tried it again and took a closer look. I took a closer look to answer your question which made me see the problem. So I...
  11. Replies
    7
    Views
    2,647

    Re: Visual Studio 2003 on Vista Question

    Hello Hannes, how's it going? I dowloaded sample code from an O'Riley book(Programming MapPoint in .NET). The download has projects that cover chapter 1 through chapter 10. But those are VS2003...
  12. Replies
    7
    Views
    2,647

    Re: Visual Studio 2003 on Vista Question

    Some of the files can't be viewed at all in VS2010. And when I say "cleanly" I mean that the project is fully functional and I can play around with. So let me completely drop that part of the post...
  13. Replies
    7
    Views
    2,647

    Visual Studio 2003 on Vista Question

    Good afternoon everybody,

    I'm thinking about getting a copy of Visual Studio 2003. I want to install it on Vista. Will VS2003 install and run well on Vista? I have a need to look at a lot of...
  14. Replies
    2
    Views
    1,345

    Re: How to create an Add-In?

    Arjay, how's it going. I found the extenisbility project. In VS2010 the path is File New/Project/Extensibilty/Shared Add-in.
  15. Replies
    2
    Views
    1,345

    How to create an Add-In?

    Hello everyone,

    I'm following along in an online version of an O'Riley book "Programming Mappoint in .NET". The book is referencing Mappoint 2004 so it's a little outdated.

    The book mentions...
  16. Replies
    1
    Views
    832

    Field Display Problem

    Hello everyone. With CR8.5 I need to be able to allow a user to enter a Quarter when prompted, such as 1, 2, 3, or 4. Our tables don't store quarters. We store months as integers which we call...
  17. Replies
    1
    Views
    573

    Re: SQL Help

    Never mind; figured it out. Thanks anyway :)
  18. Replies
    1
    Views
    573

    [RESOLVED] SQL Help

    Good morning all,

    When I run my report I get an error message that says "Too few parameters, expected 3". It's the "Location in (30, 31, 32)" that I'm trying to get to work in the query and it's...
  19. Replies
    1
    Views
    1,557

    C# with ACCPAC Question

    Hello everyone,

    Does anyone have a link or can provide sample code on hooking up to an ACCPAC database? Even a point in the right direction would be appreciated. I'm exploring the idea of...
  20. Replies
    2
    Views
    1,580

    How Do I Get A System Email Sent To Me?

    I'm about to add the capability to my app for a user to submit data to a database. The data will be sort of like "sign my guestbook" level but not quite a guestbook. The data will be displayed for...
  21. Replies
    4
    Views
    2,094

    Re: Unloading Forms.

    I just took a look at that code. That was great. I'll definitly use this approach. Super thank you very much.
  22. Replies
    4
    Views
    2,094

    Re: Unloading Forms.

    Hi Sotoasty.

    I was so messed up that I didn't have any code to show. What I ended up doing was hiding the login form. But that alone wasn't good enouh becuase when I closed the main form Visual...
  23. Replies
    4
    Views
    2,094

    Unloading Forms.

    Hello everyone.

    I have winforms app with a login form in which the user enters a user Id and a password. After the correct user id and password is entered, the main form is displayed. When the...
  24. Replies
    3
    Views
    1,829

    Re: To Migrate Access db to MySQL

    I used the bullzip link. It was sooo easy to use the program from that website and it converted the Access database to mysql perfectly. Thanks.
  25. Replies
    5
    Views
    5,071

    Re: CE 6.0 Programming

    That was helpful. I didn't know that CE programming was so different. I passed on that project because of that. Thanks.
Results 1 to 25 of 627
Page 1 of 26 1 2 3 4





Click Here to Expand Forum to Full Width

Featured