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 Chris Miller 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. webmonkey323

    POST using ServerXMLHTTP causes app to hang

    Hi Tarwn, Thanks for this, I'd gone through a couple of these steps anyway and found that the .aspx page was responding (albeit with an error) when I hit the page without any data. As you'd suspected, the problem was with an underlying process that the .aspx page was trying to invoke - a...
  2. webmonkey323

    POST using ServerXMLHTTP causes app to hang

    Hi, I'm having serious problems using ServerXMLHttp in ASP (trad) to post data to an ASP.NET page. As soon as .open(...) is called, the application just freezes. I was seeing a similar problem using XMLHttp, but switching to ServerXMLHttp appeared to fix this on my dev environment. However...
  3. webmonkey323

    MCAD / MCSD Certification

    Hi, I'm a MS DNA web developer (ASP, VB6, ADO, SQL, JavaScript, XML, etc.) looking to get .NET certified. I've been poking around with C# and ASP.NET, and none of it looks to tricky *yet*. I'm wondering if it would be possible to get some study guides and put myself through the training, rather...
  4. webmonkey323

    Unable to locate the Resource Editor add-in in VB6

    Hi, I need to add a resource file into my VB6 project but when I got the add-in manager, the resource file add-in doesn't appear. I've got VB6 Enterprise Edition so I should have it located somewhere. Any ideas on where it might be lurking (either on my hard drive or on the installation CD) or...
  5. webmonkey323

    MAPI Session object not available

    Thanks guys, I knew there must be another control kicking around somewhere! Basically, when I was adding the .OCX to my toolbox, it was wrappering the layout of the controls so that I could only see the Message control and not the Session control. I've managed to locate them both now. Thanks...
  6. webmonkey323

    MAPI Session object not available

    Hi, I'm trying to write a simple VB6 email application but am having trouble locating the MAPISession object. When I add the MAPI Controls v6.0 (c:\winnt\system32\Msmapi32.ocx) from components, then add it to a form, I get the MAPIMessages1 control to use. However, whenever I try to reference...
  7. webmonkey323

    Right Aligning Text in Combo Box

    Excellent, that's just the job!! I was just about to give up on this...I'm amazed its proved so hard to do!!! There's a star on its way to you. Thanks.
  8. webmonkey323

    Right Aligning Text in Combo Box

    Hmm...I've tried that and it hasn't made any difference. Tha API call to bring the drop down works fine, but the text is still left aligned. Do you think it might be an operating system oddity? Are you using W2K / XP? I'm currently on NT4. Thanks again for the help.
  9. webmonkey323

    Right Aligning Text in Combo Box

    Thanks for that - I'd come across this previously but I think its only applicable for .NET controls. I'm currently using VB6 on NT4 and unfortunately these API calls don't alter the layout / alignment. Thanks anyway.
  10. webmonkey323

    Right Aligning Text in Combo Box

    Hi, I'm pretty sure the answer to this is no, but is there ANY way at all to right align text in a VB combo box???? I have a combo box with the style set to 2 - Dropdown List. I have checked lots of API functions and messages to try and alter the text alignment but have so far drawn blanks...

Part and Inventory Search

Back
Top