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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

sma123

@sma123
About
Posts
30
Topics
21
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Creating a webservice o target 64 bit process to call 64 bit interiop dll
    S sma123

    Hello All, Can some one plz help me in referring a sample which can create a 64 bit webservice to call a 64 bit interop dll I havetred to create a webserice using asp.net but by default service is targetting 32 bit only and while loading the interop dll it throwing exception as below, "System.BadImageFormatException: Could not load file or assembly 'Interop.*****, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format." environemt: OS: windows 2008 server 64 bit IDE: VS 2010 Thanks in advance

    ASP.NET visual-studio csharp asp-net com sysadmin

  • Crystal Reports - Java Applet Viewer, ActiveX Viewer and DHTML Viewer
    S sma123

    Hello Wender, If you have succeeded with this apprach, can you please help me to find the solution? I am using Java Viewer with Crysal report 8.5, I am able to open the applet viewer but unfortunately the Crystal report is not opening. Thanks, SMA

    ASP.NET csharp java com help tutorial

  • Dashboard samples reference
    S sma123

    Hello, Can anyone suggest me some of best Free dashboard samples? I mostly needed webbased type either ASP.NET or HTML type Regards, SMA

    Web Development csharp html asp-net question

  • Issue with outllok addin file generation
    S sma123

    Hi, I am developing an outlook ad-in application. I am able to build the solution but not able to generate .VSTO and .manifest file. So i am not able to register the addin. I am using following development environemnt VS2010 sp1 outlook 32 bit windows 2008 server 64 bit OS Can you please let me know where I need to change or some settings need to be changed? Thanks, SMA

    C# sysadmin help question

  • Crystal report to open in chrome
    S sma123

    Hello, Can we refer me some code or snippet how crystal report can be loaded into Java Viewer? I am using classic ASP code. Need some script code to instantiate and load the crystal page into the Java viewer. Thanks, SMA

    Web Development java tools question

  • Crystal report is not opening in google chrome
    S sma123

    Hi, I am trying to open the crystal report in google chrome without any success. it is not giving any error at all, but screen remains blank.. It is working fine in IE 9.. Crystal version: 8.5 VS 2010 .NET framework 2.0 PLease let me know your suggestion on this.. Thanks, SMA

    Web Development csharp dotnet visual-studio help announcement

  • how to replace \n with alt+enter while exporting to .CSV
    S sma123

    how to replace \n with alt+enter while exporting to .CSV HI, I am writing line by line to a file(.CSV). If the string is having "\n" in between then the multiline is not possible for a single cell and it is coming to the next line of Excel . Can anyone help me to replace the "\n" with "Alt+Enter" equivalent? I am using CSting to collect the entire line at a tiime. I am trying as below CSting temp; temp.Replace("\n", "")); Thanks SMA

    C / C++ / MFC help tutorial question

  • Is Edit and continue support available for X64 application in VS2010 ?
    S sma123

    Hi Richard, Thanks again for your reply. Actually I came to know from link that "Edit and continue" feature is not available for X64 bit application in VS2010..In order to be make sure I wanted to hear it from expert team who had already having hands on experience on this. Thanks, SMA

    C / C++ / MFC visual-studio help question announcement

  • Is Edit and continue support available for X64 application in VS2010 ?
    S sma123

    Hi Richard, Thanks for your reply..Its mainly intended for VS2013. I am not able to do for VS2010 Thanks, SMA

    C / C++ / MFC visual-studio help question announcement

  • Is Edit and continue support available for X64 application in VS2010 ?
    S sma123

    Hi All, I am using VS 2010 (SP1). When I am trying to use Edit and continue for debugging X64 bit application, I am getting the following error, "the source file has changed it no longer matches the version of the file used to build the application being debugged" Is there anyway to get rid of this? OS: Win2008server (64 bit) Thanks, SMA

    C / C++ / MFC visual-studio help question announcement

  • How to fix the first column of a CListView in MFC
    S sma123

    Hi All, Can anyone plz help me to freeze the first column of a CListView, on horizontal scroll the first column should be freezed and remaining columns should move. I am using MFC. Any sample is more appreciated. Thanks, SMA

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

  • Crystal report is not displaying for chrome browser but working finr with IE and firefox
    S sma123

    Hello, I am using ASP.Net to call crystal report..Not able to display the report using chrome browser but working fine with IE and Firefox. Chrome version: 36.0.1985.143 m Crystal Report Viewer version: 11.0 PLease help me in this regard. Thanks, SMA

    ASP.NET csharp asp-net help announcement

  • Performance problem
    S sma123

    Hi Currently we are using crystal report to display the data whihc is internally fetching almost 55,234,22 records from DB. Since it the no of records are huge it is taking almost 7 minutes to display the report which is very poor performance in nature. Can anyone suggest me some useful sites to make it faster and can recommend some free tool to measure the exact point which is causing the issue? Thanks & Regards, SMA

    Database help database performance question

  • Writing to same console in MFC
    S sma123

    Hi, I have a MFC application. When I run the .EXE from a command prompt, and if I want help (eg. xcopy /?), can I get control of the command prompt window to print the message over there? I tried using AllocConsole(), but that opens a new console. I want to do it on the same command line. I am aware of AttachConsole() which needs SDK and will work for OS XP onwards. Unfortunately mine is WIN 2000 server and Visual studio 6. Can anyone help me in this regard. Thanks SAM

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

  • Gantt chart control using MFC
    S sma123

    Hi, Can anyone please refer me some free sample code to create a Gantt chart control similar to the MS Project. I have found a lot in code project but all are related to .NET(c#). Thanks, SMA

    C / C++ / MFC csharp c++

  • Conversion of JSON to XML using C++ (need for MFC application)
    S sma123

    Hi Richard, I need some link to start it from scratch..Atleast it will give me some basic idea about this. I am new to JSON.. Thanks, SMA

    C / C++ / MFC c++ xml json help question

  • Conversion of JSON to XML using C++ (need for MFC application)
    S sma123

    Hi, I need to convert the JSON file into XML file using C++ code. Can anyone help me in this regard? Thanks & Regards, SAM

    C / C++ / MFC c++ xml json help question

  • How to check a DateTimeCtrl field is dirty or not in MFC
    S sma123

    Hi, I am new to MFC. Can anybody tell me how to check the CDateTimeCtrl is dirty or not Thanks in advance

    C / C++ / MFC c++ tutorial

  • To fix the first column of CListView grid type control in MFC
    S sma123

    Hi David, I have a grid control derived from Cwnd. I am displaying the grid on ClistView. The problem is when I using horizontal scroll all columnc are shifting including first column. I need to fix the first column remaining can move with scroll. I am using MFC control which is older one. If you have any suggestion on this? Thanks in advance.

    C / C++ / MFC help c++ css

  • To fix the first column of CListView grid type control in MFC
    S sma123

    Hi, I am using my own gridview derived from Clistview. My problem is to make the first column always fixed on Horizontal scroll. Can anybody knows the best solution for this in MFC.. Thank you in advance...

    C / C++ / MFC help c++ css
  • Login

  • Don't have an account? Register

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