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 IamaSherpa 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: MDA
  • Order by date
  1. MDA

    auto detect and adjust for resolution size

    Hi I am not sure if this was what you are asking but I use the following to load my application. The code is in the default page which than opens the main page. Anyway, maybe it will spark another idea for you. --------------------------------------------- <script language="javascript">...
  2. MDA

    Datagrid and drop-down menu

    Greetings, brand new to the asp.net world. I have built a simple datagrid and need to link a dropdown menu to each line. The menu will be the same for each line in the datagrid but I need to inherit information from the record to pass when the user selects one of the menu items. With that...
  3. MDA

    Unable to launch applications

    Thanks for all the feedback. We fixed it by exporting the "store" reg key from a machine that was working fine and importing into my box. It seems to work now, so hopefully it will continue to work. Thanks again for everyones time. Regards, Mike
  4. MDA

    Unable to launch applications

    Thanks for the reply, I have already tried that with no luck. In fact I deleted the entire key: HKLM\softwrare\microsoft\MSLicensing, restarted, logged into the Web Citrix and still nothing. I thought I read that XP does not require the ..store.. key? Is that incorrect? Mike
  5. MDA

    Unable to launch applications

    Greetings, I am connecting remotely to a client using the “Web Interface for MetaFrame Presentation Server” (Citrix). Unfortunately, the client just starting using this and cant resolve my issue. I installed Citrix ver 9 (ica32Pkg.msi) on my laptop and have local admin rights. I can login...
  6. MDA

    Progress Bar & Stored Procedure

    Greetings, I have a simple VB6 application that executes a Stored Procedure on SLQ Server 2000. The procedure copies anywhere from 10,000 to ++Millions of transactions, which can take from a few minutes to close to an hour. I would like to display a progress bar to the user as a status update...
  7. MDA

    Using DOM to find input name

    Well currently I only can change the alt text of the image, which is an instruction line in the spreadsheet. The engine will render the image next to the textbox if the alt field is used. But there is no way to add a name field at this time. However, let’s say that it is possible to add a name...
  8. MDA

    Using DOM to find input name

    I have a spreadsheet engine the dynamically renders html. I need to find a way to pinpoint an input box based on the alt of an img to the right of the input. So in the example below, I want to be able to specify CELLB5 and get returned IB5. However, the one strange twist is that there may be...
  9. MDA

    Web update & license keys

    Thanks for the tips... The Updater Application Block for .NET seems to be something used within an organization, would this be something used in a "public" environment as well? For instance many applications I have used, have a button that says "check for updates..." The application connects...
  10. MDA

    Web update & license keys

    Greetings, I actually have two questions about development… 1. What is involved in building an application that can be updated via the internet? I have seen .DLL’s for sale that do this but I don’t think it would be all that challenging; I am just not sure where to start, what technologies are...
  11. MDA

    Listview

    Thanks John, So do you have an example of adding a subitem to column 2 for instance, without adding anything to column 1? Because I have not been able to find any .net reference that shows how this is possible. For example I can use: ListView1.Items(1).SubItems.Add("Mydata") That will add...
  12. MDA

    Listview

    Does anyone know if it is possible to Add/delete or change a subitem in a specific column? I have found no reference to how this can be done. Example: A listview contains three columns. The first column contains "item1" I want to add a subitem to column three. Is this possible? I do NOT...
  13. MDA

    Help with Active Direct

    This may help.. Microsoft Knowledge Base Article - 326340 HOW TO: Authenticate against the Active Directory by Using Forms Authentication and Visual Basic .NET http://support.microsoft.com/default.aspx?scid=kb;EN-US;326340 Cheers, <M
  14. MDA

    Add subitem to listview control

    Greetings, I am trying to figure out how to add data to a listview subitem. Here is the setup: I have a list view control with three columns; the first two columns are populated from a SQL DB. In my double click event in the listview a new form is shown. The user enters a string of data in...
  15. MDA

    Add &quot;attributes&quot; to item in ListView

    Hi, I have a listview control with three columns. The first two columns are populated from a SQL table. In the third column I am trying to do the following: 1. User clicks on a row in third column. 2. A Dialog box opens up "used to add an attribute to the item in the listview" 3. Once the...
  16. MDA

    Loading a CheckedListBox

    Hey Branden, I am trying to figure out similar code. I found a great resource at: http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/Q_20853507.html The solution by WATYF at the bottom of the page is a very good start. It allows you to store/restore settings & data...
  17. MDA

    Saving settings

    Hi all, I am trying to figure out the best way to save settings in my small app. I have the following settings I need to save: 1. Connection info (Ex: The last server name used, was it trusted authentication or user name, if so what was the user name last used. 2. In my listView which...
  18. MDA

    listview control - alternate backcolor

    Hi all, I have been searching for a way to add alternate background colors to a listview control but have not had much luck. The concept is simple. I have a listview control that is populated from a table with four fields (columns) found in a SQL DB. I just want to alternate the backcolor...
  19. MDA

    Moving Next/Previous through &quot;pages&quot;

    Hi all, I have a simple "Wizard" like project. I am using user controls in a main form with back and forward buttons on the main form. I am trying to find an efficient way to move forwards and backwards through the pages. I have been unsuccessful in figuring out a way to do this and cannot...
  20. MDA

    Using XML file with checkedlistbox and SQL table

    Hi, I have a checkedListBox control that I need to connect to a SQL table. My goal is to do the following: 1. Read two fields from a SQL table into the list control 2. When a user checks any fields I need to save this to an XML file. The idea is that I need the checked fields to show...

Part and Inventory Search

Back
Top