Search Results

Showing results 1 to 38 of 38
Search took 0.01 seconds.
Search: Posts Made By: comp_sci11
Forum: C# Feb 23rd, 2009
Replies: 6
Views: 1,219
Posted By comp_sci11
I'm not using c# 2008 i'm using c# 2005 standard edition.

I used

this.Location = new Point(0, 0);
this.Size = Screen.PrimaryScreen.WorkingArea.Size;

the form was successfully changed...
Forum: C# Feb 22nd, 2009
Replies: 6
Views: 1,219
Posted By comp_sci11
how can i do this??? is there a certain code for it??
Forum: C# Feb 22nd, 2009
Replies: 6
Views: 1,219
Posted By comp_sci11
hi there!! i'm having problem with my winforms.

because when i run it at a different computer's resolution it doesn't look like the one i made.

like for example, i build it using a 1280X1024 ...
Forum: C# Jan 31st, 2009
Replies: 1
Views: 410
Posted By comp_sci11
I am wondering if it is possible to connect to a certain database that i've created Programmatically by Using ADO.NET.

I was able to create a new database by code but I was wondering if i can...
Forum: Java Jul 19th, 2007
Replies: 5
Views: 8,343
Posted By comp_sci11
thanks for the help!! the gathering!!!

i never thought that i just have to set the sum to zero.

it was really a great help!
Forum: Java Jul 18th, 2007
Replies: 5
Views: 8,343
Posted By comp_sci11
I'm currently making a program that list all the perfect numbers from 1-1000. and list also its factors.

heres my code.


