Search Results

Showing results 1 to 40 of 56
Search took 0.02 seconds.
Search: Posts Made By: curt22
Forum: Website Reviews Jun 30th, 2009
Replies: 8
Views: 634
Posted By curt22
I agree with bgeisel1, it looks good, but doesn't really fit with what your doing.
A few other things
-Move the "top questions" on the homepage, and make them bigger
-Capitalize everything-- it...
Forum: Networking Hardware Configuration Dec 21st, 2008
Replies: 2
Views: 450
Posted By curt22
I setup our network a while ago and everything seemed to work fine, but now I'm having trouble, one computer can't connect to one website using the wireless network. The network has two computers one...
Forum: C# Sep 7th, 2008
Replies: 0
Views: 1,926
Posted By curt22
Hi everyone, I'm trying to create a simple toolbar with a button that has a little arrow on the side that opens a combobox in WPF I've found this on google:...
Forum: C# Aug 30th, 2008
Replies: 1
Views: 1,161
Posted By curt22
I was looking on google again and found the classes BinaryReader/Writer and I think I can get it working that way. I guess I should have looked a little longer. :icon_redface:
Forum: C# Aug 30th, 2008
Replies: 1
Views: 1,161
Posted By curt22
I'm writing a class that does a lot of reading and writing from a stream It needs to write bytes, sbytes, and signed or unsigned int32 and 16. I have been having trouble finding ways to read/write...
Forum: C# Aug 28th, 2008
Replies: 17
Views: 5,802
Posted By curt22
The problem was that I couldn't get the server and icon to both be able to access each others methods, but now that you show me what you ment I think it probably would have worked that way. But I've...
Forum: C# Aug 27th, 2008
Replies: 17
Views: 5,802
Posted By curt22
Could you give me an example of how to do that I think it sounds like the best solution.
Forum: C# Aug 27th, 2008
Replies: 17
Views: 5,802
Posted By curt22
If you're not into the singleton thing, you need to think of the separation between the display and server.
I dont' mind using a singleton. It just didn't work.
And I'm not sure how to do it using...
Forum: C# Aug 27th, 2008
Replies: 17
Views: 5,802
Posted By curt22
Thanks I think I'm going to try using nested classes see if i can get that working. (Oh and its only 8pm here).
Forum: C# Aug 27th, 2008
Replies: 17
Views: 5,802
Posted By curt22
Then why not pass srvr to the Notify_icon ?
Because then Server cannot access Notify_Icon thats my problem I can't get them both to see each other.
Forum: C# Aug 27th, 2008
Replies: 17
Views: 5,802
Posted By curt22
Ok now the error says
The name 'icon' does not exist in the current context
I changed the code to this.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;...
Forum: C# Aug 27th, 2008
Replies: 17
Views: 5,802
Posted By curt22
Thanks miculnegru, but I need both of the objects to call each others methods (so that server can change the icon and change its text from Running to Stopped).

