Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~11.5K People Reached
Member Avatar for vegaseat

Here is an example on how to put at least lines and circles onto your windows console display. Yes, you have to jump through a hoop to do it. Dev-C++ can do this thanks to some BCX generated code. You have to set up your project as a Console Application …

Member Avatar for petersvp
0
9K
Member Avatar for Ali.M.Habib

Hi all Is there any way to write c# application for ipad , rather than monotouch , if no is there any good tutorial best regards

Member Avatar for Diamonddrake
0
88
Member Avatar for Ali.M.Habib

I have vista as operating system. and I use c# for programming , how to know the largest allocatable memory , and how to increase it Best regards

0
89
Member Avatar for Ali.M.Habib

Hi all, I use managed dlls in my application to read dicom data (.NET wrapper for visualisation tool kit if any one know) , the problem is that when trying to increase the DICOM series the system crashed , the reader uses 32 bit index pointers. on suggest using LARGEADDRESSAWARE …

0
61
Member Avatar for Ali.M.Habib

We use vb.NET windows form program to pass parameters to crystal report wich execute sql commands I use .NET 2003, crystal 9, windows server 2000 and SQL server 2000 at the above enviroment the reports application work very well when migrate to SQL server 2005 , and windows 2003 the …

Member Avatar for Ali.M.Habib
0
109
Member Avatar for Ali.M.Habib

Hi All, I have data repeater , I want depending on value of one of its contained label , highlight the row , how can I do that Unffortunatelly in asp.net 1.1 there's no e.item.css = "" what shall I do

0
54
Member Avatar for Ali.M.Habib

I have nested asp repeaters [CODE] <asp:repeater id="ParentRepeater" runat="server" OnItemDataBound="repMenu1_ItemDataBound"> <itemtemplate> <table> <tr> <td> <asp:CheckBox id="CheckBox1" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"DESCRIPTION") %>' OnCheckedChanged="chkBox_CheckedChanged" > </asp:CheckBox> </td> </tr> <tr> <td> <!-- start child repeater --> <asp:repeater id="childRepeater" runat="server"> <itemtemplate> <TABLE id="Table1" border="0" cellSpacing="0" cellPadding="0" width="1000"> <TR> <TD><%# DataBinder.Eval(Container.DataItem,"Trx") %></TD> <TD><%# DataBinder.Eval(Container.DataItem,"GL") %></TD> <TD><%# …

Member Avatar for mitulmodi.rcc
0
706
Member Avatar for Lardmeister

There are plenty of things you can code in C# without having to rely on the ever so omnipresent MS-VCS. Here is an example of some typical drawings like lines, arcs, circles, text, curves and gradients you can create with C# and actually retain some control over the program. This …

Member Avatar for nido
0
321
Member Avatar for RwCC

The following is a simple painting program. It uses Windows Forms and will allow you to draw whatever you want. You can also include code to change the colour or size of the brush via a right click menu by using code such as this: [CODE] MenuItem mi = new …

Member Avatar for Ali.M.Habib
0
462
Member Avatar for Ali.M.Habib

Hello every one I want to creat web page for text chatting and life video transfering (i.e display users web cam or any camera attached) If any person have an idea , links or books I will appretiate that

Member Avatar for SheSaidImaPregy
0
68
Member Avatar for Ali.M.Habib

I have a tsak which is let the user draw any number of rectangles in a panel and if he want to move one of them use the mouse How can I do that please the problem faces me: 1. How let him draw many of them 2. How can …

Member Avatar for Jugortha
0
110
Member Avatar for Ali.M.Habib

I draw using this code which I find it easy when I save just give ayellow background bmp image what's the problem if any one have an idea how to save please tell me using System.Drawing.Drawing2D; using System; using System.Drawing; using System.Drawing.Imaging; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; …

Member Avatar for waterfall
0
158