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 TouchToneTommy 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: kisk
  • Content: Threads
  • Order by date
  1. kisk

    Preparation for Reformat, and ?'s about afterwards...

    I'm fixing to reformat and reinstall WindowsXP SP1... The way I have it setup now is I have two drives -- the first drive is a 90gb used for the OS and misc program files. The second drive is 120gb and for downloads/backup purposes. Instead of erasing my main OS drive (the 90gb), I plan to...
  2. kisk

    Searching for files(and within) in explorer...

    While in explorer, if you hit ctrl+f a find box will come up to the left of the explorer window which you can search the system for files. The filename search works great, but I run into problems when I'm searching for text within files. The search doesn't seem to want to go inside certain...
  3. kisk

    ASP.NET(vb) + MySQL using ODBC .NET Provider & MyODBC 3.51

    I have a weird situation here. I'm programming a web application and it needs to be able to access a MySQL db. Let me go head and say that for all tests I've done, I am using my webhost's mysql database. The app connects to my host's mysql db just fine when the app runs on my computer, but...
  4. kisk

    ASP.NET(vb) + MySQL using ODBC .NET Provider & MyODBC 3.51

    I have a weird situation here. I'm programming a web application and it needs to be able to access a MySQL db. Let me go head and say that for all tests I've done, I am using my webhost's mysql database. The app connects to my host's mysql db just fine when the app runs on my computer, but...
  5. kisk

    ASP.NET(vb) + MySQL using ODBC .NET Provider & MyODBC 3.51

    I have a weird situation here. I'm programming a web application and it needs to be able to access a MySQL db. Let me go head and say that for all tests I've done, I am using my webhost's mysql database. The app connects to my host's mysql db just fine when the app runs on my computer, but...
  6. kisk

    VB.NET + MyODBC: Option Values??

    I'm using the MySQL ODBC 3.51 Driver in VB.NET to connect to a MySQL db and in the connection string there is an "Option=" attribute. I have it set as "3" right now, but I'm not sure exactly what the option values do. Could any of you guys point me to a resource where I can...
  7. kisk

    Asp.NET web application - Compile & upload to remote server?

    I'm coding an asp.NET web application with vb.NET and right now I have my web folder set on my computer -- running off IIS in inetpub/wwwroot. When I run the project, any new files that have been changed are re-compiled and then the application starts up in the browser. I would like to put my...
  8. kisk

    Looking for a vb.net + web application/services book for vb6 coders

    I've been programming for vb6 for a while now, and I was wanting to start to build web applications, so I might as well use vb.net ... Do you guys suggest any good books for using vb.net to create web apps? Thanks, -- kisk
  9. kisk

    Using variables with document.form.submit

    Ok, I run a directory site and it has a lot of links, and I'm trying to set up a way for users to notify me if they find a dead link in my directory. Below I've provided some sample code of how my pages are set up now... '## Start: Page <head> <SCRIPT language=&quot;JavaScript&quot;><!--...
  10. kisk

    Sleep vs. Doevents

    I've got a pause sub that uses a timer variable with doevents to pause and loop until the time expires, but I've noticed that when the pause loop runs, the cpu usage for my app sits at close to 100%. Would using the Sleep api do the same? If not, is there any other way to pause within a sub...
  11. kisk

    A good book for migrating to .net

    Hey guys, I'm pretty familar with VB6, and I was wanting to advance to the new .NET scene. What are some good books that I could buy that would help someone that is already accustomed to VB6 move to vb.net. I'd like something that can give me the info on the new syntax rules and also...
  12. kisk

    Application Watcher

    Are there any programs out there that can 'spy' on another program and see what registry values its trying to read/write, or what files on the HD it is accessing, etc? Thanks ;)
  13. kisk

    Winsock secondary connection thru proxy

    I'm using VB6 and the winsock control. I know how to connect to a proxy and retreive web pages thru this proxy, but what if I wanted to connect to a secondary proxy(thru the first), then tunnel information thru both of those proxies? Like I said, I can get the first proxy to connect, but I'm...

Part and Inventory Search

Back
Top