Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hhinman
  • Content: Threads
  • Order by date
  1. hhinman

    COBOL Challenge in C#

    I am trying to convert COBOL code to C#. One of the greatest challenges in general is revolves around the fact that COBOL is a loosely typed language as compared to C#. In COBOL you can define an I/O buffer to read and write to an external file as effectively a byte array (e.g. records being...
  2. hhinman

    How to Create HTML from Illustrator?

    Illustrator CS comes with some templates that look like web pages complete with tabs and links. How do you create HTML from such? We can find no Save as or Export option that will do anything other than save it as a picture. I see no use in such.
  3. hhinman

    Indexed (Keyed) Data in .NET?

    I'm looking for a technique to allow a data file to be accessed by one or more keys without having to use a database. This is known in other languages as ISAM or VSAM (IBM Mainframe) access. The application needs to store persistent data on disk that be retrieved by one or more fields (keys)...
  4. hhinman

    Programming API for Visual SourceSafe?

    I would like to write a C# program that can interact with Visual SourceSafe programatically to create a source code library and checkin/checkout members. Is there a managed code API for this? If not, what is the best mechanism to achieve this?
  5. hhinman

    Help - Problem with Events in Sub Form

    I have an application where the main form (Form1) creates an instance of Form2 and shows it using the Form2.Show method. Form1 then loops through some logic and populates Form2. The problemI have is that I have a button (button1) on Form2 that I wish the user to be able to click on to stop the...
  6. hhinman

    Visio Programming Questions

    I am trying to modify one of the standard sample applications I found for programming Visio from VB.NET. The application code is below. I am quite confused about a couple of things. I found something on your web site that does not work in my application, which I suspect is because your sample...
  7. hhinman

    Forced to Disable Write Cache on LC3

    I began receiving blue screen stop messages when boot Windows 2000 on my HP Netserver LC3. I received either a "REGISTRY_ERROR" or "CONFIG_INITIALIZATION_FAILED" - A Microsoft knowledge base article indicate it was a bad memory chip, but swapping memory chips made no...

Part and Inventory Search

Back
Top