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 SkipVought 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. CompCop911

    Newbie Migrating from Classic ASP

    Hi all, I am an ASP Developer, and I manage a website for a friend that uses classic ASP and an Access DB. He wants me to upgrade it to ASP.NET 2.0, so now I've gotta learn it lol... I've started reading the QuickStart at www.asp.net (http://www.asp.net/QuickStart/aspnet/), and am learning the...
  2. CompCop911

    SIMPLE question

    Ok but can you create a .asp file with the snippet I posted above? dim fs,f set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("output.asp",true) ComputerCop911 ASP and HTML Programmer Learning VB.NET and ASP.NET Can also help with hardware probs
  3. CompCop911

    SIMPLE question

    How do you take ALL the contents of a text file (like a text file containing sample ASP code) and store it into a variable? Also, will dim fs,f set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("output.asp",true) work to create ASP files or no? ComputerCop911...
  4. CompCop911

    Connecting to an Access Database

    Anyone? ComputerCop911 ASP and HTML Programmer Learning VB.NET and ASP.NET Can also help with hardware probs
  5. CompCop911

    convert vbscript to vb.net code?

    As far as I know, I don't think you can do this, but then again, I'm a real newbie at VB.NET so don't trust my word. :P ;-) ComputerCop911 ASP and HTML Programmer Learning VB.NET and ASP.NET Can also help with hardware probs
  6. CompCop911

    Connecting to an Access Database

    I just tried that, and when I run the program, I get the following error: "The specified cast is not valid." ************* Exception Text ************** System.InvalidCastException: Specified cast is not valid. at System.Data.OleDb.OleDbException..ctor(IErrorInfo errorInfo, Int32 errorCode...
  7. CompCop911

    Connecting to an Access Database

    Those are for local dbs, I need to connect to a REMOTE database on my web-host. ComputerCop911 ASP and HTML Programmer Learning VB.NET and ASP.NET Can also help with hardware probs
  8. CompCop911

    Easy question about multiple forms

    Just got one, thats how I'm figuring out how to fix these things :D ComputerCop911 ASP and HTML Programmer Learning VB.NET and ASP.NET Can also help with hardware probs
  9. CompCop911

    convert word/excel to pdf

    You can try a free program called PDF995 (www.pdf995.com) its free except for an ad that pops up when you run the PDF compiler, your resultant PDF is un-touched :D Best of all, a license is only $9.95! (hence the name) Its just installed as a "printer" on the PC, so you just "print" to it and...
  10. CompCop911

    Connecting to an Access Database

    Hi, I am trying to connect to an Access database and retrieve records. I got it working for a LOCAL DB, but the actual DB is on my web server and when I put the Data Source as "http://.... etc" then it says invalid file name or something like that... How do you connect to a REMOTE Access DB?
  11. CompCop911

    Easy question about multiple forms

    I thought I had replied to this topic, but I got it in Form1.vb, there was a typo in the namespace lol...(damn all these problems that I figure out myself and then I end up hitting myself becuase of it :P)
  12. CompCop911

    open up another form

    Never mind, got it...in Form1.vb, there was a typo in the namespace lol...(damn all these problems that I figure out myself and then I end up hitting myself becuase of it :P)
  13. CompCop911

    open up another form

    Sorry to open an old thread, but I tried that and I get "Type 'Form1' is not defined.(BC30002)
  14. CompCop911

    Easy question about multiple forms

    Never mind, I found tab pages...kicked myself cause I didnt notice it... But does anyone have an answer to switch between forms?
  15. CompCop911

    Easy question about multiple forms

    Hi, I am making a Windows app, and i have different forms, and I was wondering how to switch between them using a menu (menu as in a menu below the title bar, like File, Edit, etc) I tried the following... If Me.menuItem2.Checked = True Then MainForm.Form.Visible = False Form1.Visible = True...
  16. CompCop911

    Web Browse or Access?

    Anyone??? There must be SOMEONE that knows how to make the Windows form send the field values to an ASP script...this IS the VB.NET forum after all...
  17. CompCop911

    Web Browse or Access?

    I have found a free IDE for VB.net and made a form, but how do I make the form send the field values to an ASP script??
  18. CompCop911

    Web Browse or Access?

    I want to make an application that will open my website in the main program window so users do not have to open my website, wait for it all to load etc. Its just a client application to show a Lo-Fi version of the website for users to straight login with their password easily... Is this easier...
  19. CompCop911

    Starting out with Win32 API, need help

    I am starting out programming in C++, using Dev-C++ (bloodshed.net). I want to make a Win32 application that will open my website in the main program window (using CHTMLView I assume...?) so users do not have to open my website, wait for it all to load etc. Its just a client application to show...
  20. CompCop911

    "Windows Game Programming for Dummies" is it in C++ or C?

    You could use a free compiler for Windows called Dev-C++ located at http://www.bloodshed.net It is kind of like how benlinkknilneb described Visual C++, you debug, code and compile in the same application. Its not Visual C++, but its almost as good and its FREE! It can create Win32 API...

Part and Inventory Search

Back
Top