Search:

Type: Posts; User: fingerlickin

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,649

    help sharing a program with friends...

    i have created a simple calendar program in vs2003... thats all that is on the form except one textbox. the program compiles clean and runs fine from my computer but, when i sent it to another...
  2. Replies
    0
    Views
    1,729

    notifyIcon and context menus

    does anyone have any sample code for adding this to a windows app? i am new to c# and i would like to add it to a calendar program i wrote so that when i mousehover or mouseover the icon i can see...
  3. grrr... i am starting to think maybe i should...

    grrr... i am starting to think maybe i should remove this functionality from the program. i think i have pulled half my hair out of my head over this thing.
  4. DateTime and TimeSpan ..... help please.

    Now i am not an expert c# programmer but i am learning. please bare with me until i get better but, here is the issue:
    i have created a program that uses the axCalendar and when the date is changed...
  5. Replies
    4
    Views
    1,516

    yes, im sorry i am running an xp machine in all...

    yes, im sorry i am running an xp machine in all instances.
  6. Replies
    4
    Views
    1,516

    wake on lan?

    is there a c6 or .net function for the network cards wake-on lan capabilities?
    scenerio:
    multiple computers running a data entry program written by our company and when the programs or program...
  7. Replies
    3
    Views
    1,316

    Actually, it looks like since i registered it...

    Actually, it looks like since i registered it (using my hotmail account) i can only publish the programs i write. I thought i was able to create .exe files but, maybe im thinking of 2003? i dunno....
  8. Replies
    3
    Views
    1,316

    oops

    oops
  9. Replies
    3
    Views
    1,316

    One last thing i swear!!

    In the program i posted about earlier, i have also included 2 picture files (i think one is a gif and the other a jpg). I was wondering as i have found out how to load the image on build, i would...
  10. Thank you!!!

    Thank you!!!
  11. closing a Windows Application with a On_click Event?

    Is this possible? i have not found any code anywhere to do this. i have a button in the program with Button1.Text="Close", but.... i cant figure out how to actually close the form haha. please help
  12. reading in files and populating the Combobox1 dropdown?

    I was curios if anyone knows how i could use StreamReader.ReadLine on a Text file and save each instance to an "dimensioned array" even to display it to the screen....
    in a nut shell i would like...
  13. well, i added the code you suggested again and,...

    well, i added the code you suggested again and, this time it did compile and work. i must not have entered the syntax correctly or something i dont know..... but, thank you very much for your help.
  14. c:\My Documents\Visual Studio Projects\hello...

    c:\My Documents\Visual Studio Projects\hello world\hello world.cpp(22): error C2065: 'CLS' : undeclared identifier
    nah that didnt do it although as i was typeing the "(" it did evalute it as a...
  15. using more then one namespace? std and system? for a console app

    i have written a basic c++ program to the Console but which looks something like:


    #include <iostream>
    using namespace std;
    int main();
    {
    cout<<"Hello World";
    }
  16. are you using a c++ compiler or a vc++ compiler?

    are you using a c++ compiler or a vc++ compiler?
Results 1 to 16 of 16