Search results

  1. H

    Marital Discord

    Here is my short opinion, mind you i am a man and am most likely wrong. As always. I think it all comes down to the man wanting to buy/provide the insurance for the woman not the other way around. You are telling him that you do not think that he could handle things after you are gone. I...
  2. H

    Web hosting

    I would highly recommed http://www.bananahosting.com/ more expensive but you get a mssql server and very good support Hooks
  3. H

    Growing My Business

    Can i buy a hint??
  4. H

    Growing My Business

    lol How hard would it be to make your page go all the way across the screen no matter what resolution you are using?
  5. H

    Growing My Business

    Very nice. someday i hope to be able to do something like that. Are you using CSS?
  6. H

    Growing My Business

    Here is a link to my sample web page that i use with most of my websites. http://www.hooks-web.com/hooksweb/welcome.aspx It would need some work before being put in production but you get the idea.
  7. H

    Growing My Business

    I and a lot of people i know just can't stand it. I believe that a business web site should be straight html/asp.net/php so that the end users don't have to download any software to simply view your web page. Flash probably isn't that bad because i have read studies that like 95% of pcs have...
  8. H

    Growing My Business

    Here are a couple thoughts. First off I am no expert at business or web design but i did have an online business for a little while so I did learn a few things. First thing i would do is be sure that your business name and website name do not violate any trademarks. I learned that the very...
  9. H

    Funny Pictures

    Just throwing in another car word for you all. stoichiometric "the calculated ideal ratio of air to fuel. Theoretically, at this ratio, all of the fuel will be burned using all of the oxygen in the air. [For petrol, the stoichiometric ratio is about 14.7 to 1, meaning that for each pound...
  10. H

    ASP Request.QueryString

    I am using ASP. I think i am going to convert the site to ASPX in the future. thanks
  11. H

    ASP Request.QueryString

    Hey all. Once again I am in a pickle. I have 2 asp pages and 1 html page. The pages are Page1.asp, Page2.asp, Page3.htm Here is what im doing. Page1.asp is passing a variable to page2.asp. On page2.asp the user enters in some data and resubmits the page to itself. After the page has...
  12. H

    OpenFileDialog

    I assume that this works the same way in vb.net?? Nevermind ill search :) Thanks
  13. H

    OpenFileDialog

    It doesn't make it to the filenames variable. It fails when i do showdialog. Actually it doesn't fail but it gives me the file doesn't exists message. Can you give me an example of opening a file dialog using API??? Thanks both of ya.
  14. H

    OpenFileDialog

    LOL Here is more details With Me.OpenFileDialog1 .Multiselect = True .CheckFileExists = True .Filter = "MP3 Files|*.mp3" .Title = "Please select MP3 to add to playlist" End With If OpenFileDialog1.ShowDialog =...
  15. H

    OpenFileDialog

    Im at work at the moment. Give me about 10 hours and ill give you more details.
  16. H

    My trip and the NHL

    Very true except the line. I have seen many players get career ending injuries in fights. Usually when the tough guy on one team fights a small player from the other team. I have seen broken jaws and orbital bones. You still have to love the hockey guys though. I seen a game the other...
  17. H

    Inner join on 2 different Databases

    I am unable to create a linked server. I have found another solution. I am just using multiple select statements. Not the best solution but it works in this case. Thanks Hooks
  18. H

    Inner join on 2 different Databases

    Does anyone know how to do a join on 2 mssql tables that are in 2 different mssql databases???? SELECT Table1.ID, Table1.PrjID, Table1.Description, Table1.Order, Table1.Csr_ID, Table1.Resource, Table1.SDate, Table1.CreateDate, Table1.PromisedDate, Table1.Hours, Table2.creation_date FROM Table1...
  19. H

    OpenFileDialog

    OK i have a couple of folders with a bunch of mp3s. The first folder contains. 1133 files and i get the file doesn't exists at the 928th file The next folder has 2000 files and i get the file doesn't exists at the 973rd file. I cant figure this out and it is driving me mad. Why would it...
  20. H

    OpenFileDialog

    I have tried it with file exists checking and it still fails at the exact same file before the readtag procedure runs. Its like there is a file limit or something. very strange. Any ideas.
Back
Top Bottom