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
U

User 9123917

@User 9123917
About
Posts
25
Topics
18
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • crop window region and save as image (win32)
    U User 9123917

    Let's say I have a window created and I'm interested on certain region in that window (say rect(10,10,300,300)) and want to somehow crop it and save as an image file. May I know how can I do this?

    C / C++ / MFC question

  • How to control the other app using Window API
    U User 9123917

    how about pressing a hotkey combination (eg: CTRL+S for save)?

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

  • How to control the other app using Window API
    U User 9123917

    May I know how can I take control of other app using my own program in vc++. Eg: do a "scroll up" in browser ; open MS Word and save; perform "next/previous" in window photo viewer.. etc

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

  • Hand Gesture Recognition System
    U User 9123917

    I'm currently given a project on hand gesture recognition. Some color markers will be put on the fingers for easy tracking. So, can anyone give some advice how should I continue for the next part which is to recognize the pre-processed output image which is now only consists of color from the color markers. How can I classified those pattern.

    Design and Architecture regex question

  • EPPLUS Excel
    U User 9123917

    I got this error in my code: Cannot add part for the specified URI because it is already in the package At this line: var chart = xlSheets.Drawings.AddChart(dataSet.DataSetName, OfficeOpenXml.Drawing.Chart.eChartType.ColumnClustered); I am trying to create multiple sheets. Anyone know how to fix this? THANKS in advanced~

    C# help graphics tutorial question

  • EPPLUS Excel
    U User 9123917

    Anyone know how to set title for Xaxis and Yaxis? I can't find it.

    C# tutorial question

  • EPPLUS excel percent format
    U User 9123917

    It's work! Thank you so much. :)

    C# question

  • EPPLUS excel percent format
    U User 9123917

    May I know how can I convert a decimal (eg: 0.3333) to percent format. I have tried with this code: ws.Cells[1,1].Value = 0.3333; ws.Cells[1.1].Style.Numberformat.Format = "0%"; But this give me 33% instead of 33.33%

    C# question

  • Save Excel File
    U User 9123917

    How can I save an Excel file which will prompt user to select where to save? What save mode should I use?

    C# question

  • Server Error in '/' Application
    U User 9123917

    No. I think it might because of the server doesn't have excel library?? I have no idea how to fix this.

    ASP.NET help com sysadmin data-structures debugging

  • Server Error in '/' Application
    U User 9123917

    Error executing child request for new_Page.aspx. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: Error executing child request for new_Page.aspx. Source Error: Line 14: Server.Transfer("new_Page.aspx"); Above is the error found. It works fine in local host but not when I trying to run in on virtual directory. When I deleted the Export Excel Function in my page, the error gone. Microsoft.Office.Interop.Excel.Application xlApp = new Microsoft.Office.Interop.Excel.Application(); Microsoft.Office.Interop.Excel.Workbook xlWorkbook = xlApp.Workbooks.Add(Microsoft.Office.Interop.Excel.XlWBATemplate.xlWBATWorksheet); Microsoft.Office.Interop.Excel.Sheets xlSheets = null; Excel.Worksheet xlWorksheet = null; Anyone know how to fix this?

    ASP.NET help com sysadmin data-structures debugging

  • convert string to array
    U User 9123917

    Any idea how can I convert a string to array for the below example: string name = "John,Calvin,Steve"; convert to string [] arr = new string[] {"John","Calvin","Steve"};

    C# data-structures tutorial question

  • Console App - Scheduled Task - Text File
    U User 9123917

    When run with scheduled task, .exe run properly but it doesn't create text file as writen in codes. It run well and a text file create when I run it manually.

    C# question

  • Console App - Scheduled Task - Text File
    U User 9123917

    I have created a console app where it will finally create a text file. Everything run well when I run the program manually but not when I used scheduled task to run it. Anyone know the reason?

    C# question

  • display both in console and text file
    U User 9123917

    How can I display everything at both the console and a txt file.

    C# question

  • how to set the aspx text box value in console app
    U User 9123917

    Let's say I have a simple aspx page with a text box and a button. when the text box is filled and the button click, it will proceed to another page. Now I want to use console app to make it run auto. How can I do that?

    C# question tutorial

  • web app automated
    U User 9123917

    I have created some web applications and now I want to create 'something' so that it will run everything automatically. I have no idea how can I do this. Anyone can give some lead? Is it I have to create dll and exe file?

    C# question

  • Delete Excel File
    U User 9123917

    How can I delete a specific Excel File in my own directory using C#?

    C# question csharp

  • advanced excel
    U User 9123917

    I have created an interface where user can chose the required data to be exported to excel. If in future, user select a new data to be exported which the new data is already included in the previous data, the excel file must not replace bt the current one. If the new data selected is not included in the previous data, the excel file should update the data instead of replace it. Any idea of how can I do that?

    C# question announcement

  • Excel line-column combination chart using C#.
    U User 9123917

    Can you show me example code? I have tried and got error. myChart.Series("Series 2").XAxisType = AxisType.Secondary;

    C# csharp tutorial question
  • Login

  • Don't have an account? Register

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