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 SkipVought 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. cjelec

    TcpClient EndRead event not setting class variable even with SyncLock

    Hi, I'm having some trouble with Raising an event in a EndRead callback which is not setting a class variable even though I'm using SyncLock? TCP class: Private Sub StartReader() _stream.BeginRead(_read_buffer, 0, _read_buffer.Length, New AsyncCallback(AddressOf ReturnReader), _parent) End...
  2. cjelec

    RSA Encrypt: Key not valid for use in specified state.

    I have done some tests and found that the encryption will only work if I use the private key (rsa.ToXmlString(True)) which defeats the object of using public/private key encryption...
  3. cjelec

    RSA Encrypt: Key not valid for use in specified state.

    Hi, I'm getting the dreaded "Key not valid for use in specified state." with the RSACryptoServiceProvider (vb.net 2008) when trying to encrypt a byte block of under 245 bytes using a public key loaded from an xml string. I have searched everywhere for this, but the only answers I can find...
  4. cjelec

    Trap mouse side scroll events

    To update from my post above, I found that the WndProc sob does pick up the side scroll buttons and that the Msg for the button press is &H20E (526). But this event only fire's when the side scroll buttons are pressed and I couldn't find a button release Msg, so I'm still stuck with trying to...
  5. cjelec

    Trap mouse side scroll events

    Hi, Does anyone know how to trap the side scroll events when the user clicks the scroll left/right buttons on their mouse. I've tried the MouseWheel event but that only supports vertical scrolling. I've also looked at the MouseDown event, but that doesn't fire when the scroll buttons are...
  6. cjelec

    User home folder, Access Denied

    Thank you both for helping me out of that problem. It worked when I ticked the box on the owner page, which I must have missed the first and second times... Thanks again Chris
  7. cjelec

    User home folder, Access Denied

    ShackDaddy, Thanks, I'll have a look again in the morning. I did have a thought on why it didn't work earlier, it may have been because the admin's are in a different OU, remembering from the old 2k days, this can make the Admin accounts behave as though they don't have full rights of the...
  8. cjelec

    User home folder, Access Denied

    Hi mofusjtf, Thanks for you reply, I did try that before posting on here, but it popped up with access denied when changing the owner and any permissions to the folder and the child objects (tick box). My account is a Domain Admin account... Thanks again Chris
  9. cjelec

    User home folder, Access Denied

    Hi, I'm in panic now, so please please can someone help me? A users account got deleted somehow (there are other admins on the domain...), so I recreated the user account. Their home folder ("\\server\users\[user]") still exists but no one can get access to it because of the restricted home...
  10. cjelec

    Outlook PST files store in users profile

    Thanks both, cmartin75, That is something like what I was thinking. I was also thinking about reversing the source/destination for when the user logs on, so the PST file would copy back from the server profile. Could see it taking a long time if the user has a few emails in their PST file (like...
  11. cjelec

    Outlook PST files store in users profile

    Each user does have a network profile as in that their Docs & Settings reside on the server, which works fine, users can login to any machine on the domain and the user profile is applied (like a normal domain). But the PST files still reside on the machine that they created the Outlook profile...
  12. cjelec

    Outlook PST files store in users profile

    Little background: I'm running an charity internet cafe using sbs to manage the user accounts and profiles. Each user regularly uses the computers but use different ones each time. The problem: The users are using Outlook to connect to there own pop3 email servers, but the PST files are being...
  13. cjelec

    Is this the correct processor/mobo combination

    I'm more of an Intel guy. But from what I could find, I would say that they should work together. The CPU is an "X2" (Dual core?) and the mobo shows in the spec that it supports this. The mobo specs says that it supports 2000MT/s or 1600MT/s, and sites I found suggests that the CPU is 1000MHz...
  14. cjelec

    _VALID_MOS not being defined

    Hi, I finally got around to testing the site again. I added your code to the file and ran it. Found that it does set the _VALID_MOS and that there are a lot of constants named with something for mysql and database... So I'm none the wiser... Thanks again
  15. cjelec

    Second opinion on dead laptop

    Hi, A friend took her dead laptop to a IT repair person who diagnosed the problem as a faulty power adapter and quoted a figure (little high) for a replacement... She brought it around to me today to have a second opinion. I actually had the same model of laptop lying around so I checked both...
  16. cjelec

    _VALID_MOS not being defined

    Hi, I'll have to do that on Monday as I don't have access to the server till then. When I get the response from the line of code I'll post it for you to have a look at it. Whilst waiting till Monday, A few thoughts that I have had: 1) Are Constants stored in the session file? 2) Are...
  17. cjelec

    _VALID_MOS not being defined

    Hi, thanks for looking at my question. The module is called Virtuemart and the file is called worldpay_notify.php <?php /* * @version $Id: worldpay_notify.php 617 2007-01-04 19:43:08Z soeren_nb $ * @package VirtueMart * @subpackage Payment * * @copyright (C) 2004 Soeren Eberhardt * @license...
  18. cjelec

    _VALID_MOS not being defined

    Hi, Using a Joomla module that is for making purchases online. It has a callback page for WorldPay to send back saying that it has accepted the payment. The problem I'm having is that the code starts with the usual: define('_VALID_MOS', 1); Then it imports the database.php file...
  19. cjelec

    CD/DVD disappears &amp; misc. probs

    It sounds to me like your CD drive has gone. I had a similar problem with a PC cd/dvd drive. I got a replacement from the shop where I brought it from... Is the laptop still under guarantee? If so they should be able replace the drive for you.
  20. cjelec

    Is This PC Configuration Good??

    I can vouch for that as I have seen my mates "500 watt" power supply literally blow up after 2 hours of use. His PC wasn't that power hungry either... Have you found your self a mother board? I'm trying to think of one to suggest, but it all depends what you need the PC for? If its for general...

Part and Inventory Search

Back
Top