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

    How do I Remove the Underline from a Hyperlink Web Server Control?

    Is it possible to remove the underline from the hyperlinks defined on an aspx form using the Hyperlink Web Server Control? There is not a style property for this control so using style="text-decoration: none" will not work. That only works for the HTML Hyperlink tag that uses the <A> element...
  2. shack623

    Export to Excel from DataGrid in Windows Application

    I have a windows application with several forms that contain DataGrid controls. The user wants to be able to select/highlight desired rows and right-click, or simply right-click anywhere within the DataGrid and have the DataGrid contents exported to MS Excel or saved into a CSV file. I noticed...
  3. shack623

    ToolTip Display Event

    I am creating a windows form with TextBox controls. Several of these TextBoxes need to have an associated ToolTip to provide information regarding the TextBox. I understand the display event for the ToolTip is normally triggered by the OnMouseOver event. However, I want to be able to also...
  4. shack623

    Flying Pictures

    Link to this site: http://www.shemar.com/intro.htm I am just learning flash and am interested in knowing how to create the effects on the above website with the pictures and the words. Does anyone know a good tutorial? any suggestion, links would be very helpful. Thanks in advance.
  5. shack623

    How Can I Make a Photo Gallery Like This?

    Check this link: http://www.marcocarocari.com/indexflash.html Click on any image and see how it displays. I am new to flash, so it would be helpful if there is a tutorial or sample file that I could view. Any advice or assistance is greatly appreciated.
  6. shack623

    Need Help With Using Dynamic Controls in DataLists

    I have an ASPx page, let's call it a request transaction, that contains a combination of TextBoxes, CheckBoxes and DropDownLists. The user is required to complete all of the fields. Once all fields have been completed, the user has the option to save the information and enter additional...
  7. shack623

    Justification of Data Within A Textbox

    Can justification of data within a textbox control be set? I am creating a 8-column table; the first row and the first column contain headings. The remaining table cells contain data that is entered in textboxes. The data in the textboxes is numeric and I would like to format data within...
  8. shack623

    Can Text in a Dropdownlist Be Wrapped

    I have a dropdownlist containing listitems with long descriptions (text). The long descriptions are causing the dropdownlist control to extend beyond the right margin of the aspx page. The user does not want the description (text) abbreviated. My question: Is there a way to wrap the...
  9. shack623

    Need to Keep Report Format the Same When Exporting to RTF

    I have created a Crystal Report (CR) consisting of a main report containing active Page Header (PH), Group Header 1 (GH1), Detail (D), Group Footer 1 (GF1) and Report Footer (RF)sections. RF contains a Cross-Tab summary report. I have formatted the GH1 to print on every page (except the first...
  10. shack623

    Importing Crystal Reports Into MS Visual Basic 6.0

    I have created a Visual Basic Standard EXE project that contains a Crystal Report Designer that has a main report containing two reports (created in Crystal Reports) that were inserted as subreports. Is there a reason why the reports are formatted differently when they are created using my...
  11. shack623

    Presenting Multiple Reports on Same Page by Group Header

    I have two reports that I need to create. The first report totals the number of items that each employee within a department has processed for senior citizens. The second report totals the number of items that each employee within a department has processed for everyone else (The second...

Part and Inventory Search

Back
Top