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 bkrike 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. BigRedTexas

    Dll or better option?

    Ok, we want to have a dll or something similiear used for basic business functions (formatting, calculations, etc.) on the network and have other applications all reference that dll. Here's the (possibly dumb) question. If we want to update that dll on the fly (in the middle of the day while...
  2. BigRedTexas

    VS.NET looses windows handle???

    I have had VS.NET installed on 2 XP machines and one 2000 machine. The 2000 machine did not have these problems. However, both XP machines have problems keeping VS.NET in the task list. For instance, if I minimize it, I can see it in the Task Bar but if I click on it, it won't Maximize...
  3. BigRedTexas

    How do I retrieve the application version for my web app?

    I need to retrieve the application version number and display it on my start page. Does anyone know how this is done? Thanks, Scott
  4. BigRedTexas

    Deployment Question???

    I would like my setup to install over the current version of my ASP.NET application. However, whenever I try to run the new setup, I get the following message: "Another version of this product is installed....." Setup Project Properties: DetectNewereInstalledVersion = True...
  5. BigRedTexas

    How do I get the username of local computer?

    I'm trying to append my username I'm logged on to my computer as onto a build version. How can I retrieve that via VB.NET? Thanks, Scott
  6. BigRedTexas

    Redirect not working properly when using a timer??

    I'm trying to redirect to a certain page after 3 seconds but when the timer fires off and it hits the redirect, nothing happens. If I put the same redirect code behind a button, it works fine. Does anyone have a clue what could be causing this?
  7. BigRedTexas

    Hello all, I have a databound da

    Hello all, I have a databound datagrid that is pulling a string field filled with phone numbers. The problem I'm having is formatting the phone numbers to look like 999-999-9999. I have seen plenty examples of using the "Data Formatting Expression" in the datagrid columns properties...
  8. BigRedTexas

    How do I minimize my current browser window?

    I am calling an open on another browser window and need to minimize the current one. How can I do this via .net? I'm assuming Javascript is the way to go but can't figure it out. I used a "window.blur()" but all that does is send that window to the back. Thanks for your help in...
  9. BigRedTexas

    How do you make a TabPage Active

    I've looked on MSDN but don't see an obvious way to make a TabPage active on the .net TabControl. I have two tabs, and just want to be able to make the second one active when something happens. Can anyone please help me? Thanks, Scott
  10. BigRedTexas

    Can't release Excel Object

    I have a simple ASP.NET app that launches an existing Excel workbook when the user clicks a button. However, the workbook never becomes visible (I set it to visible). And when I try to set the excel object to nothing, the excel object doesn't go way. When I try to call an application.quit()...
  11. BigRedTexas

    Access Denied When Trying to Create Excel Object

    I have a simple button on my asp.net app that runs some code to create an excel workbook (object). I am getting the following error message. Can anyone help? "Exception Details: System.UnauthorizedAccessException: Access is denied. The ASP.NET process is not authorized to access the...

Part and Inventory Search

Back
Top