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 strongm 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: elinM
  • Order by date
  1. elinM

    BindingNavigator

    hi, I'm having a problem whit a BindingNavigator. This is my code Dataset ds = new Dataset(); DataBinding db = new DataBingding(); BindingNavigator bn = new BindingNavigator(); db.DataSource = ds.table; bn.Bindingsource = db; If the dataset is emty, and the user click on "Add new", fills...
  2. elinM

    Web part, controls and view state

    Hi, I'm trying to develop my first webpart. It contains a radionbuttonlist. The list is initialization in CreateChildControls. protected override void CreateChildControls() { if(!Page.IsPostBack) { rbList = new RadioButtonList()...
  3. elinM

    face recognises in c#

    Hi. I’ve a problem. I want to scan a picture of a face. When the face is scan, I want to make a program that recognises the eyes and the nose etc, but I don’t know where to start. Any Ideas ??? regards Elin
  4. elinM

    problems whit shurtcut in a setup and deployment project

    I am deploying a .NET Windows application. In the Setup project, in the "Files on Target Machine" I chose the User's Desktop and create a shortcut. The target of the shortcut is "Primary output". The idea is to have the Installation script create a shortcut to the application on the user's...
  5. elinM

    .net framework + IE5.5

    Hi. I'm developing a c# app. To make a install to customers, I need to know if they have IE 5.5 on their computer, becourse of the .netFramework. I'm devloping i .net 2003. It's there any way to put a check in the devolop and setup project to make a install if they have å older version than...
  6. elinM

    win 98

    Hi. I want to use a C# app. on win98. I have install .net framework, ie6.0 and mdac_typ .... But it still very unsabile, and sometimes it wan't even be installed. Does anybody knows what to do..? regards, elin
  7. elinM

    Update table in Access

    Hi. I'm delvelping a software application, using Access as my db. It it possible that my customer in time will need updates in the db, and I wish to do this whit a script. Is this possible? regards, Elin M.
  8. elinM

    Update tables in Access

    Hi. I'm delvelping a software application, using Access as my db. It it possible that my customer in time will need updates in the db, and I wish to do this whit a script. Is this possible? regards, Elin M.
  9. elinM

    installations problems whit win98

    Hi. I'm devolping a program, the the enduser might use win98. Whene I try to install it on my test computer, I get the following error message during the installtion. "Could not write vaule DefaultFeature to key UNKNOWN\Features\37C8467061845774784728E4803590CC. Verify that ypu have sufficient...
  10. elinM

    Multilines textbox in DataGrid

    Hi. I'm trying to make a table look(whit datagrid) to view a date and a comments.Its often much text in the commens, and I want to show all the text bay using multilines in a textbox. Does anybode knows how I can do that? regrads, Elin M.
  11. elinM

    GDI+

    Hi. I'm need some help! I'm going to make a small game, containing a source(for instance a ball) and a target(for instance a bucket).The meening is to drag the source in the target, by using the mouse. And my problem her is the speed. The target follows the mouse very nice when the backgrund is...
  12. elinM

    tubes in software delvelop

    Hi. I'm working on devloping a software appliction, to sells to schools. In this case we need a lots of pictures. We like the tubes in psp very much, and wonder if anybody know good sits where we could buy more tubes. regards, elin
  13. elinM

    Preview picture and txt

    Hi. I have a problem when I'm trying to get a print preview of a picture. I managed to preview txt but not a picture. Can somebody help me ? Best regards, Elin
  14. elinM

    Print a image

    tnx! -elin
  15. elinM

    Print a image

    Hi. I was wondring if any one know how to print a picture like a jpg or gif in C#.. Will be very thankful for any kind of help! Best regards, Elin

Part and Inventory Search

Back
Top