I think I might need to rewrite...
Forum: C# Aug 27th, 2008
Replies: 17
Views: 5,802
Posted By curt22
Hi everyone, I'm trying to write a server application, but I'm having a bit of trouble. I keep getting this error
The name 'srvr' does not exist in the current context
I'm pretty sure I know what...
Forum: Java Mar 10th, 2008
Replies: 2
Views: 3,552
Posted By curt22
whoops I ment to add it to jMenuItem1:$ . Thanks.
Forum: Java Mar 10th, 2008
Replies: 2
Views: 3,552
Posted By curt22
Hi everyone, I'm having trouble with this code. It compiles fine, but clicking the menu item I just added the actionlistener to doesn't work. I'm new to java and I can't figure it out.
/*
*...
Forum: Java Dec 22nd, 2007
Replies: 2
Views: 870
Posted By curt22
I'm new to Java and I'm wonder if someone can help me with this.
I have a class that's constructor makes a Gui window, and it's main calls this constructor. The problem is the event handling...
Forum: Java Dec 15th, 2007
Replies: 5
Views: 778
Posted By curt22
Hello everyone,
I was wondering what a good book to start learning Java would be. I know a little about programming like variables, function, etc. , but not object-oriented stuff. I was thinking of...
Forum: C++ Dec 6th, 2007
Replies: 10
Views: 1,315
Posted By curt22
Thanks I guess I read it wrong. :$ I'm going to reread it later (I can't now). Then I'll let you know what happens.
Forum: C++ Dec 5th, 2007
Replies: 10
Views: 1,315
Posted By curt22
I only have two files main.cpp & mywindow.h like the tutorial said. They are attached to this post.
Forum: C++ Dec 5th, 2007
Replies: 10
Views: 1,315
Posted By curt22
Could someone please help. :confused:
Forum: C++ Dec 4th, 2007
Replies: 10
Views: 1,315
Posted By curt22
I am linking with C:\fox\fox-1.6.31\lib\libFOXD-1.6.a.
Also the download is working for me you can get it here:
http://www.fox-toolkit.org/download.html
(I am using version 1.6.31)
Forum: C++ Dec 4th, 2007
Replies: 10
Views: 1,315
Posted By curt22
sorry. Here is the link:
http://fox-toolkit.net/cgi-bin/wiki.pl?Tutorial_1_Simple_Window
Also I copyed and pasted the example code like it said to.
Forum: C++ Dec 4th, 2007
Replies: 10
Views: 1,315
Posted By curt22
Hello, I'm following this tutorial http://fox-toolkit.net/cgi-bin/wiki.pl?Tutorial__Simple_Window
To learn how to make gui programs using the fox toolkit, but I can't get it to compile.
This is...
Forum: Networking Hardware Configuration Nov 30th, 2007
Replies: 3
Views: 812
Posted By curt22
Ok. Thanks thenns I just didn't think that going through the computer, then through the router, and wirelessly to the other computer would slow it down because its getting 10mb and dialup up is only...
Forum: Networking Hardware Configuration Nov 29th, 2007
Replies: 3
Views: 812
Posted By curt22
I have two computers sharing dial up (there is NO high speed available except satellite) using a wireless router.One computer is wired to the router, and the other is wireless.the wired one has the...
Forum: C++ Nov 3rd, 2007
Replies: 2
Views: 760
Posted By curt22
Hello everyone I'm having trouble writing part of a vector to a file. I'm getting this error:

This is part of my code:
ListViewTextItem.begin();
FILE * pFile;
pFile = fopen...
Forum: HTML and CSS Oct 20th, 2007
Replies: 1
Views: 2,535
Posted By curt22
Never mind I fixed it. I needed to use divs instead of a's.
Forum: HTML and CSS Oct 20th, 2007
Replies: 1
Views: 2,535
Posted By curt22
Why aren't the css background images showing up in the sidebar?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html...
Forum: HTML and CSS Oct 15th, 2007
Replies: 2
Views: 810
Posted By curt22
I have a page that looks fine in ff, but doesn't look good in ie. I the problem is that ie displays the images in the side bar on a different line then the text.:( Here is my code
<!DOCTYPE HTML...
Forum: C++ Oct 11th, 2007
Replies: 7
Views: 4,123
Posted By curt22
Thanks they must hve fixed it.
Forum: C++ Oct 10th, 2007
Replies: 7
Views: 4,123
Posted By curt22
I tried that but the form kept saying that I hadn't filled in all the fields even though I had and I couldn't get it to work.
Forum: C++ Oct 9th, 2007
Replies: 7
Views: 4,123
Posted By curt22
The reason I'm asking is that I have dialup internet (highspeed isn't avalible in my area:( ) and it will take hours to download. I guess I'll try and get someone with highspeed to download it for...
Forum: C++ Oct 8th, 2007
Replies: 7
Views: 4,123
Posted By curt22
I need the comctl32.lib library for some stuff I'm doing in the windows api, but I don't want to download the SDK from Microsoft because it's to big. Where else can I get it?
Forum: C++ Oct 6th, 2007
Replies: 2
Views: 2,445
Posted By curt22
I'm working on a simple program. It will compile,but whenever I press the delete button a message pops up and says it needs to close. I looked at the error details and It's error code was 0xc0000005....
Forum: C++ Oct 6th, 2007
Replies: 2
Views: 526
Posted By curt22
Thanks it works now.
Forum: C++ Oct 6th, 2007
Replies: 2
Views: 526
Posted By curt22
I have a list view and I'm trying to get all of the text out of it. This is my code so far:

for(i= 0; i < NumOfItems; i++)
{
char *text = new char[256];
...
Forum: C++ Sep 24th, 2007
Replies: 2
Views: 590
Posted By curt22
Could someone please help me.
Forum: C++ Sep 24th, 2007
Replies: 2
Views: 590
Posted By curt22
I can get the information from the first item and and sub item in the listview, but I don't know how to get the information from the rest. This is what I've got so far.
char *text = new char[256];...
Forum: C++ Sep 23rd, 2007
Replies: 2
Views: 590
Posted By curt22
How do I get the text out of a listview in report style into an array?
I want it to be something like this:
[[item1],[subitem1]],[[item1],[subitem1]],[[item1],[subitem1]],
Here is some of my code:...
Forum: C++ Sep 22nd, 2007
Replies: 6
Views: 1,711
Posted By curt22
Thanks, but it's still not working (same error). I'm using dev c++ in case it helps.
Showing results 1 to 40 of 56

 


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

©2003 - 2009 DaniWeb® LLC