Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

aloktambi

@aloktambi
About
Posts
26
Topics
21
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Adding Columns in DataGrid at run time
    A aloktambi

    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

    C# help

  • Adding Columns in DataGrid at run time
    A aloktambi

    No sir, i mean 25000 columns . it is req. of our software

    C# help

  • Adding Columns in DataGrid at run time
    A aloktambi

    Dear 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

    C# help

  • Export the needed Interface
    A aloktambi

    sir, 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.

    ATL / WTL / STL c++ com sysadmin help

  • How to cast pointer from one type to another type
    A aloktambi

    but sir __gc class shall not declare a user-defined copy constructor,How to possible to create copy constructor

    Managed C++/CLI c++ tutorial announcement

  • How to cast pointer from one type to another type
    A aloktambi

    i 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++

    Managed C++/CLI c++ tutorial announcement

  • Templates in managed c++
    A aloktambi

    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.

    Managed C++/CLI csharp c++ wpf help

  • Templates and multiple inheritance in manged c++
    A aloktambi

    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.

    Managed C++/CLI csharp c++ wpf oop help

  • Control panel application in vc#.net
    A aloktambi

    i 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#

    C# csharp c++ help tutorial

  • Control panel application in vc#.net
    A aloktambi

    i 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

    C# csharp c++ help tutorial

  • Serial communication
    A aloktambi

    Dear 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

    C / C++ / MFC com help

  • Serial communication in VC++.NET
    A aloktambi

    Dear sir, i am new to serial communication applications. i want to write one RS232 class in vc++.net. can u help me

    IT & Infrastructure csharp c++ help

  • tHow to restrict Edit control in MFC
    A aloktambi

    sir, 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

    C / C++ / MFC c++

  • How to debug memory leaks in MFC program
    A aloktambi

    sir, i make obe program in MFC .i want to debug any memory leaks in my program .how can i find out memeory leak

    C / C++ / MFC c++ debugging performance tutorial question

  • How to test my source code
    A aloktambi

    i 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?

    C / C++ / MFC c++ testing beta-testing tutorial question

  • virtual functions
    A aloktambi

    sir, 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

    Managed C++/CLI question

  • How to change color of push button
    A aloktambi

    dear sir, i want to change background color of push buttons in my MFC program .how to change clor of buttons at run time

    C / C++ / MFC c++ tutorial

  • why pure virtual function is needed
    A aloktambi

    sir, 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

    C / C++ / MFC

  • How to data retrival make fast in VC++
    A aloktambi

    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

    C / C++ / MFC c++ database tutorial

  • How to get mac address of ethernet card in VC++
    A aloktambi

    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

    IT & Infrastructure tutorial c++
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups