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

remex_1980_junyongwu

@remex_1980_junyongwu
About
Posts
20
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Why load application so slow during the startup of the system
    R remex_1980_junyongwu

    Hi All, Now, I wrote an application with C#, and I add it to run at the Startup list of OS. I found that the application need 60 sec to start. However, when I run it 10 min after the start of the OS, it only costs 8 sec. Could you give me the reason why and what cause the difference of the performance? Thanks very much,

    C# csharp performance question

  • Gif conversion
    R remex_1980_junyongwu

    This will help you. http://www.realworldasp.net/article.asp?article=142[^]

    C# help graphics question

  • TreeView in ASP.NET
    R remex_1980_junyongwu

    Hi, I need to create two trees in a web page. And, users can drag one node of a tree to the nodes list of another. Do you have any suggestion?

    ASP.NET csharp asp-net data-structures question

  • Why VS Package can't work without SDK installed?
    R remex_1980_junyongwu

    Visual Studio 2005 SDK 2007.2 Add a toolbar button to the VS2005 IDE.

    C# visual-studio csharp question

  • Why VS Package can't work without SDK installed?
    R remex_1980_junyongwu

    Hi, I tried a VS Integration Package, which will add a toolbar to the visual studio 2005. Now, It can work on the machine with SDK installed. But, if the SDK is not installed, the Package will be seen and can't work. Appreciate your suggestion.

    C# visual-studio csharp question

  • How can I get the addin execute path
    R remex_1980_junyongwu

    string appPath = Path.GetDirectoryName(Assembly.GetExecutingAssembly().GetName().CodeBase); Resolved. :)

    C# question csharp visual-studio help tutorial

  • How can I get the addin execute path
    R remex_1980_junyongwu

    Hi, I implemented a add-in for visual studio 2005. But, I don't know how to get the path of the add-in dll? I.e. I will install the add-in to C:\Add-in\ When the add-in is executed, how can I get the path? Appreciate you help.

    C# question csharp visual-studio help tutorial

  • How to rename the application at post-build in Visual studio 2005
    R remex_1980_junyongwu

    It's so kind of you. :)

    C# question csharp visual-studio design tutorial

  • How to rename the application at post-build in Visual studio 2005
    R remex_1980_junyongwu

    I got it out just now. :) Change the Assembly name in the properties window of the project.

    C# question csharp visual-studio design tutorial

  • How to rename the application at post-build in Visual studio 2005
    R remex_1980_junyongwu

    Hi, Now, I need to rename the application after build process. Now, the project name is set to MY.PROJECT.UI because it's major on the UI feature. But, I need to change the application name to MyProject.exe How can I do? Do you have any suggestion?

    C# question csharp visual-studio design tutorial

  • Why Googlebot 500 errors
    R remex_1980_junyongwu

    You are so appreciated to help me. I add some code in Global.asax void Application_BeginRequest(object sender, EventArgs e) { // If the requested file exists if (File.Exists(Request.PhysicalPath)) { return; } else { // find in database // get the correct url, and save to the CorrectURL Context.RewritePath(CorrectURL, false); return; } } BTW, my web is coded under ASP.NET 2.0. Any suggestion, kindly let me know.

    ASP.NET sysadmin help question

  • Why Googlebot 500 errors
    R remex_1980_junyongwu

    You are so appreciated to help me. I add some code in Global.asax void Application_BeginRequest(object sender, EventArgs e) { // If the requested file exists if (File.Exists(Request.PhysicalPath)) { return; } else { // find in database // get the correct url, and save to the CorrectURL Context.RewritePath(CorrectURL, false); return; } } Any suggestion, kindly let me know.

    ASP.NET sysadmin help question

  • Why Googlebot 500 errors
    R remex_1980_junyongwu

    Hi , I'm submiting my web site to google search engine. I use the URL rewrite tech. But, when I login to the google website management, I found that all the googlebot send me many error messages: Such as: http://www.msproject.cn/Article/codehighlight_freetextbox.aspx[^] 500 (Internal server error) [?] I'm sure the web can be access in your web browser, but why googlebot return 500 error?

    ASP.NET sysadmin help question

  • How to add Restart Dialog to Installer
    R remex_1980_junyongwu

    Hi All, Is there anyone who knows how to add a Restart Machine Dialog to installer. I'm using the Setup Projcet in Visual Studio 2005. I want the dialog can show after the installer. Counld you help me?

    C# csharp visual-studio help tutorial question

  • File copy doesn't work well in Vista C#
    R remex_1980_junyongwu

    It seemed that Vista has record the source file with different version. When I changed the source file to another directory, The copied is the latest.

    Windows API csharp question announcement

  • File copy doesn't work well in Vista C#
    R remex_1980_junyongwu

    Hi All, Currently, I try to copy a file from application directory to user document directory. I modified the source file before, then when I copy as a standard user, the copied file is in previous version(at that time I create the previous source version as administrator). File.Copy("C:\app\data.mdb", "...\my documents\data.mdb"); How can this happen? Is Vista save some previous version? But when I run the program as administrator, then the copied file is OK. I really don't know why. Thanks,

    Windows API csharp question announcement

  • Why just get NULL return from excel oledb
    R remex_1980_junyongwu

    Clearify question: the 11111111 is returned well, but can't get the next row - 2222(ds)/1232(jjj):(

    C# com help question

  • Why just get NULL return from excel oledb
    R remex_1980_junyongwu

    Hi everyone, I use the OLE connection to read data from excel file; OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + strFileName + "; Jet OLEDB:Engine Type=5;" + "Extended Properties=\"Excel 8.0;\""); OleDbDataAdapter SheetAdapter = new OleDbDataAdapter("select * from [" + strSheetName + "]", conn); But when using the method to read the excel data like this: 111111111 2222(ds)/1232(jjj) It just return NULL to the dataset row. I really don't know why ? Can you help me please? Thanks in advance.

    C# com help question

  • export OLAP in SSAS 2005 to excel pivot table
    R remex_1980_junyongwu

    Hi genius, Nice to meet you here! When developing BI programs with SQL Server 2005, I got this problem: Users want the report should be exported in office excel 2003 format, and stored in PIVOT TABLE. We have decided to use OLAP tech in SSAS(SQL Server2005 Analysis Services) to generate cubes. If we just use excel as a client tool, and create a pivot table which connects to the cube database, it's ok. But, the users want to download the excel file from a web page, further more , they want to filter the data through the web page. How can I do? Wait inline. Thank you!

    Database database question sql-server sysadmin help

  • export OLAP in SSAS 2005 to excel pivot table
    R remex_1980_junyongwu

    Hi genius, Nice to meet you here! When developing BI programs with SQL Server 2005, I got this problem: Users want the report should be exported in office excel 2003 format, and stored in PIVOT TABLE. We have decided to use OLAP tech in SSAS(SQL Server2005 Analysis Services) to generate cubes. If we just use excel as a client tool, and create a pivot table which connects to the cube database, it's ok. But, the users want to download the excel file from a web page, further more , they want to filter the data through the web page. How can I do? Help inline. Thank you!

    C# database help question sql-server sysadmin
  • Login

  • Don't have an account? Register

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