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 Chriss Miller 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 WiseNewbie

  1. WiseNewbie

    WfWI v5.2 and installing selective components...

    Hi, I finally bought a copy of WfWI 5.2 and upgraded my previous copies to the new version... i'm wondering how you can add say a checkbox onto a MSI form to allow an optional component to be installed without having to goto 'Custom' and tick it... Is this possible? Say 'Create desktop icon'...
  2. WiseNewbie

    Reinstalling COM+

    hi guys, sorry its taken a while to reply... I have not done anything with IIS at this stage and left it uninstalled on my local machine.... Are any of you running Service Pack 2 Beta or installed Whidbey Alphas?
  3. WiseNewbie

    Webbrowser bookmark bug?

    Hi, When i said Bookmark i meant the actual bookmark on the page... like eg: index.html#bottom etc... not favourites(or Bookmarks in Netscape etc)... having an achor to the page i use: <a name="#bottom"></a> thanks for trying:)
  4. WiseNewbie

    Webbrowser bookmark bug?

    Hi, We're in the middle of releasing our product to our clients and we have made our documentation built in to save having to use external mish mash, that aside we're using the webbrowser control to navigate to the topics needed, however i am noticing that whenever you click on a bookmark...
  5. WiseNewbie

    Detect 404 in browser control

    hi guys, i read the FAQ, unfortunetly no it didnt solve my problem...
  6. WiseNewbie

    Searching treeview

    Thanks guys we decided to scrap the idea:)
  7. WiseNewbie

    Detect 404 in browser control

    thanks:) i'll look into these, can we get to the headers of the page request within the IE browser? that way there may be a sure wya of telling if it was a 404 or not:) ~ Emily
  8. WiseNewbie

    Detect 404 in browser control

    Hey, Is there a simpler way of detecting a 404 error page occuring inside the WebBrowser control? At the moment i check to make sure the file exists before i browse the page. As you may have figured out this cant work for URLs outside the system. What method/property/function should one use to...
  9. WiseNewbie

    Looking for the perfect ActiveX control

    hi, Try codemax or codesense from here: http://groups.yahoo.com/group/codemax they are closing down soon so better go and get the sources quick! its open source and a v3.0 is coming soon from what i read. As for real world applications using it some I know of: SCRIPT-Debugger...
  10. WiseNewbie

    Searching treeview

    Hello, I was wondering whether there is there a quicker way to search a treeview control rather than looping through all the nodes... The reason I ask is we've created a similar feature to that of the HTML Help's Index tab - so you enter some text and it will search for the item in a...
  11. WiseNewbie

    Creating IIS Virtual Directories

    Hi, Thanks for checking up on me:) Nope i couldnt quite locate it. I can create virtual directories and i found the registry key to locate where the default path to the website is etc but not to list all the directories and their paths, nor how to detect if IIS was running, paused or...
  12. WiseNewbie

    ASP.NET web matrix

    hmmm http://www.learnvisualstudio.net?referedby=54275 Referedby? trying to make some dough on the side aye? lol! nice:) -Emily
  13. WiseNewbie

    How will upgrades affect hotfixes?

    Hi, I was wondering, say we distribute v1.0 of our application (and we keep the MSI file for later use), then further down the track we distribute v1.01 but not as an MSI Update but rather say a &quot;hotfix&quot; for the exe(compress and send) then later we release v1.1 with an MSI Patch would...
  14. WiseNewbie

    detect if computer is a latop or desktop

    so theres nothing that can tell me this?
  15. WiseNewbie

    Some SQL and ASP.NET C# assistance

    Hi, I come from an ASP background and only started playing with ASP.NET recently but i cant workout how to use the relavent DataSet and SqlAdapter classes properly. Heres what i need to do: - Connect to a SQL Database *OK* - Look through a table to see if a certain number is already there...

Part and Inventory Search

Back
Top