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 Chriss Miller 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: ROGERDODGE
  • Content: Threads
  • Order by date
  1. ROGERDODGE

    How to determine if Form is obscured.

    Hi I am developing an application in C# .NET which needs to create a bitmap image of a Windows Form, save it to disk and then do some OCR recognition on parts of that screen shot. This is fine and I can do it. If the window is obscured by another one, then my screen shot may be invalid for the...
  2. ROGERDODGE

    Help needed with "Pivot" or is it?

    Hi I'm struggling with trying to put some code together to produce the following: Table 1 Part_ref AttribType Attrib_Value ABC101 1 125.00 ABC101 2 433.00 ABC101 3 123.00 XYZ202 1 89.00 XYZ202 2 444.00...
  3. ROGERDODGE

    Multi-Table Function Help please!

    I have tables in SQL Server structured as below ( greatly simplified ) Engines +++++++ EngineId Description ManufacturerId EngineType EngineDesign .. .. etc .. .. +++++ The two fields EngineType and EngineDesign are values from another table "KeyTableEntries" which hold a set of possible...
  4. ROGERDODGE

    Data Binding

    Hi I'm fairly new to C# and .NET coming from Visual FoxPro. I have a Windows Form with TextBoxes which have been data-bound to a DataSet. Everything works fine as I scroll up and down the dataset. I am struggling with a few issues (primarily of understanding since I am self-taught) 1) How...
  5. ROGERDODGE

    Get value from DataGrid/DataSet

    Hi I'm fairly new to c# and .Net coming from Visual Fox background. I have a comboBox which on selection fills a DataSet to which I have bound a DataGrid by passing a value. As I move up and down this DataGrid I want to fire an event to fill another Dataset by passing a unique value from the...
  6. ROGERDODGE

    TS Licensing Question

    Hi all I have a client with Windows 2003 Server as DC plus two standalone Windows 2000 Servers in the same domain. One of these standalone servers is running Terminal Services and users from an external domain (SBS2000) login to the TS and use run a database application which pulls data from...
  7. ROGERDODGE

    Mark email address as external even with same domain

    I have an SBS 2003 Server with 5 users and a registered domain name eg User1@myDomain.co.uk, User2@myDomain.co.uk, etc. My mail is delivered to the ISP's server and the SBS Exchange collects via POP3. I also have some "external" users ie. in other locations who have mailboxes on the ISP's...
  8. ROGERDODGE

    VFP8 to Lotus Notes v5

    Can anyone shed any light. We had an application which sent emails directly using Notes r4. Since customer upgraded to Notes r5 it doesnt work. I understand there are a lot of changes to the Notes Object. To add to my problems, my customer is 400 miles away and I dont have Notes on my...

Part and Inventory Search

Back
Top