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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cjelec

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

Part and Inventory Search

Back
Top