Greetings, I'd like the formula WPF uses to create bezier curves in order to find the distance between a curve and another line. I'd like to avoid using hit...
I get that error a lot, both at home and at work. Just exit Visual Studio, and it will be okay when you come back. ... of c# in VCCP the error is system...
Dear Friends. I have create a Form which the constructor have parameters. When I create new form which inheritance from the first one the program run and...
Essam Mohammed Al-Naj...
esssam.najjar@...
Dec 3, 2007 3:07 pm
17224
In C# if u make a class without any constructor ,compiler will automatically make a default constructor but if u make urself a ny constructor compiler will not...
Ok tell me more about your programm .U'r error comes in every programm or it's just in 1 programm. What is the function of U'r programm. ... From: Daniel...
Hi, Most of us have worked with web application and one thing which is very commonly heard is of trust level at which the application is running. I have read...
Hi I want to send video file to multiclients from server using sockets in C# . As using threads I've successfully sent to multiclients but not simultaneously. ...
Hi I'm Anushka You can set Dataset as your report datasource of crystal report document. for a example CrystalDecisions.CrystalReports.Engine.ReportDocument...
hi, i m madhup mani,new to this csharp group. i appreciate to all of the member for replying and their co-operation . i want to write a program in csharp for...
What's the access modifier on your constructor? Can you share the code that you wrote? ************************************************** Draykko The Dragon ...
Thank you Andre for your replay Miss Rana talib hussain have solve this issue for me this is her answer: In C# if u make a class without any constructor...
Essam Mohammed Al-Naj...
esssam.najjar@...
Dec 6, 2007 5:40 am
17233
hi all i want to know how we can use flash in .Net? for example we want use a flash button on the form in win application's. regards .javad zabihi. ...
Hello Rida i am feeling their may be error in synchronizing threads let me know how you are implementing synchronizing and try to devide video file to packets...
Hi All, I've developed a small Shopping cart Application (using ASP.NET and C#) and I want to deploy it so that I can access it as a normal website. Can...
It has so many ways to deploy the application 01. You can create the web setup project . 02. You can use the copy web site option on VS 2005. 03. You can...
Hello, I need to add a array of Textbox at runtime on form load. I have written the code but it does not show the textboxes on the form. Please let me know the...
see this post i think it will help you http://fci-h.blogspot.com/2007/06/how-to-play-flash-swf-inside-c.html but why you want to use flash buttons in your form...
Hi, Just use this.Controls.Add() statment with in the loop. int y = 0; for (int i = 0; i < 10; i++) { txtArr[i] = new TextBox(); txtArr[i].Location = new...
I am inserting a image file into a table cell the width of which I need to set at runtime. I have tried to use the below method, but I'm having no luck. Can...
did u try like this? dt.Column.Add("ImageColumn") foreach(DataRow row in dt.Rows) { barVal = (decimal)row["CHG"]; row["ImageColumn"] = string.Format("<img...
I'm not sure I understand the solution-I'm not inputting a a gif file into a datatable; I want to use data from a datatable to generate a bar using an image...
add this code at the end of your loop this.Controls.Add(txtArr[i]); moni harjani <moni15_9@...> wrote: Hello, I need to add a array of Textbox at runtime...
Well I didnt try the code but I think like some thing strange in your code which is a objA=new b(); you are making an 'object' from 'a' class as 'new' 'object'...
You might find it easier to add a placeholder to your webpage and then add it to the placeholder. That way, you can position the placeholder where you want...