public class perfect
{
public static void main(String[]args)
{
int...
Forum: Networking Hardware Configuration Jun 2nd, 2007
Replies: 8
Views: 2,147
Posted By comp_sci11
Both can ping each other....

But i didn't try pinging an IP address...
Forum: Networking Hardware Configuration May 31st, 2007
Replies: 8
Views: 2,147
Posted By comp_sci11
i manually assigned an IP, DNS....etc....
Forum: Networking Hardware Configuration May 29th, 2007
Replies: 8
Views: 2,147
Posted By comp_sci11
my firewall is turned off...and even my anti-virus....

and i haven't updated/installed any windows update...

and for the cable....I checked it....and it works fine...
Forum: Networking Hardware Configuration May 29th, 2007
Replies: 8
Views: 2,147
Posted By comp_sci11
hi...
I'm using a windows xp....
I have two computers at home(one is the host and the other is a client) and i connected them using LAN so that the other computer can have an internet connection.
...
Forum: MS Access and FileMaker Pro May 23rd, 2007
Replies: 4
Views: 2,115
Posted By comp_sci11
Well I did the current date minus the DOB....but it's ok

The assignment is due already, so we just hand in what we got....

but thanks for the info and help!!!....
Forum: MS Access and FileMaker Pro May 20th, 2007
Replies: 4
Views: 2,115
Posted By comp_sci11
hey gsraonrt....sorry if this is rude....but you are not helping!!!

i really need help.....somebody pls....
Forum: MS Access and FileMaker Pro May 20th, 2007
Replies: 4
Views: 2,115
Posted By comp_sci11
I really need some help here and hope there are some Access database whizzes out there...and i know...there are.... my friend and I are doing a database project for a health care service... and we...
Forum: C Nov 20th, 2006
Replies: 1
Views: 1,446
Posted By comp_sci11
I'm trying to create a tree using C and print its tree traversals(preorder,inoreder,postorder) so i decided to start creating a tree first. My program accepts a characters in preorder but it doesn't...
Forum: C++ Sep 5th, 2006
Replies: 4
Views: 2,360
Posted By comp_sci11
can somone help me! where can i find a turbo C compiler that has a BGI!
Coz i have a program that have some graphics but i can't run it through my compiler coz it doesn't have a BGI! is there...
Forum: C Aug 23rd, 2006
Replies: 5
Views: 1,920
Posted By comp_sci11
help!! my program is running but when i choose 2 which is the list function that display all the info. inputted by the user, it doesn't display at all!! and when i'm adding an account it is getting...
Forum: C Aug 23rd, 2006
Replies: 5
Views: 1,920
Posted By comp_sci11
#include<alloc.h>
#include<stdio.h>
#include<string.h>
#include<conio.h>
#include<dos.h>
#include<ctype.h>

typedef struct node
{
int dd,mm,yy;
Forum: C++ Aug 13th, 2006
Replies: 3
Views: 2,388
Posted By comp_sci11
well i'm using C in this program.
Forum: C++ Aug 12th, 2006
Replies: 3
Views: 2,388
Posted By comp_sci11
I'm currently working on a ATM program wherein a 3.5 floopy diskette would serves as the card of the user. this diskette has a program wherein it has a account number and a password.

And when the...
Forum: C Aug 8th, 2006
Replies: 6
Views: 1,567
Posted By comp_sci11
#include <stdio.h>
int arrange(int[],int);

main()
{
int array[10],num,i,flag;

clrscr();
puts("Enter length of array");
scanf("%d",&num);
Forum: C Aug 3rd, 2006
Replies: 19
Views: 2,551
Posted By comp_sci11
:cheesy:Finally!!,I run my program using a looping!!
thanks for the advice dillip!!!
because of your advice i finally run my program using a loop!! THANKS A...
Forum: C Aug 3rd, 2006
Replies: 19
Views: 2,551
Posted By comp_sci11
#include<stdio.h>
#include<string.h>
#define size 21
#define max 5
int id[max];
char ln[max][size];
int pr[max];
int mt[max];
float fg[max];
Forum: C Aug 2nd, 2006
Replies: 19
Views: 2,551
Posted By comp_sci11
here is the new code of my running program. i solve it already. thanks to the help of others!! But my code is not that practical to use because i didn't use a loop instead i typed all the needed data...
Forum: C Aug 2nd, 2006
Replies: 19
Views: 2,551
Posted By comp_sci11
#include<stdio.h>
#include<string.h>
#define size 21
#define max 5
int id[max];
char ln[max][size];
int pr[max];
int mt[max];
float fg[max];
Forum: C Aug 1st, 2006
Replies: 19
Views: 2,551
Posted By comp_sci11
Forum: C++ Aug 1st, 2006
Replies: 2
Views: 1,766
Posted By comp_sci11
can someone help me about creating a window in turbo c??
because i can't find anything about creating a window in turbo c!
is there a site explaining or about creating a window in turbo c??
Forum: C Aug 1st, 2006
Replies: 19
Views: 2,551
Posted By comp_sci11
my problem is not in inputting the data, but in displaying the outputs.
like for example:

when i input all the data: like
id number:1
lastname:smith
prelim:60
midterm:100

id...
Forum: C Aug 1st, 2006
Replies: 19
Views: 2,551
Posted By comp_sci11
Forum: C Aug 1st, 2006
Replies: 19
Views: 2,551
Posted By comp_sci11
i can't display the outputs.
like when i entered all the data 5times in the getrecord()
when it goes to the function displayreverse after inputing all the needed data, it does not display all the...
Forum: C Aug 1st, 2006
Replies: 19
Views: 2,551
Posted By comp_sci11
can someone help me??
this is a program i created wherein the function getrecord() accepts data up to 5 times and a displayreverse() wherein it display all the data from the last input to the first...
Forum: C Aug 1st, 2006
Replies: 19
Views: 2,551
Posted By comp_sci11
#include<stdio.h>
#include<string.h>
#define size 21
#define max 5
int id[max][size];
char ln[max];
int pr[max];
int mt[max];
int fg[max];
Forum: C Jul 30th, 2006
Replies: 2
Views: 855
Posted By comp_sci11
help! my program is about struct!! it runs but i have a difficulty in displaying all the inserted data! it display the first data inputted by the user but when you insert another data, the 1st...
Forum: C Jul 30th, 2006
Replies: 2
Views: 855
Posted By comp_sci11
#include<stdio.h>
#define size 21
#define max 10

typedef struct id
{
int idnum,q1,q2,q3;
char fn[size];
char ln[size];
char mi[2];
Forum: C Jul 15th, 2006
Replies: 9
Views: 1,306
Posted By comp_sci11
here is an example of what i'm talking about:

my first inputs are:
idnum: 2
firstname: dave
lastname: smith
middle initial: s
quiz 1: 1
quiz 2: 2
quiz 3: 3
Forum: C Jul 15th, 2006
Replies: 9
Views: 1,306
Posted By comp_sci11
thanks 4 those who replied! I'm somehow debug my program a lil'bit but there are still some problems. here is my new code wherein I added some more...(like q1,q2,q3 etc....)

#include<stdio.h>...
Forum: C Jul 14th, 2006
Replies: 9
Views: 1,306
Posted By comp_sci11
#include<stdio.h>
#include<string.h>
#define SIZE 5
#define MAX 100

int id[MAX];
char fn[MAX][SIZE];
char f[MAX];
char l[MAX];
char ln[MAX][SIZE];
Forum: C Jul 13th, 2006
Replies: 9
Views: 1,306
Posted By comp_sci11
please help me!! about this code i've created!!
i really don't know what to do!!
I have so many errors some of those errors are:
1. invalid indirection in function insert
2. non portable...
Forum: C Jul 13th, 2006
Replies: 9
Views: 1,306
Posted By comp_sci11
#include<stdio.h>
#include<string.h>
#include<conio.h>
#define SIZE 21
#define MAX 10

int id[MAX];
int idn[MAX];
char fn[MAX][SIZE];
char ln[MAX][SIZE];
Showing results 1 to 38 of 38

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC