Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 23 of 23
Search took 0.01 seconds.
Search: Posts Made By: Daniel_kd
Forum: C++ Jun 24th, 2005, 7:19 AM
Replies: 10
Views: 295
Posted By Daniel_kd
well the libraries are written that way and I...

well the libraries are written that way and I didn't want to change the extention so I didnt' have to chenge the '#includes' . I tried -P an dgot the same error + I tried the .cpp extention and I got...
Forum: C++ Jun 22nd, 2005, 4:38 PM
Replies: 10
Views: 295
Posted By Daniel_kd
compileing problem[solved]

I am tring to compile a simple program that uses a md5 class that I found somewhere online. My problem is that it gets me the following error

Fatal F1003 c:\C...
Forum: Visual Basic .NET May 30th, 2005, 5:38 AM
Replies: 2
Views: 272
Posted By Daniel_kd
no it doesn't help but the right one is...

no it doesn't help but the right one is .items(#id).selected = true

where #id is the id of the item you wannt to select.
Forum: Visual Basic .NET May 17th, 2005, 9:39 AM
Replies: 2
Views: 272
Posted By Daniel_kd
set selected on listview

I am creating an application that needs a button that change the selected item to a listview, can anyone help me?
Forum: Visual Basic .NET May 17th, 2005, 8:27 AM
Replies: 2
Views: 235
Posted By Daniel_kd
Well it depends what library you are going to...

Well it depends what library you are going to use. That depends on how complex the graphics will be, and how many frames you want per second. Well you could try GDI+ but I'd suggest directX or openGL...
Forum: Visual Basic .NET May 10th, 2005, 1:17 PM
Replies: 1
Views: 324
Posted By Daniel_kd
picturebox

I want to have 2 pictureboxes(one oveer the other) and the forth one is going to have an image with transperent places on it. The problem is that I cantnake it show the picture from behind, can...
Forum: Visual Basic .NET May 10th, 2005, 12:58 PM
Replies: 2
Views: 331
Posted By Daniel_kd
I'd say this works better Dim i, j As Integer ...

I'd say this works better


Dim i, j As Integer
Dim w As Integer = Me.pbmain.Width
Dim h As Integer = Me.pbmain.Height

Dim SizeX As Integer = w / 8
Dim SizeY As...
Forum: C May 3rd, 2005, 6:20 AM
Replies: 4
Views: 411
Posted By Daniel_kd
thanx a lot I'll try this instead

thanx a lot I'll try this instead
Forum: C Apr 23rd, 2005, 2:20 PM
Replies: 4
Views: 411
Posted By Daniel_kd
bitmap files

I wrote yesterday a code that reads the headers of a bitmap file and print them on screen. Actually I'll write a program extracting an image but I wanted to check if the headers are ok. The problem...
Forum: C++ Apr 21st, 2005, 8:39 PM
Replies: 2
Views: 312
Posted By Daniel_kd
google bmp fileformat it will give you enought...

google bmp fileformat it will give you enought info. If you want add C++ you might find the exact structures for the header.(I was searching for this yesterday this but I don't remember where I found...
Forum: C Apr 15th, 2005, 12:00 PM
Replies: 3
Views: 231
Posted By Daniel_kd
I found it. it was a typo in the .h file which I...

I found it. it was a typo in the .h file which I included and thats why it said error before token "{" there was no code to show me.
Forum: C Apr 15th, 2005, 11:52 AM
Replies: 3
Views: 231
Posted By Daniel_kd
solved - Error before token "{"

I had created a c codde using to c files and one h. It was working perfect I made some changes to it and it started giving me an error like this "Error before token "{"" reffering at the { after the...
Forum: C++ Apr 14th, 2005, 8:06 AM
Replies: 5
Views: 191
Posted By Daniel_kd
Can you give me more info in those screen...

Can you give me more info in those screen commands or where I can find about them.i can't find anywhere.
Forum: C++ Apr 13th, 2005, 6:54 PM
Replies: 5
Views: 191
Posted By Daniel_kd
I found how to vhange the collors and the title....

I found how to vhange the collors and the title. I can't find how to change the size
Forum: C++ Apr 13th, 2005, 5:53 PM
Replies: 5
Views: 191
Posted By Daniel_kd
Window options

I am interestring in creating a c game in dos. And I was wondering if there are ways to change the window backcolor, size ets. and the color of the leters.Can anyone help me out?
Forum: C Apr 7th, 2005, 10:28 AM
Replies: 2
Views: 228
Posted By Daniel_kd
that means I have to find a .h library and use...

that means I have to find a .h library and use that to print? pfff
thanx a lot I had no idea how it worked
Forum: C Apr 4th, 2005, 5:33 PM
Replies: 2
Views: 228
Posted By Daniel_kd
Printer stream in C

How Can I open a printer stream in C. The stdptr doesn't work and is logical after all it refers to the first parallel and I have no parallel in my notebook.So the Actual question is how to open a...
Forum: C Apr 4th, 2005, 7:09 AM
Replies: 3
Views: 335
Posted By Daniel_kd
can you do this in c? and how do you do it? I...

can you do this in c? and how do you do it? I tried this function decleration in the .h file and it didn't work out

private char *clearchar(char *string, char *what);
Forum: Coder's Corner Lounge Apr 4th, 2005, 6:44 AM
Replies: 2
Views: 167
Posted By Daniel_kd
What is XML

and how can this be useful on a program?
Do you hav any idea where can I find more info on these?
Forum: C Apr 4th, 2005, 6:24 AM
Replies: 3
Views: 269
Posted By Daniel_kd
the error that the compiler exports when you try...

the error that the compiler exports when you try to copy char arrays with '=' instead of 'strcpy(char *, char *);' is actually stupid. I had the same exact problem with a list of mine yesterday and...
Forum: C++ Apr 3rd, 2005, 6:47 PM
Replies: 8
Views: 347
Posted By Daniel_kd
last ten words of a file? I would read all the...

last ten words of a file? I would read all the words and create a list with the following structor
struct member
{
char word[80];
int place;
struct word *next;
}
then count them and print the...
Forum: C Apr 3rd, 2005, 6:04 PM
Replies: 5
Views: 397
Posted By Daniel_kd
the problem is that scanf("%c",ans); reads only...

the problem is that scanf("%c",ans); reads only one character the '\n'(new line character) that is inserted by the enter button is read burring the second run and gets out of the loop as the while...
Forum: C Apr 3rd, 2005, 5:57 PM
Replies: 3
Views: 335
Posted By Daniel_kd
Post About functions

I started studing C last monday so please don't acuse me for a too stupid way. Yesterday I wrote a "library" to read and write ini files which is ok. But in the h file I have a few functions that are...
Showing results 1 to 23 of 23

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 10:23 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC