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 bkrike 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: ulchm
  • Content: Threads
  • Order by date
  1. ulchm

    Attachmate Macros in a C# Application

    Hey all, I've developed a C# app that basically acts like a nice UI alternative to Extra's Attachmate and MS Access. We have a series of macros already coded for attachmate and I am trying to figure out how to tie them into the C# application so when you click the cmd button 'run report' it...
  2. ulchm

    Save Excel Spreadsheet as different name

    Hey guys, I'm coding a series of macros for Extra's Attachmate. Quite a few of them read data from an excel spreadsheet using the following code. (they are global for a reason) Global xl_app as Object Global xl_wb as Object Global xl_file as String in my main I have this to instantiate it...
  3. ulchm

    Directory Scanning

    Hello, I need to scan a folder and all subfolders looking for pdf and xls files grabbing each file name. Not sure exactly how this can be accomplished. Is there anyone that can point me in the right direction.
  4. ulchm

    Reading and Writing a small CSV File

    Ok, last one, this is a one liner in php, don't understand why VB has to be so difficult. After googling for 1/2 hour I gave up (told you you were making me lazy) and decided to post here. I've got a csv file, looks like this 1,40,48,1,10,500 2,40,48,2,10,500 3,40,48,3,10,500...
  5. ulchm

    Panels, Labels, and Context Menu Questions

    You people were so helpful with my movable label that I decided to post regarding an old issue I had in VB.NET 1.1. Now I feel like a complete noob but here's my problems. Panels - Is there a way to figure out what is inside of a panel after run time? ie, which text boxes, label boxes, cbo's...
  6. ulchm

    How to dynamically create a label box after run time

    Hey guys, one of the clerks at work here just e-mailed me something that really boggled my mind. Asides from going web-based (not an option) I don't know how to do this. They basically want to be able to add an object (went with label because that's basically what it is) after run time and...
  7. ulchm

    Writing to Excel Spreadsheet from Extra Attachmate

    Hey guys, love this forum and have been using it ever since I got this job as an application developer here. Luckily enough, I haven't had to create an account before today as I could always find what I wanted on here. Today is the exception. I'm coding a macro for extra (quite a switch from...

Part and Inventory Search

Back
Top