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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gregquinn

  1. gregquinn

    Prevent users from changing views in MOM

    We are trying to prevent certain users changing the views in MOM, as it affects all users. What is the best way to do this? Our secondary plan is to prevent updates to the MonitorView table in SQL Server through the use of a trigger. But I am battling to find out which machine, or which user is...
  2. gregquinn

    Performance Problems in Corel X3

    We have just bought our Graphic Designer a new P4 3.0Ghz with a Gig of DDRII 667 Ram. She has a 128MB GeForce 6600LE screencard. Corel X3 is still slow. Especially when she has a few files open. Would upgrading this computer to 2Gb's of RAM help much? I have increased her workspace memory...
  3. gregquinn

    Creating my own ASCII characters

    Hi, Is there any way to create my own ascii characters? i.e I would like for example to create a set of characters that can mean different words. i.e # - Hello Where # would be my custom ASCII character. I would then write a software app that could understand my custom ASCII set. Thanks
  4. gregquinn

    Client PC can't login to domain

    The user's computer was not in AD. So I a added it. But then the same problem. I tried logging in with user@domain but it says the domain is not available. I also tried what rokitman said, but not luck, any other ideas? Thanks
  5. gregquinn

    Client PC can't login to domain

    We have a Windows 2003 server that acts as a domain controller. This morning one of our PC's couldn't login to the domain with their username and password. It gives us an error, saying the username and password is incorrect. Yet if I try to login with the user's details from another PC it...
  6. gregquinn

    Error when compiling first program in Visual Studio.NET

    Hey Bones, I got it figured out... There are two was to sort this problem out.. 1.) type in #include "stdafx.h" as your first include 2.) Or if you are using pure C++, (For Visual Studio.NET) go to PROJECT - yourprojectname PROPERTIES - C/C++ - PRECOMPILED HEADERS - and turn ff precompiled...
  7. gregquinn

    Error when compiling first program in Visual Studio.NET

    If I rememeber correcty, I think I saw an option that said pre-compiled headers when starting a new Win32 app. Maybe this is an option that needs to be checked, but I couldn't find it once I had started my actual project.
  8. gregquinn

    Error when compiling first program in Visual Studio.NET

    I downloaded Bruce Eckel's C++ manual and started going through it. I'm on chapter 2 now and wrote the first program using Visual Studio.NET when I compile the source code, I get the following error... fatal error C1010: unexpected end of file while looking for precompiled header directive...
  9. gregquinn

    Get value of PARAM tag into my ActiveX control

    Hi Martelet, Yes I know what you are going through. :) I could never get any REAL help on this topic from anybody, just vague answers. But I do now have the solution. Email me your email address to greg@i-online.co.za and I will email you a vb 6 project and a web page that lets you read...
  10. gregquinn

    ActiveX control references MDAC 2.8 - How do I include this in a cab?

    The ActiveX control I have created only works on the client machine if MDAC 2.8 has been installed. My control does reference MDAC 2.8 so I guess that makes sense. My question is though, is it possible to install the neccessary MDAC files when the user is installing my ActiveX control? As I do...
  11. gregquinn

    ActiveX control doesn't load up on remote machine

    ActiveX control doesn't load up on remote machine I have a section in my VB manual that explains how to ready an ActiveX control so a remote PC can download it if its embedded in a web page. I have used the Package and Deployment Wizard, created the cab file, signed it safe for scripting and...
  12. gregquinn

    Get value of PARAM tag into my ActiveX control

    This is really killing me!!! I have looked high and low for about 2 days, trying to find out a decent example of how to read the value of a PARAM tag in the html page into my ActiveX control. Please can someone give me a good simple example. Help, please!!!
  13. gregquinn

    ActiveX control doesn't appear as soon as add a pram tag

    Okay not to worry. The control appears if I add widht and height tags to the OBJECT tag. wierd hey?
  14. gregquinn

    ActiveX control doesn't appear as soon as add a pram tag

    Well here is the code in my ActiveX control. I am trying to set the value of lblHello in ActiveX from the value of the <PARAM NAME='MyHello' VALUE=&quot;Hello&quot;> Parameter in the HTML page. Here is the code for my ActiveX... It doesn't matter what param I put, as soon as I put a PARAM...
  15. gregquinn

    ActiveX control doesn't appear as soon as add a pram tag

    The action is supposed to set the value of a textbox in the activex control. But then control disappeared. I then created a dummy param, that does no action to the control, and still the control does not show. It seems like any param added causes control to dissapear

Part and Inventory Search

Back
Top