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

    VBS: Write to Word2003 Doc / Search and Replace in a Doc

    Hi, can someone help me and paste some lines on how to manipulate a word 2003 document via vbs ? I Need to update 3k documents - text and document properties :-( I can't find anything, cant believe it. I just need a quick info on how. Sascha
  2. sa5cha

    Center the Start Button in Windows 7, Desktop Res. 5992x1200

    Hi, is it possible to center the Start Button (and the start menue that will pop up) right in the middle of the Windows 7 Taskbar ? I am running Windows 7 at high resolutions like 5992x1200. I have found no hints or programms that will do that, is it possible ? Or is it codeable with...
  3. sa5cha

    How to set the Selected.Index of an asp:DropDownList in ViewState?

    Hi, can someone help me ? I need to select the correct value of an ASP:DropdownList after an autopostback ? The following wont work : Protected Sub ddl_printout_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) ddl_printout.SelectedIndex =...
  4. sa5cha

    How to generate a text file via ASP.NET & make it avail. for download?

    Hi, I need to generate a simple XML File on the fly via ASP.NET. The user should be able to download that file to his local harddrive. I just need the mechanism how to generate a downloadable file ? Is that possible ? Please point me in the right direction or post an VB.NET example. Thank...
  5. sa5cha

    How can I access a function from a file in the "App_Code" directory ?

    Hi, I have just a little question, I just need a little push towards the right direction: I have a file "my_app.vb" located in the "App_Code" directory of my ASP.NET application. I now want to access a function which is located in that my_app.vb file from all over my aspx pages of my...
  6. sa5cha

    How to delete the Inventory Collection for all *.pst files ?

    Hi, i created a report about all pst files on our clients hard disks. But the report reported also pst file locations that dont exists anymore. How do i get rid of those database entries ? Is there a way to clear all entries for *.pst files ? I have scheduled the to run the "Delete Aged...
  7. sa5cha

    refresh desktop after changeing the wallpaper

    Hi Everyone, I would need some help on how to refresh the Desktop after deleting the wallpaper in the registry. Does someone knows how to make that with a vbs command? I searched the Forum without a success. Thx in advance Sascha 'Delete Current Wallpaper Set objShell =...
  8. sa5cha

    I cannot link a .VBS File with Parameter

    Hi, may someone help me with this ? I use a W2KServer with IIS 5 on it. I wrote some VBS-Service-Scripts, you can start them with parameters in the command box, like that: ChangePW.vbs John.Doe Then the User with the Login "John.Doe" would get a new password for his account. I'd like to...
  9. sa5cha

    get form field values by pressing a button ?

    Hi, I need some help. I am absolutely not familiar with js. I want to dial out of my browser. The button CallNow will initiate a phone call and dial the number 555-111-222. My Problem is, how may I get the value of my inputfield "phonenumber" into my calling string...
  10. sa5cha

    My Exe should be executable only once

    Hi, has someone an idea for my problem ? My application should be started only once. All further attempts to excute my exe file should be regonized somehow and the exe should close then immediatly. Thanks in advance Sascha
  11. sa5cha

    allow user to set some specific options in IE

    Hello everybody, I got a problem, perhaps someone could help me, please. Some users at our company must be able to check and uncheck the "Java (Sun) -> JRE 1.5.0 ..." Option and the "Microsoft VM -> JAVA-Jit,...,... (all 3 below that point)" Options. How can I allow them to change the...
  12. sa5cha

    can i catch parameters when movie has been started as an exe file ?

    Hi, Does anyone knows how to catch parameters when my director movie has been started as an exe file ? I am using Windows. Example: MyDirectormovie.exe -Parameter1:Hello -Parameter2:World Can my director movie access Parameter1 and Parameter2 and read their values ? If anyone knows the...
  13. sa5cha

    save selection as a gif/jpg/... without reducing the layers to 1 layer

    Hi, I am searching for a hint on how to save a selection (and all the content i can see in it) to a gif/jpg/... without manually reducing all layers to one, then str+c,str+n,str+v,str+shift+alt+s and after that undo the reducing of the layers. Does ther exists a better solution to achieve this...
  14. sa5cha

    Search for a good Webmail Script.Have only POP3 & PHP (no IMAP/MySQL)

    Hello, can anyone help me? I Search for a good free webmail script where I can access my pop3 Accounts online. - My Webserver has PHP4 installed ( there is no IMAP support installed with PHP). - My Mailserver just supports POP3 (without IMAP) - No MySQL available. Has Anyone a good Idea ? I...
  15. sa5cha

    Exists a TSQLCommand for auto remove of Special Charac. in a SQLQuery?

    Hello, I have a question again. Does a TSQLCommand for auto remove of Special Characters in a SQLQuery exists ? It is pretty boring to programm these routine again and again in a Stored Procedure. It is because I got the values via ASP from a webform. I want to do all the checking on the...
  16. sa5cha

    Searching for comfortable StoredProc Editor. Any recommendations ?

    Hi, I am Searching for a comfortable Editor for Stored Procedures . Does anyone has a product recommendation ? A favorite from experience ? Or a link which leeds me further ? Thanky you Sascha
  17. sa5cha

    How to use "Create Table" Dynamically ?

    Hi, I have the following Problem: I want to write a stored Procedure which dynamically creates tables on different SQLDatabases and/or Servers. The following doesn't work: assumed that the procedure has been called whith this parameter: CC_CreateTableMC 'server1.dbo.table1' The Stored...

Part and Inventory Search

Back
Top