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
S

sduhd

@sduhd
About
Posts
26
Topics
18
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • TTF file format
    S sduhd

    It's said that information stored in ttf files are strokes in bezier format. How to extract such information? i.e., what's the details in a ttf file? Thanks!

    C# tutorial question

  • How to get the linked url from a document?
    S sduhd

    HtmlElementCollection links = webBrowser1.Document.GetElementsByTagName("a"); foreach (HtmlElement link in links) { //if link links to some interested URL, navigate to link } Which property may I use to get the "a href=some url"?

    C# tutorial question

  • how to get user-submitted info from BBS pages?
    S sduhd

    I want to write code to download pages from BBS and then analyze the data. The first step is to retrieve the structure of the page. "webBrowser" has many methods and properties that sounds help. The main loop should be sth like this: foreach (HtmlElement elem in elemColl) { } I can get the elements easily. But how can I get the structure among the elements? How to get the user submitted info from the advertisements, signatures, links...... Thanks.

    modified on Friday, December 21, 2007 12:35:18 AM

    C# question help tutorial

  • edit position (cursor? carret?) of richtextbox
    S sduhd

    I want to store the edit position of a richtextbox and set the position back after I renewed it's contents. Thanks.

    C# question

  • How to compile a txt into an exe
    S sduhd

    My program reads some data from a txt. I want to compile the txt into the exe itself, so I won't distribute the txt file. If possible, how? Thanks.

    C# tutorial question

  • How to submit info programatically?
    S sduhd

    It's an "event delegate", you cannot call it in your code. You can only use it at the left side of + or += operator. You know, I download an html document, it's written by other people. In the page there was a button. I want to emulate a "click" of the button in my program. I googled but no useful result.

    C# html tutorial question

  • How to submit info programatically?
    S sduhd

    I used WebBrowser to get an html Document, in which there was a "Submit" button. I can get this HtmlElement. How to emulate a click in a program? Call the elem's Click is invalid, cause it's a delegate , it can only appear in the leftside of a + or +=. Thanks.

    C# html tutorial question

  • How to click a button in a program
    S sduhd

    No such method. I guess you are kidding me.

    C# html tutorial question

  • How to click a button in a program
    S sduhd

    I used WebBrowser to get an html Document, in which there was a "Submit" button. I can get this HtmlElement. How to emulate a click in a program? Call the elem's Click is invalid, cause it's a delegate , can only appear in the leftside of a + or +=. Thanks.

    C# html tutorial question

  • embedded development problem
    S sduhd

    Problem solved. Set up in the enviornment.

    Hardware & Devices help database hardware tools

  • embedded development problem
    S sduhd

    I am working on a Silicon Labroratories F340, and in my KEIL uVision3 I have found it in the "device database". I can make a project with this chip set. But when I compile the project, it showed error message "path for toolset undefined". I checked the tools.ini, it only contains my email address. Thanks.

    Hardware & Devices help database hardware tools

  • How to send message to a window
    S sduhd

    I can get the handle of the window, it's another application. I want to send a "Ctrl+C" to the window. I think I should use the windows message system. But I don't know how to do. Thanks in advance.

    C# tutorial

  • Google Earth API
    S sduhd

    I don't know why GE' designed it's API this way: you can get features like placemarks, but they don't have the Lon/Lat info at all! Yes, you can make GE "fly" there and then you can get the Lon/Lat via the camera, but the prerequisit is the feature's HasView==1. In practice I found most features don't have view. How can I get the Lat/Lon of a feature?

    C# question json

  • DEBUG:0xC0000005: Access Violation
    S sduhd

    Thanks. I unchecked the "debug unsafe code" and reset exception settings, then it's OK.:laugh::laugh::laugh:

    C# visual-studio help csharp debugging

  • Debug failure before program running
    S sduhd

    When I debug my C# program in vs2005, I got the problem of first-chance exception:0xC0000005: Access Violation. The problem occured when vs loaded the dlls. If I run the exe outside the IDE, it's OK. I doubt that an anti-virus software I installed yesterday caused the problem. Before the antivirus installed, everything was OK. Can I config VS not load the anti-virus.dll? Please help.

    Visual Studio visual-studio help csharp debugging question

  • DEBUG:0xC0000005: Access Violation
    S sduhd

    Thanks. But I cannot open that page. :(

    C# visual-studio help csharp debugging

  • DEBUG:0xC0000005: Access Violation
    S sduhd

    Thanks. I would not worry about it at all if the IDE ignored the problem and let me debug my program.

    C# visual-studio help csharp debugging

  • DEBUG:0xC0000005: Access Violation
    S sduhd

    When I debug my C# program in vs2005, I always met the problem of first-chance exception:0xC0000005: Access Violation. The problem occured when vs loaded the dlls. If I run the exe outside the IDE, it's OK. I doubt that an anti-virus software I installed yesterday caused the problem. Before the antivirus installed, everything was OK. Please help.

    C# visual-studio help csharp debugging

  • How to show registers while a program running?
    S sduhd

    I want to write a program, while it runs, a window shows the hardware registers ax,bx.... just as the debugger does! Is there a handy control to show registers?

    C / C++ / MFC hardware debugging tutorial question

  • DrawImageUnscaled......why scaled?
    S sduhd

    I draw an image in the form_Paint event handler: e.Graphics.DrawImageUnscaled(bmp,0,0/*panel1.Bounds*/); But the image IS scaled! The size of bmp is 2048*1900, but the whole image was drawn in a small area of the form, the width was 800 more or less. Why scaled? How can I make it unscaled?

    C# question css graphics
  • Login

  • Don't have an account? Register

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