User Profile

Collapse

Profile Sidebar

Collapse
thomasbihn
thomasbihn
Last Activity: Aug 10 '10, 08:25 PM
Joined: Mar 15 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks for all the tips. I could've done this app in just a few minutes in VB6, but am an absolute idiot as I try to make the paradigm shift to C#. The problem is that in manufacturing, there is little luxury of time to find a suitable app to slowly develop in C#, so I've decided even when the requirement is urgent, I'm going to try to struggle through doing it in C# :)
    See more | Go to post

    Leave a comment:


  • FileInfo[] Array - How the heck do I add to it?

    I have a pretty urgent application, but want to try and do it in C# instead of VB6. I need to search subfolders of a selected folder. Inside these subfolders, I want to return the files that have the pattern "*_LOG_*.tx t". I keep running into an issue though. I try to declare an array of FileInfo[] type, but the declaration insists I use a constructor that doesn't take 0 arguements. I got around this by placing in a dummy text string "foo.txt"....
    See more | Go to post

  • Stored Procedures that return both output parameters and table results

    I'm a newbie to C# development and as a whole, my department has been trying to come over from the VB6 realm. In VB6, I use calls to stored procedures on SQL Servers to return any combination of output. I've learned how to return a data set and output parameters seperately, but need to learn how to get the data on the same round-trip call to the stored procedure.

    I can't have it execute the command for a result set, then execute the...
    See more | Go to post

  • Thanks for the response ThatThatGuy. I found the solution after posting. I'm a total newbie to C# programming. But to answer your question, I believe I am getting the version of the assembly. If you right-click on the project in Solution Explorer and select Properties, a tab shows up with several side tabs. The bottom side-tab is titled "Publish". At the bottom of this section is "Publish Version", which shows Major, Minor, Build,...
    See more | Go to post

    Leave a comment:


  • thomasbihn
    started a topic How do I retrieve my Published version?

    How do I retrieve my Published version?

    I am having a difficult time retrieving the Published Version as it appears in my project properties/Publish tab.

    The current "Publish Version" is 1.0.0.3, but no matter what I do, I get 1.0.0.0. I'm a newb to C#. I've been searching, but the closest thing I found was a reference to "System.Deploym ent.Application .ApplicationDep loyment.Current Deployment.Curr entVersion;" which gives me a nice error that the application...
    See more | Go to post

  • Change Connection string for designer table at runtime

    I'm new to C# development. I am familiar with setting up connection strings and working with databases in ADO in VB6, but this is a bit more involved.

    I have a very basic application in which I created a connection to a production database table with three fields. I drug the table onto the form and was pleasantly surprised to see how it not only created the table on the form, but also gave me navigation controls. Unfortunately, now...
    See more | Go to post
No activity results to display
Show More
Working...