I need an alogithm to calculate all the points through which a bezier curve passes.
Darmi
Posts
-
Help me- Retreiving the points lying on a curve -
Different backgound on different theme selectionAm working on a WPF application having a combobox. I have set the background of combobox to dimgray color.Currently i am using Windows Classic Theme.While working in this theme, if i disable combobox , the background will be dimgrey itself. However, if i change to Windows XP style and disable combobx, the disabled combobox is having a white background. Can we set the backcolor or the style of combobox independent of the themes. If we use Vista operating system, the same scenario can be noted.
-
Disable the button shown in the PrintPreviewControlI need to Disable the button "One Page", "Two Page" shown at the top of the PrintPreview Control in the PrintPreviewDialog.Please help me
-
CD burning using IMAPICurrently am using IMAPI for CD burning. I can perform multisession writes to CD. The problem comes when i add a folder with the same name that already exists in the CD. Suppose am having a folder named Test containing 1.docx in the CD. Now am trying to add anothe folder named Test with another doc file named 2.docx. I want the file 2.docx to be added under the earlier created folder containing document 1.docx. Is dat possible? Can anyone provide a sample code for that
-
Need basic information about WWFHi, I am new to WWF. I need to get a basic idea about Windows Workflow foundation and its use in the real world application. Can anyone please help me.
-
Confused with the Equals() of Object class [modified]Hi, Can anyone please tell me the difference between virtual function Equals(), static function Equals() and Static function ReferenceEquals() defined in Object class. I searched a lot, but didnt get a clear idea about their differences. Am confused with these three. Can anyone give a small example with the output in these 3 cases. Regards
modified on Wednesday, April 2, 2008 2:10 AM
-
Doubt in Object. Equals() methodHi, If we are overriding the protected method Equals(), then whats the difference between the usage of virtual function Equals() and static function Equals defined in the Object class.
-
Doubt in Object. Equals() methodHi, I have read in 1 book that the STATIC function Object.Equals() check the object values and Object.ReferenceEquals() check their references. For Ex- Suppose i have a user defined class - Person Person p1 = new Person( 1,"ABC"); Persion p2 = new Person( 1,"ABC"); Object.Equals( p1, p2 ) -> returns true. // compares the state Object.ReferenceEquals( p1,p2) -> returns false.// compares the reference. The output should be like this as specified in that book. But am not getting like this. We cant overide static functions too. Any Idea? It would of great help. Regards
-
Preventing form resizing on double clicking over title barHi, I am doing an application in WPF. The application is in maximized state with no minimize and maximize box.However on double clicking over the tool bar, the application got minimized. I have to always keep it in maximized state that would work in all resolutions. Please help me.
-
Showing Gridlines in a GridView while using Windows Presentation FoundationHi, I am using GridView of WPF. I need to show horizontal and vertical grid lines. Please help
-
Scrollbar color changeI need to change the color of the horizontal and vertical scroll bars in a DatagridView. Can anyone help me? Thanks
-
Convert Loseless JPG imageI want to convert a loseless jpeg image into bitmap. Can anyone help me Darmi
-
JPEG loseless and lossy compressionHai Seishin, I have tried this method. But i read some documents indicating two different algorithms for implementing lossy and losseless - huffman algorithm.. something like this. If we can implement lossy and loseless in the above method, then why its said that there are two different algorithms for each. Morover, i came to know that JPEG is lossy itself, but loseless have different format other than .jpg. Am i correct? Please help me. Darmi
-
JPEG loseless and lossy compressionThanks Christian Graus, But i need the implementation in C# or the algorithm to implement this compression techniques. Thanks, Darmi
-
JPEG loseless and lossy compressionHi, I want to implement JPEG loseless and lossy compression. Can anyone please help me. Darmi