Forum: C# Feb 23rd, 2009 |
| Replies: 6 Views: 1,219 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 how can i do this??? is there a certain code for it?? |
Forum: C# Feb 22nd, 2009 |
| Replies: 6 Views: 1,219 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 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 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 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 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 i manually assigned an IP, DNS....etc.... |
Forum: Networking Hardware Configuration May 29th, 2007 |
| Replies: 8 Views: 2,147 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 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 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 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 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 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 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 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 #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 well i'm using C in this program. |
Forum: C++ Aug 12th, 2006 |
| Replies: 3 Views: 2,388 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 #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 :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 #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 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 #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 |
Forum: C++ Aug 1st, 2006 |
| Replies: 2 Views: 1,766 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 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 i'm using a borland turbo C |
Forum: C Aug 1st, 2006 |
| Replies: 19 Views: 2,551 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 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 #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 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 #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 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 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 #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 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 #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]; |