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

    Where can I get a copy of Microsoft Visual Studio 6 Professional?

    Preferably by download. I have an MSDN account but it looks like VS6 is long gone and not available for purchase anymore.
  2. RichS

    Eclipse IDE icons flash when I save or set a property

    When I'm in the Eclipse IDE and save the project or change a property value of a widget in the property window, the icons at the top of the Graphical Layout window flash. This continues for a few seconds and apparently quits when the save or change is complete. Does anyone else experience...
  3. RichS

    Google TV?

    I bought one of the Google TV's a few months back. Love the thing but not a whole lot of available apps, at least not like for the smart phones. Pandora, Scanner Radio, some live backgrounds, some others are there. But maybe it's an underserved market at this point. Should probably check...
  4. RichS

    MS Sync Services and CE - Which Port to use

    Does anyone know which port Sync Services expects? We've got a firewall between our central office and outside offices and we have an occasionally connected application using SQL Compact Edition. How can I determine which port to open?
  5. RichS

    Web Based vs. Desktop

    Does anyone have any numbers or a study on whether a Web Application takes longer to develop than a Desktop application, and by how much?
  6. RichS

    Bandwidth speed web service

    Does anyone know of a web service that brings back your internet connection speed. Kind of like this one: http://reviews.cnet.com/internet-speed-test/ But I want to do it programmatically within an application.
  7. RichS

    Click Once - Change installation folder?

    My application is a click once available when users are disconnected. It installs in the "Documents and Settings\myusername" folder. Is it possible to change this installation folder to something else?
  8. RichS

    AD LDS and Occasionally Connected

    I'm looking into a security model in which we will have an occasionally connected (Click Once) application. (Briefly: Our users use tablet PCs to collect data while in the field. If they have a broadband connection they can access network resources. Without a connection they can still...
  9. RichS

    AD LDS and Occasionally Connected

    I'm looking into a security model in which we will have an occasionally connected (Click Once) application. (Briefly: Our users use tablet PCs to collect data while in the field. If they have a broadband connection they can access network resources. Without a connection they can still...
  10. RichS

    DataGridView multi-column headers

    I'm trying to use a datagridview with a multi column header for visual appeal like: Monday Tuesday Open Close Open Close 6:00 10:00 6:00 10:00 12:00 5:00 12:00 5:00 Where the header would be the "Monday" and the "Open" and "Close" spanning the two columns of...
  11. RichS

    SQL Compact Edition - Intermittent Error on Insert

    We are using SQL CE on tablet PCs, that synchs with our host SQL 2005 Server using Microsoft Synchronization Services. On the tablets, when inserting a record, we get an error intermittently as follows: A duplicate value cannot be inserted into a unique index. [ Table name =...
  12. RichS

    Repaint when spell checking using Word.Application

    Visual Studio 2008 C# Microsoft Office / Word 2003 I have a Windows form with a text box to capture text from the user. With this I have a button that allows a user to spell check the text prior to saving. This uses the spell check feature in Microsoft Word to look for possible errors. This...
  13. RichS

    DataGridView - Set back color for cell range

    I am using a DataGridView and would like to programmatically set the backcolor for a range of cells in it, similar to what the Outlook calendar looks like when meetings are displayed in Work Week view. Anyone know how?
  14. RichS

    Disable history delete (IE 7)

    In previous versions of IE you could edit the registry to disable the "Delete" history button in the Internet Options control panel. Does anyone know how to do this in IE 7 ?
  15. RichS

    Where is IT Going??

    http://www.stanvir.com/urdu/viewtopic.php?t=2387&view=next&sid=e7399d07283bcd642803a4e22ac77add
  16. RichS

    Create a .tif file with Crystal 9

    Hello All, I need to create a .tif file dynamically for faxing reports. Our company has Crystal 9 standard. (Also have the developer's version if needed) Can this be done with Crystal 9? If so could someone point me in the right direction? The help docs don't mention this sort of thing. -...
  17. RichS

    Make TextBoxes ReadOnly using Loop

    Is there a way in C#/ASP.NET to make all text boxes on a page ReadOnly? I have in mind to do like the following but the ReadOnly property doesn't seem to be available. private void CCEReadOnly(Control ctlParent) { foreach (Control ctlChild in ctlParent.Controls) { if...
  18. RichS

    Redirecting a web service path

    I have read the many articles about redirecting a path in a web app to a different url for a web server. Most talk about how to go from development to production. Which is exactly what I am doing. They say that it is simple: 1) set your web url behavior to dynamic 2) copy your app and web...
  19. RichS

    SOAP with NT Credentials

    I have a web service written in C#. I have to validate outside (internet) users with an NT user account. The outside user will be a Visual Basic 6 client. I have been all over the internet and have not found a working example of how to pass the NT domain\user name and password to the web...
  20. RichS

    favicon?

    Is it possible to add a favicon to an aspx page/site? Using the <link rel=icon href=favicon.ico> in the html doesn't seem to work anymore?

Part and Inventory Search

Back
Top