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
D

danzar

@danzar
About
Posts
17
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Does anyone know of any command line email programs that work!!!
    D danzar

    Just a thought, Make the program. It wouldn't be that hard, Or atleast i don't think it would be.

    C# question

  • ISO extractor? [modified]
    D danzar

    Well at least you was not Teaching the Teacher on C# after you paid 400 bucks on the course and books. I was really pissed. I spoke to the Dean about it, she said that I should have asked more about the class before taking it. "ASKED MORE!?!?" GOD for bid me assume! the teacher might know somehting about what they are teaching!!

    C# tutorial csharp question

  • Creating this "Please wait..." window?
    D danzar

    Are you tring to figure out how to show the form or how to show it while the program is loading? If you are wanting to show it while the program load, then what i did was loaded the "loading form" at the ever beginning of the other form. then when it was done with all the other stuff I closed the "loading form"

    C# question

  • Error message
    D danzar

    Good point.. here is the link for the solution that helped me. http://social.msdn.microsoft.com/forums/en-US/msbuild/thread/8d761321-304b-41d0-8cb5-eac9a21efd01[^] The link was giving to me by PsychoCoder

    C# help

  • Error message
    D danzar

    DID, But got help from another site. solved

    C# help

  • Error message
    D danzar

    I recieved this error when i try to build my project

    Files has invalid value "<<<<<<<<<<< .mine". Illegal characters in path.

    All I did was clean up some basic coding. It doesn't have a line reference. I did a full solution seach but found nothing.

    C# help

  • adding lables to ListBox
    D danzar

    Father Christmas wrote:

    I'd hate to see people not using the site for fear of humiliation.

    Well said!!

    C# help question lounge

  • Trouble with my IF's
    D danzar

    Is that COBOL? or RPG? been a while but looks like it kinda

    C# help question

  • TaskManager - trojans
    D danzar

    LOL best reply ever.

    C# com help question

  • A timer & a while function
    D danzar

    led mike wrote:

    danzar wrote: I am assuming the while statment is over taking the timer event #1 Don't make assumptions.

    I know its a bad habbit I have. sorry

    led mike wrote:

    #2 Don't make up terminology in text based communications ( over taking the timer ) because your readers won't know what you are talking about.

    My poor choice of words, was from the lack of not knowing the correct terminolgy for the issuse I was having. I know now that I was wrong in my description of the issuse I was having. Sorry again for the mistake but was the result of learning. A wise man said- You never learn unless you ask for help. :)

    C# help tutorial career

  • A timer & a while function
    D danzar

    Perfect. thank you very much. this was exactly what i needed to know and a explaintion on why it wasnt working.. Thank you again!

    C# help tutorial career

  • A timer & a while function
    D danzar

    I am having a problem with a timer in my program. I am sure I am missing serveral things that someone else will see easly. this is a short example of my code. private void button_click_1(object sender, eventargs e) { starttimer(); Dothewhile(); } public void starttimer() { timer1.start(); timer1.interval = 1000; } private void timer1_Tick(object sender, EventArgs e) { MessageBox.Show("hello"); } public void Dothewhile() { while (Run == true) { // do other stuff and when it detects its done it makes Run == false } } I am assuming the while statment is over taking the timer event and i just cant see when the timer hits but dont know for sure because i am stupid. But i would like to have some input on the ideal why the timer is never seen unless i turn the while statement off. thanks danzar Superman was my hero till he got a real job.

    C# help tutorial career

  • Hex to ascii
    D danzar

    Thank you. I thought I had searched the MSDN forums good before posting But as always I was wrong..\ Thank you Danzar

    C# question

  • Hex to ascii
    D danzar

    What is the way to convert hex data to a ascii string?

    C# question

  • Hooking Direct Api
    D danzar

    Hi, I want to be able to send keystroke to anther app that is based directx. I am using SendInput for the major part of the keys, but there are serveral keys that dont work with this fuction. (most of the ones that dont, calls a action of some sort). I just woundering if my next step is to start looking into directx api hooking or is there another way that i can send the keystroke over the sendinput that might work. Also i have tried the Sendkeys function but all it gets is the same key action on all the keys (whish is the ESC key). thank you very much Danzar

    C# graphics game-dev json

  • SendInput
    D danzar

    Thank you for the reply. I have modifed my code serveral time to try to make the struct more like you said. but to no avail can i get it to work. this is the code I have this time. Let me know what you see wrong on this one.. Thank you very much Danzar http://rafb.net/p/uPx4EW73.html[^]

    C# csharp html help

  • SendInput
    D danzar

    Hi, I was woundering if some of the higher level C# programmers could help me with my code. I have read all the Doc. that i can find about it, But i still cant get it to fully work. If I comment out the keyboadx ref's the mouseclickx works fine. If I dont neather the mouseclickx nor the keyboardx works at all. I cant get the keyboardx to work in any fashion. I made a link to a paste it site because i didnt know how it it is looked at about paste long code in forums. http://rafb.net/p/bmuAVm81.html[^]

    C# csharp html help
  • Login

  • Don't have an account? Register

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