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 Wanet Telecoms Ltd 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: JAG14
  • Order by date
  1. JAG14

    Any Good Opinions of Windows 8 To Date?

    kjv1611, That sounds quite confrontational, I don't work for Microsoft, nor should I be bothered about dilettante's personal opinions but when one is spreading misinformed babble as "truth" and does not listen to reason, I feel the need to interject simply to correct and inform. YOUR thread is...
  2. JAG14

    Any Good Opinions of Windows 8 To Date?

    Dilettante, I see you haven't used the RTM version of 8. So just to point out the following: 1. I did not say the start menu wasn't used. I suggested that if it was used in the way it was intended, that 8 is better at it. You can see the full Application collection (including every installed...
  3. JAG14

    Windows Certificate

    1. Windows Key + R (or Click Start) 2. Type "certmgr.msc" 3. Press Enter. 4. Buy a beer and fax it to me on 555-YOU-ROCK 'Very funny, Scotty... Now Beam down my clothes.'
  4. JAG14

    Any Good Opinions of Windows 8 To Date?

    Hi (Belatedly), I have the RTM installed on both a Tablet and a Bricks and Mortar (Keyboard and Mouse) PC. I can honestly say that 8 is a massive leap in UI design, but once you get to grips with it, it really is more intuitive to use than 7 or indeed any windows before it. Do you REALLY (And...
  5. JAG14

    selective printing

    Change iID = cCol.Item(i) to iID = cCol.Item(i-1) I think the column range is outside of the loop scope. (I may be wrong though, as I never got home til after 5am!) 'Very funny, Scotty... Now Beam down my clothes.'
  6. JAG14

    MAPI email quirks

    Sorry, i'm confused. Are you presenting the user with an Outlook message window to complete the email or is your code doing the grunt work? Do you have the erroring code? JaG 'Very funny, Scotty... Now Beam down my clothes.'
  7. JAG14

    VB6 SP6 on WIndows 8 64-bit

    Trying the install of VB6+SP6 on W8x32 RTM later today. You want updates? 'Very funny, Scotty... Now Beam down my clothes.'
  8. JAG14

    MAPI email quirks

    Solution from one of our other programs changelog after a 7 upgrade. Original Source Unknown but it wasn't long ago. If I find, I will credit. Public Function TestEmail(ByRef MAPIMessages As MAPIMessages, ByRef MAPISession As MAPISession) Let MAPISession.DownLoadMail = False...
  9. JAG14

    My High Search Ranking...What Happened...???

    Hi, (belatedly) Agreeing with everything Chris says, but getting the distinct feeling it's going in one ear and out of the other. (sorry if i'm wrong) Maybe it is better to point out one of your keyword (if not primary) competitors. "The Stiz" is a hip hop recording studio in Trenton, NJ and...
  10. JAG14

    AND AND OR in Web Config Rewrite

    Is it possible to use a match "PATH_INFO(Negated) AND ANY other condition" in Web.Config? I currently have multiple items the same as below <rule name="Rewrite to Site1 Root" stopProcessing="true"> <match url="(.*)" /> <conditions logicalGrouping="MatchAll" trackAllCaptures="false">...
  11. JAG14

    Using CSS and DIVs for aligning search results.

    Thanks Jason, I knew that!. I have absolutely no idea why I posted in the .NET forum.. Must of been monday.. On a similar note. If I did this using ASP.NET panels, would the rendered HTML be DIVs (and align properly?) Regards, Jag 'Very funny, Scotty... Now Beam down my clothes.'
  12. JAG14

    Using CSS and DIVs for aligning search results.

    Hi Guys, I've gone and gotten myself into a bit of a pickle trying to turn an old table into CSS and DIVs. I've said to the client that it's entirely possible to format the search results from an SQL DB using CSS, but haven't got the first clue where to start when laying out the old table...
  13. JAG14

    SBS 2003 server and Windows 2003 R2 Domain

    SBS has major issues with being in a non-SBS forest and doesn't like answering to other servers for FSMO or any other major role. IMO, your best option would be to reinstall the SBS server with R2, but if finances/logistics are a problem for this then reversing the roles of the two systems are...
  14. JAG14

    Multiple onMouseOver Events.

    Jason, Technically it is a Javascript Problem, but since JS is commonly used in ASP.NET and the application is in ASP.NET. This is probably the best place for it. I have sorted the problem by writing a JS function to change the all of the images and calling that function from the "onmouseover"...
  15. JAG14

    Window.Open issue

    Bear in mind that when you call a function (in this case within report.aspx) you are running that function once in the session. If you try to run it again before 'Exit Function/Sub' then it will likely say "wait." How are you transferring the user to the report.aspx page? Is it via standard...
  16. JAG14

    Multiple onMouseOver Events.

    Hi Everyone, I have googled and TTS'd the ass out of this one and i'm stumped. This is a page modification problem with Javascript. Originally, my page Vil.aspx had 1 Large Image and a series of thumbnails. When the JS 'Mouseover' event of the Thumbnails fired, the Large Image changed to the...
  17. JAG14

    FTP permission settings

    What FTP Server are you using? Windows Server native or third party? Regards, Jag14 'Very funny, Scotty... Now Beam down my clothes.'
  18. JAG14

    VB6 Outlook Addin - Ho do I package resource files with the dll?

    If you want to include a file with the addin, then you would have to use an installer to find and edit the Outlook Directory. As you are creating an Addin/DLL the app.path variable will reference the calling application's disk location. (AFAIK) See point 1 for answer to Q3. HTH, Jag14...
  19. JAG14

    Teensy USB board and VB6

    If it's just for I/O then can't you use one of the HID code samples from the site and interface it like a keyboard? Just a thought, may be wrong. (But I think I may have a longer play with one of these, they look interesting!) HTH Jag14 'Very funny, Scotty... Now Beam down my clothes.'
  20. JAG14

    SSL certificates

    Bearing in mind you will pay more and your information/data is sensitive, I would recommend Verisign simply because of the strength of their encryption and widespread use. Verisign vs. Godaddy IMHO is no contest. But there are other services out there like Thawte, which are also strong and...

Part and Inventory Search

Back
Top