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 gkittelson 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: *

  1. JBravo

    Registry Modification for "save as" dialog

    Hi all, If you run an application and click save as, the save dialog is displayed. Along the left hand side is a list of icons for history, desktop, my documents etc. This seems to be the same for most save as dialogs. Is it possible to customise this list by modifying the registry? I'd like to...
  2. JBravo

    Tricky CObArray Problem

    Thanks Vincent, That solved my problem. Donal
  3. JBravo

    Tricky CObArray Problem

    Hi All, I'm having a bit of trouble adding derived objects of CObject to a CObArray object. I get the following error: error C2243: 'type cast' : conversion from 'DoobyObj *__w64 ' to 'CObject *' exists, but is inaccessible This is just a test for a later prject (hence the stupid class name)...
  4. JBravo

    Serialization Problem

    Hi All, I'm stuck with a problem serializing and de-serializing an array. I'm hoping somebody will be able to help me with. I'm trying to serialize an array of my custom class Query to a file. But when I check the file, I can only see one query in there. And when I try to de-serialize it I get...
  5. JBravo

    Casting & WMI Problem

    Hi all, I keep getting a casting exception in the following section of code. I can't seem to convert from the object to int. Also, is there any way of getting the first element from queryCollection other than having to enmerate through it? Thanks for yeer help, J...
  6. JBravo

    Charts

    hi all, Has anyone come across any tutorials, articals on how to create pie/bar/etc charts in c#? Thanks, J
  7. JBravo

    ADO

    Hi All, Is it possible to create an Access DB "on the fly" using ADO? If not is there any other method? Thanks, J.
  8. JBravo

    IEnumerator probelm

    Hi All, I'm having a problem with the following code. I get a compiler error //C:\CSharpStuff\ProcessList\ProcessList\Class1.cs(64): Cannot implicitly convert type 'ProcessListNamespace.structProcessInfo' to 'ProcessListNamespace.ProcessList' Does anyone know how to make the class properly...
  9. JBravo

    Task Scheduler settings

    Hi All, I'm having problems using the AT command and need to set the startup user account for the Task Scheduler to an admin account . However, I can't change the "Log on As:" option in the the service's properties because it is blanked out! Any ideas? Thanks, Donal
  10. JBravo

    Using LDAP with NT4.0 and MS Exchange

    Hi All, Currently MS Exchange is setup on our NT server allowing the corporate website to authenticate (using LDAP) our local users who connect to the website. I am in the process of designing our own local website, and would like to use LDAP authentication. Does anyone know how I can...
  11. JBravo

    Free space on dds-3 24GB data cartridge

    Anyone any ideas?? Thanks, Donal
  12. JBravo

    Free space on dds-3 24GB data cartridge

    Hi all, I have been having a lot of trouble trying to find out the free disk space on my dat cartridges. Here's the system that I am currently using: Win NT4 Backup Exec v8.5 HP SureStore 24 x 6 autoloader. Daily overwrite backup using hardware compression. 5 separate media sets for each...

Part and Inventory Search

Back
Top