Jump to content
Xtreme .Net Talk

hamid

Avatar/Signature
  • Posts

    115
  • Joined

  • Last visited

1 Follower

hamid's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. This Thread is about divil's article about Hosting Windows Forms Designers http://www.divil.co.uk/net/articles/designers/hosting.asp How can I Add a control in designer manualy from code and without ToolBoxService? I use the following code but it dose not work host.CreateComponent(typeof(MyClasses.Controls.Box), "box1"); Thanks
  2. your question is not clear but I give you some point about datagridview you could change value of datagridview cell at row number R and column number C with: dataGridView1[C, R].Value = "some value"; or dataGridView["columnName", R].Value dataGridView1["columnSimbol",0].Value=txt_simbol.Text;
  3. Hi, i am new in visual c++ (cause i m c#.net) i want add control (like as editor or button and etc) to my mfc activex in new mfc activex there is OnDraw function that draw what we want shown in our control, is it? how can i add some control to my axtivex face?
  4. OK where i can find good sample of crystal report that might be have images?
  5. Hi, in my crystal report file i insert image in details session and move it to back and move fields value to front, but in preview and print only first row is front of image and other rows are back of image and not shown! how can i fix it? i just want have background image in my report
  6. i want to print ms report (*.rdlc) without preview and without create external file! i read http://msdn2.microsoft.com/en-us/library/ms252091(VS.80).aspx but it create external file (*.emf) for each page and this is not perfect. is there any way to print rdlc file without preview and create external file?
  7. do you test it? and do you can create form that use transparent flash in it? if yes, let me know how i did it and i can't
  8. i dont like use stupid ways for solve the problems ;) anyone?
  9. ! look Name Value n1 1 n2 2 n3 3 n1 4 so, i want change Value for first n1 to 6: UPDATE table1 SET n1=6 ok? but it set both n1 equal 6 how can i limit UPDATEed record to one record?
  10. Hi, i have a large table with many records and first i fill my dataset of it. so i want add a new record to it, what shall i do? 1. add new record to database by adapter.insertnew method then i have to fill my dataset again and it isn't correct! how can i add new record to my database that i dont need to fill all of records in my dataset? many thanks
  11. Hi, i want to update first record founded by WHERE statement? like as LIMIT but in vs.net and access database
  12. yes, full trust i find that it s for latest winxp sp2 update, but why and how disable it what s map of drive?
  13. Hi, i wanna run my application from another pc in workgroup that shared. but when run application it show below permission alert: how can i fix it? http://i18.tinypic.com/2zqcwtf.jpg http://i18.tinypic.com/4c24ldi.jpg
  14. i did it and set local zone to lowest permisiion but dosnt work !!! when run application: http://i18.tinypic.com/2zqcwtf.jpg startup alert from microsoft: http://i18.tinypic.com/4c24ldi.jpg error for connecting: http://i16.tinypic.com/4dg2j9j.jpg is there any article or sample about network programming by c#.net and ms access or sql server?
  15. cource but what i shall change from .net framework 2.0 configuration ? and another is when i run app from clients, windows alert security message and take it on application icon!! why?
×
×
  • Create New...