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

    Error with Win2000 and Excel 97

    I have several macros which use the following code: Private Sub FormatHeader() Dim strTitle As String Dim x As Integer x = 1 strTitle = Trim(Cells(1, 1).Value) Do While Mid(strTitle, x, 1) <> &quot;)&quot; x = x + 1 Loop strTitle =...
  2. ColinC

    Modeless Forms In Excel

    Anyone know how to create modeless forms in Excel 97? If not, I'm looking for a way to display a message to the user and not let them see the formatting that is happening on the sheets. I've turned ScreenUpdating off but when I select a new sheet it becomes visible. Colin Chevrier...
  3. ColinC

    COM and NT Services

    I have a transaction processor which moves information into a database. I've written an ActiveX exe which monitors which route is currently being processed. The transaction processor and the database front end both share an instance of the ActiveX exe. When the transaction processor is started...
  4. ColinC

    Loading a combo box from a text file

    I haven't used C++ in over a year and I am having trouble getting information out of a text file. If anyone can steer me in the right direction I would be very grateful. Here's what I'm using:<br><br>#include &lt;fstream.h&gt;<br>#include &lt;iostream.h&gt;<br><br>void __fastcall...
  5. ColinC

    How do you register an ocx file?

    We have two different versions of VB 5(Proffessional and Enterprise). When I compile and run a program on my machine it runs fine. On another station I get errors saying I don't have a license to use one of the controls. I've included the control in the project and it's included in the setup...

Part and Inventory Search

Back
Top