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 TouchToneTommy 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. inexperienced1

    Regular Expression

    I need some help building a regular expression. Simply put I need to find a ection of text with specific start text and specific end text, but allowing for repetition in between Ie Find START and stop at END making sure they are at the same level. If the text is START adslhf START...
  2. inexperienced1

    Outlook header - Expire email

    I have an SMTP client, but wish to add a header so that the email will expire when its read by Outlook Anyone got thea header text that is required?
  3. inexperienced1

    Assimilating "connect as" different user

    I have designed an application that requires access to a remote drive \\server\share, currently users access this by mapping a network connection and looking at the files. I need to code this connection without mapping a drive. The "connect as" is also required as user connect via different...
  4. inexperienced1

    Outlook 2000 XP SP2 macro security

    I have just upgraded from SP1 to SP" and corporate policy seems to lock down macros. Unfortunatley I heavily using VBA and macros to control my emails, sorting, moving, expiring etc. Any ideas how to chnage the Outlook macro security option to allow vba macros to run successfully?
  5. inexperienced1

    Citrix, new users and Office

    We have a Citrix server with Word Published, each new user added to the system gets WORD 2003, the only issue is that we are unable tofind how to set their startup , user and workgroup template settings (Tools, Options). At present we have to get each user to make a mnanual setting chnage after...
  6. inexperienced1

    Eventlog Filter

    I would like to codee a filter for an eventlog. I have code that read and interprets a number of server event logs. My problem at present is that to find entries I have to look through each entry via for...next loop, which is horrendously slow. eventvwr and eventqry.vbs have filter options...
  7. inexperienced1

    Service dependancies

    I have a service current without dependancies, but I need to add two dependancies Can anyone please provide the necessary commands? Thanks
  8. inexperienced1

    Select output format

    I am usinf a old VMS system using Oracle 7(?) RDB and need some help in formatting a SQL statement I have a select statement and need to reformat the column seperator. The select currently adds a space to the first character of the select, and I want to remove it so that the output starts at...
  9. inexperienced1

    OLE Drag Over a RichTextBox

    I have some code which Drags and Drops, but the drops, drops the data at the last cursor position, not the mouse position. Is it possible for the cursor to move during the drag, so that the drop happens in the correct place?
  10. inexperienced1

    app.OleRequestPendingMsgText

    Is it possible to add app.OleRequestPendingMsgText into an activex Object I have an exe that runs a dll which then connect to MSexcel I have tried adding the above into the activex but I get an error. I am looking to have a different error a each stage of the ole process, so cannot really do...
  11. inexperienced1

    Rich Text Box Control problem

    I have written some code that uses .find, which works on my pc. It has then been run on different machines and the find functions differently. I have updated my richtx32.ocx to the same versions, as they were different, but this has not solved the problem. Any thoughts?
  12. inexperienced1

    Microsoft SourceSafe 6.0 Type Library

    I am trying to code some Source safe functionality into vb. I have connected to vss ect, but when trying to check out a file I get a message syaing the file already exists. I am guessing that some key needs setting, but they seems to be no help avaiable within VB. Does anyone have any help...
  13. inexperienced1

    problem with mdifrm.arrange

    I have an application that uses the ".arrange vbcasade" method. Unfortunately any forms that have previously been resized get set back to their original size. I have tried to see where this happens and all I can find is theat the forms resize event happens after the forms size has changed...
  14. inexperienced1

    Project Name

    I have an exe which uses a dll this dll needs to reference a cls module in the exe I have the code, but at present I have to hard code the project name of the exe. Is it possible from within either the exe or the dll to reference the project name of the exe?
  15. inexperienced1

    How do I get a child to speak to its parent

    I have some source which will be built into an exe and to this I am looking to add a dll. That the easy bit. The source can change but the dll should not, however some of the dll need to be configurable. What I would like is for the configurable bit to reside in the source (ie the future...
  16. inexperienced1

    Shortcut Keys - How to stop them

    I have a problem in that when Windows Explorer is minimised and I hit the n key then the explorer opens. This is very annoying. The have tried searching the registry and my profile but as yet without success. Can anyone suggest how this occured and what the solution may be? Many Thanks
  17. inexperienced1

    Quick Info display

    I have an application which builds a vbp, and all its cls modules. The application hold detials of functions etc and I would like to mimic vbps quick info menu. Are there any references or thoughts of how this could be achieved, without the code being loaded into vb?
  18. inexperienced1

    Compact and Repair Access 2000 via vb

    I have a piece of vb code that opens an access database and then tries to repair and compact it. This all work in access 97 but now fails in 2000. Can anyone help with this and possibly provide the necessary code. Many thanks
  19. inexperienced1

    Oracle 8.1.5 on NT going slowly

    I have a slow database, seemingly caused by the system tablespace being analysed. Is there a way of testing this and fixing it?
  20. inexperienced1

    Activating an application

    I have an application that is normally minimised I use app.previnstance to stop multiple instances running, but I would also like to maximise the "already running" instance. Is this possible and could anyone provide some outline code? Many Thanks

Part and Inventory Search

Back
Top