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
R

rrthangavel

@rrthangavel
About
Posts
9
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Using Activex controls (Designed in vb6) in vc++
    R rrthangavel

    yes, but they have set it as default white.. that's why I'm asking..

    C / C++ / MFC c++ com help question

  • Using Activex controls (Designed in vb6) in vc++
    R rrthangavel

    Hi, I'm using Activex controls (Designed in VB6) in VC++. The Activex control background color is set as White. and in vc++ i'm loading Dialogs which using activex control as Propertypages. the dialogs color will vary at runtime. so there is mismatching colors between activex controls and my dialogs.. so please help me is there any function available in vb6 or any other solution...? Waiting for u :rose:

    C / C++ / MFC c++ com help question

  • Integer value Rotation problem
    R rrthangavel

    i got it thanks yaar.

    C / C++ / MFC help question com

  • Integer value Rotation problem
    R rrthangavel

    Hi All, As we know integer has value limitation's(ex +_32767) depends upon bit range(ex 32 bit,16 bit). i'm working with an integer variable which gets input from text box(designed as Activex control). my condition is if the user enters the value in text box greater than 10 means it should show the error symbol otherwise correct symbol. so the problem is if i enter the value 10 to 36767 means it shows alert symbol. if it is above 32767 means it shows correct symbol. How can i solve this integer value Rotation Problem? waiting for u :rose:

    C / C++ / MFC help question com

  • Desingning a Dialog Box's and forms
    R rrthangavel

    Thanks buddy.

    C / C++ / MFC c++ visual-studio design tutorial

  • Desingning a Dialog Box's and forms
    R rrthangavel

    Hi Friends, I am presently doing a project in VC++(VS 2008). it having more than 40 dialog's. for that dialogs i'm designing with controls... it is difficult me to maintain the dialogs good and perfect without missing the alignment's... so please tell me some tips about designing and how to design the dialogs effectively... Thanks in advance... Rose ...

    C / C++ / MFC c++ visual-studio design tutorial

  • how the client and server communicating in internet?
    R rrthangavel

    Hi, is there any possible to having an communication between client side ( ASP .Net or others), server side is C++,MFC on the internet using SOCKET programing... if it is possible means please tell me how they communicating...? thanks in advance....

    C / C++ / MFC c++ csharp sysadmin question

  • Reg to Unicode and MBCS problem in socket programing
    R rrthangavel

    Hai friends, i'm working with client server model socket programing using VC++. it has MFC SOCKET in client side and WIN32 SOCKET in server console application. i'm having proplem with receiving the strings in server side. i displayed part of code here Client Side Coding: UpdateData(1); CSocket client; client.Create (); CString sendstr; sendstr="Hello"; client.Connect ("127.0.0.1",2500); int len=sendstr.GetLength (); int sent= client.Send(LPCTSTR(sendstr),len); UpdateData(0); Server side coding: char recvbuf[32]="" ; int bytesRecv = recv( server, recvbuf, 32, 0 ); printf( "Bytes Recv: %d\n", bytesRecv ); recvbuf[bytesRecv]=NULL; printf("%S",recvbuf); if i run the code i get 5 in bytesRecv correctly.. but in recvbuf buffer three letters only available... like "hel" please help me l'm waiting for u... :^)

    C / C++ / MFC c++ help sysadmin

  • CString Object in a console application...
    R rrthangavel

    Hi, i am working in console application in VC++(visual studio 2005). i am having a problem while using CString. i have mentioned sample code below. #include "stdafx.h" #include "server1.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // The one and only application object CWinApp theApp; using namespace std; int _tmain(int argc, TCHAR* argv[], TCHAR* envp[]) { int nRetCode = 0; // initialize MFC and print and error on failure if (!AfxWinInit(::GetModuleHandle(NULL), NULL, ::GetCommandLine(), 0)) { // TODO: change error code to suit your needs _tprintf(_T("Fatal Error: MFC initialization failed\n")); nRetCode = 1; } else { CString str; str="IP conneted" printf("%s",str); cout<<str; } return nRetCode; } while executing the code.. i get printed only first letter(I) of str. so please help me.. is there any header or setting should i change in the visual studio environment?

    C / C++ / MFC help c++ csharp visual-studio debugging
  • Login

  • Don't have an account? Register

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