Sir, In our software, we want to show peak information to user, No of Columns for General Info = 7 (Constant) No of Columns for Injection Info = 22 (Constant) No of Fixed Column(s) for Peak Info = 1(Constant) //It is for Peak Area Sum. Total No of Columns for N Peaks: N x (13 + 2 x N) Hence total Number of Columns in Datagrid in case of N Peaks = 1(Separator) + 7 + 1(Separator) + 22 + 1(Separator) + 1 + N(13+2N) = 2xNxN + 13xN + 33 Hence Number of Columns in the Datagrid increase as a 2nd Degree Equation. This means For 10 peaks Column Count will be 363 For 25 peaks Column Count will be 1608 For 50 peaks Column Count will be 5683 For 100 peaks Column Count will be 21333 For 150 peaks Column Count will be 46983 For 200 peaks Column Count will be 82633
aloktambi
Posts
-
Adding Columns in DataGrid at run time -
Adding Columns in DataGrid at run timeNo sir, i mean 25000 columns . it is req. of our software
-
Adding Columns in DataGrid at run timeDear Sir, I am facing one problem in DataGrid. i want to add many columns in DataGrid at runtime .because this is requirement of our applcation. i want to add around 25000 columns at runtime. but when i add columns at run time, application hang up or it will taking much much time to add columns in DataGrid. so any one suggest me the best solution of display 25000 columns in DataGrid
-
Export the needed Interfacesir, i am facing one problem in create ATL server application .my client application are using IIstrument interface . i want to make one ATL server application which export IInstrument inteface . i have instrumentIfc.tlb,instrumentIfc.h,instrumentIfc.idl files which have definition for IIstrument interface. can i use these files in my ATL server application . but i dont know how. so i can able to export IInstrument interface for client purpose. plz give me suggestion.
-
How to cast pointer from one type to another typebut sir __gc class shall not declare a user-defined copy constructor,How to possible to create copy constructor
-
How to cast pointer from one type to another typei want to typecast System::Byte* to class type pointer __gc class Update {public: unsigned short Posn; short Pres; short Temp1; short Temp2; Byte status; }; Byte *data; i am receieving data from one function i want to typecast this Byte pointer to Update class pointer type. how it is possible in managed c++
-
Templates in managed c++Actually I am facing the problem that I am not being able to use the class templates in managed c++.net code.But the unmanaged code uses the templates.Is there a way out in the dot net to use the class templates in managed c++ code. Is there a way out. Thanks.
-
Templates and multiple inheritance in manged c++Dear sir, I am facing the problem that I am not being able to use the templates in managed c++.net code.But the unmanaged code uses the templates.Is there a way out in the .net to use the templates in managed c++ code. There is also one more problem that in my unmanaged c++code i have been using the multiple inheritance and multiple inheritance is not supported in managed c++ .net.And If I use the interfaces then the interfaces don't contain data.Is there a way out. Thanks.
-
Control panel application in vc#.neti am not gettiing much from this link. can you please give me some code for use windows APIs in C# like how to use CPlApplet in C#
-
Control panel application in vc#.neti want to make one application in vc#.net which launch from windows control panel . i dont know how to make in vc#.net . i know that in VC++ we use CplApplet for this . can you help me in developing application in vc#.net
-
Serial communicationDear sir, i connect vritual com3 to com4. i am writing one prgram for sending data to com port3 .and want to read at com port 4.i am able to write data from com3. but i am not able to read it at COM port 4 where is the problem
-
Serial communication in VC++.NETDear sir, i am new to serial communication applications. i want to write one RS232 class in vc++.net. can u help me
-
tHow to restrict Edit control in MFCsir, i am using edit control in my program .i want it is work as Time contol so i want to resrict it so it take only integers value and colon(:) ,how it is possible
-
How to debug memory leaks in MFC programsir, i make obe program in MFC .i want to debug any memory leaks in my program .how can i find out memeory leak
-
How to test my source codei am writing one multithreading application using MFC library . i am not able to test my applcation. can you tell me how i test multithreading application of MFC.or any tool for testing?
-
virtual functionssir, i am confused about virtual functions, what is neccessity of virtual function.in which conditions we make fuctions as virtual .plz tell me about virtual functions
-
How to change color of push buttondear sir, i want to change background color of push buttons in my MFC program .how to change clor of buttons at run time
-
why pure virtual function is neededsir, i am confused about pure virtual function .why it is needed in abstract base class. in which cases it is use. plz tell me about pure virtual function & abstract base class
-
How to data retrival make fast in VC++i make one program for ivrs purpose.in which for database connectivity i use CRecordSet class fuction .in which i access 6 TABLES at a time for data manipulation. at this time cpu goes 100% and upto 15 seconds exe hangup.so another user dont able to access this exe file .so plz tell me can i make data retrival fast by any other method
-
How to get mac address of ethernet card in VC++i want to get mac address of ethernet card in VC++ 6.0. plz tell me easy mthed to get ethernet card mac address with example