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
M

Murugan k

@Murugan k
About
Posts
23
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Encrypt using java and Decrypt with C
    M Murugan k

    Hi I need to encrypt the plan text using AES algorithm in java and decrypt the encrypted text using C.Any please give solution ASAP. Thanks

    Java java algorithms

  • Encrypt with java and decrypt using C
    M Murugan k

    Hi , I need to encrypt the plan text using AES algorithm in java and decrypt the encrypted text using C.Any please give solution ASAP. Thanks in Advance

    Linux, Apache, MySQL, PHP java algorithms

  • Encrypt text using java and decrypt using C
    M Murugan k

    Hi I need to encrypt the plan text using AES algorithm in java and decrypt the encrypted text using C.Any please give solution ASAP. Thanks

    C / C++ / MFC java algorithms

  • How to add control from userdefined class to dialog window.
    M Murugan k

    Hi, I write dialog box application using MFC. my questions is after run the application we are able to view the dialog box there is no problem. when user click the ok button in the dialog box then i have call userdefind class call MYclass. From the MYclass I need to create one ProgressBar control and placed to dialog box. Please clarify me how to create progressBar control from Myclass. Thanks.

    C / C++ / MFC c++ help tutorial

  • How can i load CAnimateCtrl to GIF File.
    M Murugan k

    Hi , Can u please clarify me how to load the gif file on the CAnimateCtrl picture control using MFC. Thanks

    C / C++ / MFC c++ tutorial question

  • How to avoid value repetition in the CListCtrl
    M Murugan k

    Hi Thomas, How can i call unique before inserting value to list. kindly can you clarify me. Thank.

    C / C++ / MFC tutorial help

  • How to avoid value repetition in the CListCtrl
    M Murugan k

    Hi, I have insert the string value in the CListCtl using InsertItem method. For example. i have able to pupulate following value in the ClistCtl .My problem is how avoid repeted value that is 200. 100 200 200 200 kandly replay me. Thanks.

    C / C++ / MFC tutorial help

  • How add RadioButtonList control to GridView Control in C# .NET appliction
    M Murugan k

    Hi, I need develop an quiz project using GridView Control . I try to include question with RadioButtonList in single cell but i am unable to embeded RadioButtonList for GridView Control .kindly suggest me how to solve this problem. Thanks, Murugan k

    C# csharp help tutorial question

  • Padding problem occure from Unix to window using Java Base32
    M Murugan k

    Hi, I want to encrypt the file from unix then decrypt encrypted file in windows. My problem is i have successfully encrypt the file in unix using java Base32 class. But i try to decrypt the encrypted file in windows using java coding when Padding problem occured Thanks Murugan

    Java java help

  • How to avoid the space in character array using C
    M Murugan k

    Not possible to set variable length string because database object is return struct variable with fixed length character using pro*C. suppose i have try to declare structure member variable like character pointer or void pointer when it return memory leak . I have developed this application using Pro *C language.

    C / C++ / MFC database tutorial data-structures help

  • How to avoid the space in character array using C
    M Murugan k

    Hi, struct Boxinfo { int userid; char username[255]; }; if ((Boxinfo_ptr =(struct Boxinfo *) malloc(sizeof(struct Boxinfo))) == 0) { exit(1); } EXEC SQL FETCH customerinfo INTO: Boxinfo_ptr; cout<<Boxinfo_ptr->userid; cout<<Boxinfo_ptr->username; here i have fetch the record from database two field then load to struct object Boxinfo_ptr no problem. also successfully i have got the value of userid and username . My problem is Boxinfo_ptr->username is given the extra space . that is suppose charter is "hello" for cout<<Boxinfo_ptr->username this output is "hello " it is simple print hello+200 space; so how to avoid 200 space. example: input: userid=100; username="hello"; output: userid=100; username="hello " How to avoid space for username char array. please replay me as soon as possible Thanks

    C / C++ / MFC database tutorial data-structures help

  • How to display excel sheet in html page using C#
    M Murugan k

    HI, I want draw a 3d chart in excell sheet using c# web based appliction . Please give me an idea about this As soon as possible.

    C# csharp html tutorial

  • Problem in CFileopenDialog
    M Murugan k

    Hi, I have done report genaration project in vc++. I have show some data on the window from database and save that data into file. I just found out that it only crashes when the files are on the desktop.That is when i try to open the file on desktop using CFileOpendialog, my application going to closed.But application work properly in my PC.

    C / C++ / MFC c++ database help

  • Problem in CFileOpenDialog
    M Murugan k

    Hi, I have done report genaration project in vc++. I have show some data on the window from database and save that data into file. I just found out that it only crashes when the files are on the desktop.That is when i try to open the file on desktop using CFileOpendialog, my application going to closed. But that file placed on any other drives like(c:,d:,..), nothing to worry, it will execute successfully...

    C / C++ / MFC c++ database help

  • Problem in FileOpen and FileSave Dialog
    M Murugan k

    yah, i have to show some data on the window from database and save that data into file. I just found out that it only crashes when the files are on the desktop.That is when i try to open the file on desktop using CFileOpendialog, my application going to closed. But that file placed on any other drives like(c:,d:,..), nothing to worry, it will execute successfully... Thanks in advance

    C / C++ / MFC c++ help

  • Problem in FileOpen and FileSave Dialog
    M Murugan k

    yah, i have to show some data on the window from database and save that data into file. I just found out that it only crashes when the files are on the desktop.That is when i try to open the file on desktop using CFileOpendialog, my application going to closed. But that file placed on any other drives like(c:,d:,..), nothing to worry, it will execute successfully... Thanks in advance

    C / C++ / MFC c++ help

  • Problem in FileOpen and FileSave Dialog
    M Murugan k

    Hi, I have done report genaration project in vc++. when i execute it in my system nothing to problem but, when i execute in other machine my application will be closed automatically while i save the content from the window into file only on the desktop and when i have to open that saved file.

    C / C++ / MFC c++ help

  • How can i solve the mapping mode problem?
    M Murugan k

    Hi All, Which map mode would be support for all type of printers? like compaq,hp officejet,cannon,......IF you know , let me know immediately.. Thankx in Advance

    C / C++ / MFC question help

  • How can solve the print preview problem
    M Murugan k

    Hi, I have done "report generation" in vc++(MFC).After generate the report,which can take the print on printer(HP officejet printer) ok....till now nothing else but when i use different type of printers like compaq,canon,Epson,etc there is araise some problems like print preview region problem and page size problem. For example, 1.When i take print(A4 size) on HP officejet printer ,no problem 2.when i take print(A4 size) on other printers like Epson..., only partial of data will be shown. How can i solve the print preview region problem.Currently i am using visual studio 2005. Thanks in advance...

    C / C++ / MFC c++ csharp visual-studio help tutorial

  • How to Set Environment Variable using Mfc coding
    M Murugan k

    Thanks for valueable information

    C / C++ / MFC c++ help tutorial workspace
  • Login

  • Don't have an account? Register

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