Search:

Type: Posts; User: jat421

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. I also want it to go into subfolders to delete...

    I also want it to go into subfolders to delete old files. But let me try that first if I fail I will ask. Thanks again for your help
  2. Sorry my fault it works like a charm. Thanks for...

    Sorry my fault it works like a charm. Thanks for your help. I will study the code :)
  3. Thanks a lot for your help. I tried your version...

    Thanks a lot for your help. I tried your version of the script but it doesn't delete the files at all. I get no error. Any ideas? Thanks!!!
  4. Newbie Question about deleting old files from a folder

    Hi I am new to c# and trying to learn. I have written this code to delete files from a folder older then 30 days. I think there is something seriously wrong with my logic. It deletes any new files as...
  5. Replies
    2
    Views
    1,897

    k, so I was looking at the combobox that would do...

    k, so I was looking at the combobox that would do the job but I wanted something in a list form. In the same category I found Listbox and it does says that users can select from the list. I will give...
  6. Replies
    2
    Views
    1,897

    List to select from

    Hi, I am still learning c# but I have a question. I have created a app that query's a SQL database for a person by their First Name. I have a text box where a user enter the First Name to search. I...
  7. Replies
    1
    Views
    2,748

    Add a code to pdfp.exe to print range

    Hi I have found this code online and I wanted to add another option -r to print the range to pages to the printer. I don't have advanced knowledge of C. I was wondering if someone can take a look and...
  8. Thread: c# & SQL newbie

    by jat421
    Replies
    3
    Views
    1,265

    Thanks Dino!!!...I guess I have to learn how to...

    Thanks Dino!!!...I guess I have to learn how to troubleshoot these errors. Spent 1 hours looking what's wrong with it :)
  9. Thread: c# & SQL newbie

    by jat421
    Replies
    3
    Views
    1,265

    c# & SQL newbie

    Hi I am learning to code in C#. But I am stuck at one place. I am trying to connect to SQL server through C#

    I am using VS 2005 and below is the code.



    using System;
    using...
  10. Thread: Making kid Game

    by jat421
    Replies
    2
    Views
    1,227

    Thanks for your help!!. That makes sense.

    Thanks for your help!!. That makes sense.
  11. Thread: Making kid Game

    by jat421
    Replies
    2
    Views
    1,227

    Making kid Game

    Hi,

    I want to make my kid a game for his birthday. I have learned C in college but that's like few years back. I think I know the basics.

    So basically, the game would display on the screen...
  12. Thread: Newbie Help

    by jat421
    Replies
    4
    Views
    1,110

    Newbie Help

    hi guys i need help,

    Write a program that reads a data file and uses an array to figure out bowling scores.

    In bowling, 10 pins are set up for each frame and the player gets two chances to...
  13. Replies
    4
    Views
    1,850

    Mac address length is 48 bits and I want to...

    Mac address length is 48 bits and I want to know...what the mac address discription is? :)
  14. Replies
    4
    Views
    1,850

    Networking question

    hi guys I have couple of questions :)

    1) what does the first and last halves of a network card specify?

    2) If I want to connect 3 hubs together and only two of them have uplink ports...how...
  15. Thread: Newbie

    by jat421
    Replies
    4
    Views
    1,299

    ahh ok :)....thanks a lot for your help

    ahh ok :)....thanks a lot for your help
  16. Thread: Newbie

    by jat421
    Replies
    4
    Views
    1,299

    thanks :). And one more question what does the...

    thanks :).

    And one more question what does the statement "Use interactive appraoch to read two doubles values into the 2 data members price and tax of struct Book type variable named comics from...
  17. Thread: Newbie

    by jat421
    Replies
    4
    Views
    1,299

    Newbie

    Hey guys I have this program that doesn't compile



    #include <stdio.h>
    typedef
    struct{
    double price;
    double tax;
    }Book;
  18. Thread: Newbie

    by jat421
    Replies
    7
    Views
    1,282

    Please anyone...I am preparing or an exam that is...

    Please anyone...I am preparing or an exam that is this coming thursday... :)

    For my Q2

    Q2) what is the color printed by the colorArray[red], colorArray[blue] and colorArray[green] ?

    Will it...
  19. Thread: Newbie

    by jat421
    Replies
    7
    Views
    1,282

    yes i understand it better now :). Just one...

    yes i understand it better now :).

    Just one little conufsion...so will it print like this?

    colorArray[red] = red
    colorArray[blue] = blue
    colorArray[green] = green


    Thanks
  20. Thread: Newbie

    by jat421
    Replies
    7
    Views
    1,282

    Newbie

    hey guys I have couple of questions about this program.



    #include <stdio.h>
    #define ROW 3
    #define COLUMN 10
    typedef
    enum { red, blue, green} color;
  21. Replies
    6
    Views
    1,567

    Thanks guys gonna try that and let you know.

    Thanks guys gonna try that and let you know.
  22. Replies
    6
    Views
    1,567

    Actually it doesn't give me the line number. All...

    Actually it doesn't give me the line number. All it says is Segmentation fault when i try to run it. I guess if I had Visual C++ I can stop it and see what line is it, but unfortunatley I don't have...
  23. Replies
    6
    Views
    1,567

    Segmentation Fault

    Hey guys I have this program that gives me "Segmentation Fault". I have posted the code below please can anyone tell me what's wrong ?....I am compileing it in munro using gcc.

    Thanks



    ...
  24. Thread: Newbie

    by jat421
    Replies
    5
    Views
    1,107

    Thanks that worked :), lol what a stupid...

    Thanks that worked :), lol what a stupid mistake...I think I need some cofffe :)
  25. Thread: Newbie

    by jat421
    Replies
    5
    Views
    1,107

    the player with higher total points win the game...

    the player with higher total points win the game and the if() satement is there is do that. Acutally once I get the if statement right I will write it as a different function.

    Thanks
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4