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!

Search results for query: *

  1. hughejars

    Textbox validation

    No problems guys found it on MSDN if (checkName->Length == 0) Cheers I'm studying hard every day, so why is the learning curve appear to be heading downwards?
  2. hughejars

    Textbox validation

    Hi guys I'm new to visual C++ so I'm looking for some pointers can someone tell what is wrong with this statement { String^ checkName = firstname_txt->Text; if (checkName = "") { MessageBox::Show("Please Enter\nYour Name."); label6->Text = L"*"; } else...
  3. hughejars

    Using certain characters as strings

    [afro] yeah looks like the "&lt" is the way to go. Cheers Chris. I'm studying hard every day, so why is the learning curve appear to be heading downwards?
  4. hughejars

    Using certain characters as strings

    Ok Weirdsville, Does not work IE9 but no problem in Firefox. [ponder] I'm studying hard every day, so why is the learning curve appear to be heading downwards?
  5. hughejars

    Using certain characters as strings

    Hi We use the 'backslash' \ symbol before double quotes and single quotes etc so the symbol will show up as string, not an operator. I need to use the < 'less than' symbol, using the \ 'backslash' dosn't seem to work, yet it works ok for the > 'greater than' symbol. Any clues would be...
  6. hughejars

    SQL server management studio express Installation

    Forget I'll stay with my 2005 edition, at least that works!!! I'm studying hard every day, so why is the learning curve appear to be heading downwards?
  7. hughejars

    SQL server management studio express Installation

    Hi I'm trying to install SQL server 2008 management studio express. 1) it says I need "Powershell" 2) so I go to Microsoft and ask for KB928439 download and all I get is some b.s. validate windows nonsense. 3) so you go through the nonsense and it just chucks you out some back door with size 9...
  8. hughejars

    New Server Problems

    Thanks Shackdaddy, Yes I did enter Disk Manager and check it was all working, which it was. The drive was formatted in the the RAID setup just after the POST boot. I was hoping to get a SCSI card on Ebay, went somewhat higher than I was willing to pay. Considering people are now switching to...
  9. hughejars

    RAID windows setup won't see it.

    Thanks for the advise there, but finances don't allow an immediate update to the latest greatest, hope you understand. Plus SCSI's always been reliable for me, I've already had 1 SATA disaster. This is a private inhouse server where speed is not the priority, but ensuring our files are kept...
  10. hughejars

    RAID windows setup won't see it.

    Thanks for the info guys, nothing easy there. I may go for a new SCSI board into the RAIDIOS PCI slot, being Ultra 320 though may not be cheap. I'll let you know how I get on. Cheers Phil I'm studying hard every day, so why is the learning curve appear to be heading downwards?
  11. hughejars

    RAID windows setup won't see it.

    Hi People The system Intel Motherboard SE7501BR2 Processor - xeon 2.8 Ghz DDR ECC ram 4Gbytes On board RAID Adaptec AIC-7901a(U320) I've been tinkering for a few days with limited success. The server POST boots fine and the RAID utility loads fine, so I've configured 4 scsi drives to work...
  12. hughejars

    New Server Problems

    Hi People The system Intel Motherboard SE7501BR2 Processor - xeon 2.8 Ghz DDR ECC ram 4Gbytes On board RAID Adaptec AIC-7901a(U320) I've been tinkering for a few days with limited success. The server POST boots fine and the RAID utility loads fine, so I've configured 4 scsi drives to work...
  13. hughejars

    Wireless / LAN setup

    Thanks Jim Yeah thats what I thought, but dosen't seem to want to know, I've tried all sorts of combinations the Gateway address, IP address and even the ISP's two DNS address, into the wireless lan's properties, but no joy. Don't wear the grey matter out on it, the network plugs right in front...
  14. hughejars

    SBS 2003 failed VPN Setup\Connection

    Hi Tim Just a thought, cos I had the same problem when I first started with 2k3 SBS. I installed Server 2003 and then installed all the updates. Apparantly if you do this VPN will fail every time. You MUST configure your VPN before you install any updates. I had to wipe my system and start...
  15. hughejars

    Wireless / LAN setup

    Hi Everyone Sorry I've been quiet for a while but I've had few problems lately except for forgetting my Server Admin password, Spent half a day tapping the keyboard til I got it. Anyway I'm babbling....(Write that password down!) My setup HP compaq DL380 G1 with Windows server 2003 SBS. My group...
  16. hughejars

    Bridgehead problems

    Hi I run the wizard, and if you ask it to set up SMTP you get an error message "cannot complete as you are a bridgehead server". I came across some SBS deployment team advise that says you should use the Internet connection window in the server management screen to configure exchange server for...
  17. hughejars

    Bridgehead problems

    Hi Windows Server 2003 SBS Loaded exchange server 2003 when I try to run the internet mail wizard it tells me site is a bridehead server, how did this happen? I'm a single server with a single domain, I don't relay SMTP anywhere. So how can I stop this Bridgehead and get my e-mail working...
  18. hughejars

    ASP.NET setup user accounts

    OK scrub that question, something wasn't explained to me.!!! I'm studying hard every day, so why is the learning curve appear to be heading downwards?
  19. hughejars

    ASP.NET setup user accounts

    Hi thanks in advance for any help. I'm trying to add some pages to my website which will require a secure log in. I create a log in screen, and set up new account's etc, and create a few accounts in the configuration manager with roles. All seems great. Run debug, and all acounts seem to work...
  20. hughejars

    Newb Security Logins

    Hi thanks in advance for any help. I'm trying to add some pages to my website which will require a secure log in. I create a log in screen, and set up new account's etc, and create a few accounts in the configuration manager with roles. All seems great. Run debug, and all acounts seem to work...

Part and Inventory Search

Back
Top