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
W

wk_vigorous

@wk_vigorous
About
Posts
40
Topics
25
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • "StatusBar" problem
    W wk_vigorous

    Hi guys I invoke statusbar.Refresh() method. I think it should call statusbar's "DrawItem" event sequently. But it doesn't. Why? By the way, other controls seem to have similar cases. Thanks a lot. vigorous

    C# help question

  • Change font of messagebox
    W wk_vigorous

    Hi, guys and girls How can I change the font of text displayed in a MessageBox? Thanks vigorous

    C# question

  • Export standard file
    W wk_vigorous

    Hi, guys, I want to export my data into some standard file format, eg. excel and word. How can I do that? Thanks a lot vigorous

    C# question

  • API constants value
    W wk_vigorous

    Guys, how can I know an API constant exact value? For example, PURGE_TXABORT. Any documents? Thanks a lot. vigorous

    C / C++ / MFC question json tutorial

  • Beginner, need ASP.net e-books
    W wk_vigorous

    Hi, guys and girls. I am a beginner and very interested in ASP.net. Any free resources or e-books about ASP.net best in C# available through Internet?:confused: Thanks a lot. vigorous

    ASP.NET csharp asp-net question learning

  • Access is denied
    W wk_vigorous

    Really thank you very much for your great help. Now I can write the file. You are really a kind person and love to help others. Thanks again. vigorous

    ASP.NET asp-net csharp dotnet sysadmin windows-admin

  • Access is denied
    W wk_vigorous

    Hi, I did it as you instructed but the file also can't be accessed with write mode. One question for ASP.NET account. what 's the meaning? Is it my user account? By the way I found the folder 's properties is always read-only even I chang it. The read-only properties comes back again. Do you think it is the reason? Anyway how can I write the file in ASP.NET? Thanks a lot. vigorous

    ASP.NET asp-net csharp dotnet sysadmin windows-admin

  • Access is denied
    W wk_vigorous

    Thank you for the advice. You are right. Now I can access the file in read mode. If I want to write it, how can I grant ASP.net the authorization? Thanks a lot vigorous

    ASP.NET asp-net csharp dotnet sysadmin windows-admin

  • Access is denied
    W wk_vigorous

    Hi, guys and girls I want to access a file in my ASP.net routine but it is denied. Following is the prompt information, but I don't understand it. What shold I do? Configure IIS manuslly or other things? Thanks a lot. Access to the path "c:\inetpub\wwwroot\Weblog\Entires\Entry.xml" is denied. 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.UnauthorizedAccessException: Access to the path "c:\inetpub\wwwroot\Weblog\Entires\Entry.xml" is denied. "ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via , the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user. To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access. Source Error: Line 71: string filepath = EntryFilePath+@"\"+ filename; Line 72: Line 73: FileStream file = new FileStream(filepath,FileMode.Open); Line 74: Line 75: //Create a serializer Source File: c:\inetpub\wwwroot\weblog\global.asax.cs Line: 73 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 vigorous

    ASP.NET asp-net csharp dotnet sysadmin windows-admin

  • Operating system language information
    W wk_vigorous

    Hi, guys How can I know the language information of the operating system in my routine? Because I need read and write some files and you know, in different language operating system(eg. english and german) the directory string is different. So I think if I can learn what lanuage the operating system is using, I can choose relevant correct directory string. Alternatively, do you have other ways to solve the problem of reading and writting files in several language system? Thanks. vigorous

    C# question help

  • Infra red strange problem
    W wk_vigorous

    Hi, guys! I am using IR port on pocket pc to communicate with other device. When I used emulator on desktop, it can work correctly. But I use it on real pocket pc, what the routine gets from IR port is error code, such as 255 instead of ACII code. But via Hperterminal monitoring, the monitor display correct ACII code. Why it happened? You know the sourcecode running on emulator and real Pocket PC is same. So do you think I should do some configurations on the IR port via code? If so, and how? Thanks a lot vigorous

    Mobile help question

  • Urgent about connection to MSDE 2000
    W wk_vigorous

    Thank you very much. It's because the protocol is disabled. Now MSDE could be connected after enable the protocol. vigorous

    Database help database sql-server sysadmin announcement

  • Urgent about connection to MSDE 2000
    W wk_vigorous

    The operating system is xp sp2. I thought maybe the firewall block relevant port but even i close the firewall i still can't connet to MSDE. vigorous

    Database help database sql-server sysadmin announcement

  • Urgent about connection to MSDE 2000
    W wk_vigorous

    Hi, guys. This is an urgent problem that I can only conncet to MSDE 2000(release A, not sp3 or sp3a) from local computer but can not connect to the one running on remote PC. Every time such information is prompted:"SQL Server doesn't exist or access denied." By the way, the SQL Server service manager running on my PC can start or stop MSDE on both local and remote PC. Help please. Thanks. vigorous

    Database help database sql-server sysadmin announcement

  • About time stamp
    W wk_vigorous

    I try to get the time when the source code is compiled. The code is : string filename = System.Reflection.Assembly.GetExecutingAssembly().FullName; System.IO.FileInfo fil = new System.IO.FileInfo(filename); string thetime = fil.CreationTime.ToString(); But "thetime" is "12/31/1600 4:00:00 PM". What's wrong with it? My mathine time is 13/10/2004. Thanks vigorous

    C# question

  • Time stamp
    W wk_vigorous

    Hi, guys I need a time stamp, which can remember time when the source code is compiled for the first time. So DateTime.Now is useless. How can I get it? Thank you very much. vigorous

    C# question

  • Draw a bit picture
    W wk_vigorous

    Hi, guys I wonder whether there is a tool in Studio .net 2003, which could be used to draw bit pictures. Thanks vigorous

    C# csharp

  • How to operate registry of WinCE
    W wk_vigorous

    Hi, guys.I am developing an application running in PocketPC. My question is how I can operate the registry of Windows CE. Are there some classes which can be used directly? Or I have to use unmaged code to invoke some API to do that? Could you please to recommend some resources to introduce relevant contents? Thanks a lot vigorous

    C# question windows-admin json tutorial

  • How to change new line in textBox
    W wk_vigorous

    Hi, guys. I set the control textBox as Multiline true. And I want change the text line with such way"Contents.\n in the box". But "\n" didn't change a new line instead of displaying an error character. What 's the reson? And how can I can realize changing a new in my code? Thanks a lot vigorous

    C# question help tutorial

  • Emergency. problems in serial communication
    W wk_vigorous

    Hi, guys I use MSComm control to write a serial port communication routine. But the event "OnComm" don't response. And I have set RThreshold and SThreshold 1. It 's correct when I send out a character, the OnComm event should response, But it not. What do u think of that? Expect some serial communication specialists' idea. Thank a lot vigorous

    C# 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