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

  • Users: boein
  • Content: Threads
  • Order by date
  1. boein

    Using vba in Outlook

    Hi, How do you assign vba-code to visual basic control-objects (commandbuttons, text-boxes, labels...etc) in Outlook 2003. In Word, Excel access it's quite easy but in outlook I don't see how I can do this, or is it not possible? regards, Boein
  2. boein

    exchange parameters between VB6 and VBS

    Hi, I have a vb6 program that calls a vbs-script. This program is run under a different user with admin rights in a shell executed by psexec. I choose to do this so the code in the vbs can be executed with admin rights while the main program itself is run with normal user-rights. Problem is...
  3. boein

    Script to check "user can not change password"

    Hi, I need a script to check the status of this parameter in AD, anybody idea's? It should fit in this code Dim objconnection, objcommand, objrecordset, objuser, objproperty Set objconnection = CreateObject("ADODB.Connection") Set objcommand = CreateObject("ADODB.Command")...
  4. boein

    E-mail address policy problems

    Hi, I want to be able to use e-mail addresses in exchange 2007 looking like these ones: firstname.lastname@domain.com firstname.part_of_lastname.lastname@domain.com firstname.part_of_lastname.part_of_lastname@domain.com But exchange e-mail policy is preventing me to use these formats and sets...
  5. boein

    List fieldnames from table via SQL in vba

    Hi, How do I make a list of the fieldnames of a table using SQL in vba. I want to make a query that puts the results in an excel sheet. If I do a runsqlexec select * from table, I get all the records from the table but the fieldnames for each record are missing. Anybody ideas? Thanks Boein
  6. boein

    Max Size Mailbox Exchange 2007

    Hi, I want to know if there are limitations in mailbox size on an exchange 2007 server. Is it possible to have mailboxes over 10 Gb, will it work, will it decrease the server's performance or will it make the server unstable. Anyboy idea's? Thanks Boein
  7. boein

    Exchange 2007 Mailbox Size

    Hi, We are migrating our lotus notes server to exchange 2007. We have to migrate some very big mailboxes and I want to know I there are mailbox limitations in Exchange. Mailbox-size in Exchange 2003 and earlier were limited to 2 gb, is it still the same in 2007, can anybody confirm this...
  8. boein

    What's the difference starting programs via console or RDP session

    Hi, I have a program that crashes when you run it as a normal user via Terminal services. Strange thing is it works fine when logged on as an admin. Even more strange, if you first log in as admin on one session, execute the program, also the non-admin user can start the program on another RDP...
  9. boein

    Need help on reg key (progs work as local admin not as domain admin)

    Hi, can somebody explain me what this key stands for: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\<Profile-ID>] "State"=dword:00000100 I have several applications that only seems to work properly if the value is 100 (this is the value that corresponds with...
  10. boein

    Flash problems in Citrix

    I have an internet-application in flash that won't run on citrix/RDP, it only runs correctly when I log on on the same server as a LOCAL admin. Also when I create a new user in the domain and log on with that user via an RDP console, the application runs fine, when I log on with the same user...
  11. boein

    show special characters in textbox

    Hi, I want to display a special character '?' in a textbox to make this sentence in the textbox: "press '?' to continue". When I take a look at the windows character map almost every font has this character but I cannot use it in vb because the value for chr()-function cannot exceed 255. For...
  12. boein

    Closing open files on Windows 2003 as non-admin user

    Hi, I cannot close my own open files on a remote server. When I open a document on a remote server, I can see this document in the list of open files on that server. Normally you should also be able to close it with "net file" or better with psfile (from sysinternals) but I always get "access...
  13. boein

    How to fix a corrupted Citrix datastore?

    Hi all, Does anybody know how to repair my datastore, I think something went wrong deleting a server from my farm. I know, you have to uninstall the MF server with add-remove programs but the server was already dead, so no can do. I removed the server with the CMC and used the DSCHECK /clean...
  14. boein

    &quot;preparing to install&quot; each time word starts

    Hi all, everytime I start word XP as a normal user I get a dialog box "preparing to install", It installs something and goes away. Next time I start Word XP same thing happens, this is very annoying and I want to get rid of it, what can I do. I know it's an issue in word 2000 and you can add...
  15. boein

    Corrupt registry? &quot;c?\&quot;

    Hi All, Does anybody know the meaning of a path that looks like "c?\program files\..." Sometimes the value in REG_SZ contains a path with "c?\" instead of "c:\". Why does windows replace the ":" in the registry by a "?". Is it save to change it back to "c:\program files\..." or does it have...
  16. boein

    Windows repair stops after reboot

    Hi all, I want to do a windows repair of an existing windows 2003 server. First the system copies the necessary files on the HDD, then it reboots. After the reboot, the setup continues in gui mode and tries to continue, but after a few seconds I get a dialog window "Setup failed to install...
  17. boein

    ASP code for browsing folders?

    Hi all, I'm not an asp nor an html programmer so I could need some help here. I have a webpage that I use to show the contents of a folder with its subfolders. In IIS I enabled "directory browsing" for this virtual directory. This works fine, people can browse and select files but this...
  18. boein

    Browse html folders (change look)

    Hi all, I'm not an asp nor an html programmer so I could need some help here. I have a webpage that I use to show the contents of a folder with its subfolders. In IIS I enabled "directory browsing" for this virtual directory. This works fine, people can browse and select files but this...
  19. boein

    deny web-access based on cookie

    Is it possible to deny a computer to access a website by checking the existance of a certain cookie on that computer. If a pc has the cookie installed he can acces if not...no access to the web site. If possible can sb post the ASP code for creating this cookie an the ASP code to check for the...
  20. boein

    Nfuse access granted based on computer

    Hello, I installled nfuse on an IIS 5.0 sever. Is it possible to only allow access based on hardware. For example, when a user owns a portable from the company and has his own private pc, we only want him to be able to access the login page with his company portable. When accessing the site...

Part and Inventory Search

Back
Top