Search results for query: *

  • Users: pjslevin
  • Content: Threads
  • Order by date
  1. P

    Visual Studio 2010 ISO image

    I have downloaded Visual Studio.NET 2010 from Microsoft's Dreamspark website. It downloaded as an ISO image. Do I need to burn it to a CD in order for it to install? Or, can I install it directly from my hard drive? If so, how? It would not run as an install disk. If it must be burned to a...
  2. P

    Question .NET Framework SDK for ASP.NET

    I am in the process of learning ASP.NET. I understand that I need to have IIS and .NET Framework SDK installed. I have just installed IIS. I already have Visual Studio 2005 and .NET Framework 3.5 SP1 installed. Do I still need to install .NET Framework SDK if I have these programs?
  3. P

    Timer control to flash message

    I have added a timer control to a VB.NET windows form to have a message flash on and off between ticks. When I load the form I have the timer disabled. When i click on a command button, I set Timer1.Enabled to True so that the timer can begin flashing the message. The timer does not flash the...
  4. P

    Can Crystal Reports access a VB database object?

    I have a VB.NET program where I have to access several differnet databases. My program connects to each database a summarizes some data and fills a dataset object that I have internally created in my program. Can Crystal Reports Viewer link to to this dataset object? Or, will CR only connect...
  5. P

    Question How do I deploy a program from C: to a server?

    I have a VB.NET 2003 program that I have created on my local hard drive. is there a way to deploy the program on a server so that I don't have to change the directory structure of my files? Do I use an environment varaible or is there a better way? Thanks, Pat
  6. P

    How to show one form from another form

    When I created a vb project, it created Form1.vb for me. I am naming this form frmMain. Then I went to the Project meu and selected Add windows form. I named the formfile frmCustomers.vb and I named the form itself frmCustomers as well. I tried to perform a frmCustomers.Show() function from...
  7. P

    Using toobar buttons in select case

    I am using vb.net 2003. I have set up a toolbar on a form. I would like to set up select case code to execute code based on the toolbar button clicked. I get an error when trying to run my code that says I can't use e.button is the select statement. How can I retrieve the index number of the...
Back
Top