Search Results

Showing results 1 to 40 of 46
Search took 0.02 seconds.
Search: Posts Made By: Dark_Omen ; Forum: C# and child forums
Forum: C# Sep 20th, 2006
Replies: 7
Views: 1,876
Posted By Dark_Omen
Areyou talking about asp.net with c# (c# forum), and programming pages with that?
It might be hard if you've never done it before.

But a good language to learn web programming would be PHP, I...
Forum: C# Sep 6th, 2006
Replies: 2
Views: 14,036
Posted By Dark_Omen
then do it, you seem to know what you need, just implement it. And if you get stuck post some code.
Forum: C# Sep 1st, 2006
Replies: 6
Views: 15,716
Posted By Dark_Omen
Well, you shoud read up on the language first, do the practice problems that they give you (in the book / tutorial etc...). Then once you have the basics down, a goo place to go would be...
Forum: C# Apr 17th, 2006
Replies: 6
Views: 9,095
Posted By Dark_Omen
Do you know where I could find an API for that?
Forum: C# Apr 14th, 2006
Replies: 1
Views: 3,815
Posted By Dark_Omen
i think this post might have. I had the same question alittle while ago.
http://www.daniweb.com/techtalkforums/showthread.php?p=117735#post117735
Once you figure out how to add the elements, you...
Forum: C# Apr 8th, 2006
Replies: 6
Views: 2,019
Posted By Dark_Omen
Here you go:
http://www.softsteel.co.uk/tutorials/cSharp/cIndex.html
http://csharpcomputing.com/Tutorials/TOC.htm

for more they're all here: ...
Forum: C# Apr 7th, 2006
Replies: 6
Views: 2,019
Posted By Dark_Omen
www.google.com (http://www.google.com) go there search c# tutorials !! :)
Forum: C# Apr 7th, 2006
Replies: 6
Views: 9,095
Posted By Dark_Omen
What about directX, can you make a GUI from that?
Forum: C# Mar 27th, 2006
Replies: 6
Views: 9,095
Posted By Dark_Omen
what about making like GUI's using csGL and c#, do you know any tutorials for that?
Forum: C# Mar 27th, 2006
Replies: 6
Views: 9,095
Posted By Dark_Omen
Hey does anybody know how to make window forms using openGL in c sharp. Or know of a tutorial online, i've looked but turned up nothing useful, just that csGL is a good library to use for openGL...
Forum: C# Mar 27th, 2006
Replies: 2
Views: 1,566
Posted By Dark_Omen
thanks for the link to the tutorial, just what i was looking for.
Forum: C# Mar 24th, 2006
Replies: 2
Views: 1,566
Posted By Dark_Omen
Hello everyone,

I am writing a program, which goes into the system tray, but I want to make it visible after it goes into the tray by using a combination of keys. For instance, I want to make the...
Forum: C# Jun 19th, 2005
Replies: 1
Views: 6,724
Posted By Dark_Omen
Does anyone know of any good tutorials online that teach windows forms in c#?
Also does anyone know any good books that dicusses this topic?

Thanks
Forum: C# Jun 8th, 2005
Replies: 4
Views: 10,777
Posted By Dark_Omen
Forum: C# Jun 7th, 2005
Replies: 4
Views: 10,777
Posted By Dark_Omen
Do you need to make a new thread to use a timer, or can you just say

System.Threading.Timer(5000)


Thanks for the help
Forum: C# Jun 4th, 2005
Replies: 4
Views: 10,777
Posted By Dark_Omen
Hello,

I am wondering if there is a function in c# that will allow me to wait a certain amount of time before going on to the next procedure?

Also, I was wondering if there is a function...
Forum: C# Jun 4th, 2005
Replies: 2
Views: 9,222
Posted By Dark_Omen
OK, found out how to reference it to my program. In the visual studio command prompt you typ tlbimp mshtml.tlb. This creates the mshtml.dll file in c:\windows\system32\mshtml.dll. Then to use it make...
Forum: C# Jun 2nd, 2005
Replies: 1
Views: 11,897
Posted By Dark_Omen
Found out how to do this on:
http://www.thecodeproject.com/csharp/mshtml_automation.asp

:)
Forum: C# Jun 2nd, 2005
Replies: 1
Views: 11,897
Posted By Dark_Omen
Hello,

I am trying to make a program that opens up IE, and then goes to a website, and then inputs data (inputed by the user), and then press a button automatically. So far I got the program to...
Forum: C# Jun 2nd, 2005
Replies: 2
Views: 9,222
Posted By Dark_Omen
OK, I got the SHDocVw.dll referenced to my program, but now I am trying to reference Microsoft.mshtml.dll to the program, and it won't let me do that. Does anybody know how I can reference that dll...
Forum: C# May 30th, 2005
Replies: 2
Views: 9,222
Posted By Dark_Omen
Hello,

Can anybody tell me how to be able to open up internet explorer, and then go to a website using a URL and then controlling the website (not control like hack, but like being able to press...
Forum: C# May 28th, 2005
Replies: 2
Views: 7,654
Posted By Dark_Omen
Oh, I see. Thanks for the help with that.
Forum: C# May 26th, 2005
Replies: 2
Views: 7,654
Posted By Dark_Omen
Ok, I am trying to read data back from a database, when I build my program it throws an error saying: "No overload for method 'SqlDataReader' takes '0' arguments."

Here is the code from the...
Forum: C# May 13th, 2005
Replies: 3
Views: 10,924
Posted By Dark_Omen
I solved this one too. I just used a function that set the node to a value.
Forum: C# May 13th, 2005
Replies: 2
Views: 21,339
Posted By Dark_Omen
Yeah I fixed tehe problem. The problem was that it had the encoding and version in the xml file, when really I was trying to take the node in a file and put it into an existing xml file, and it was...
Forum: C# May 10th, 2005
Replies: 3
Views: 10,924
Posted By Dark_Omen
I am trying to add true or false to an xml file, which only has one node. I can get it to go through and set the node to true or false, and I checked that in the command window to make sure it was...
Forum: C# May 6th, 2005
Replies: 2
Views: 21,339
Posted By Dark_Omen
Hello,

I am trying to read this xml file. But whenever I get to the load part of it, it gives me this error: "The data at the root level is invalid. Line 1, position 1"
This is the code I am...
Forum: C# May 3rd, 2005
Replies: 3
Views: 10,924
Posted By Dark_Omen
Hello,

I am trying to insert true or false into an xml file that has one node <LoggedIn></LoggedIn>.
This is what I have so far:

StreamReader xmlString = new...
Forum: C# Apr 30th, 2005
Replies: 4
Views: 19,783
Posted By Dark_Omen
Forum: C# Apr 28th, 2005
Replies: 2
Views: 4,495
Posted By Dark_Omen
Yeah, I read some stuff on the web, and from c# in a nutshell, I think I understand it now.

Thanks
Forum: C# Apr 28th, 2005
Replies: 4
Views: 19,783
Posted By Dark_Omen
One question, what is "REMOTE_ADDR" is it built in or a user defined thing?

Thanks
Forum: C# Apr 25th, 2005
Replies: 4
Views: 19,783
Posted By Dark_Omen
I want to check someone's ip address when they come onto my website, is there a way that I can do that using c# and asp.net?
Forum: C# Apr 25th, 2005
Replies: 2
Views: 4,495
Posted By Dark_Omen
Hello,

I want to know how to use xml and c#. Can someone give me and example of how to do this or link me to a good tutorial.

Thanks in advance
Forum: C# Apr 12th, 2005
Replies: 13
Views: 5,536
Posted By Dark_Omen
Yeah, I have used both too, and VS.Net makes organizing and other stuff easier. It is costly though. The only thing bad about jsut writing a file in notepad or something is it doesn't come with a...
Forum: C# Apr 11th, 2005
Replies: 13
Views: 145,984
Posted By Dark_Omen
Forum: C# Apr 10th, 2005
Replies: 13
Views: 145,984
Posted By Dark_Omen
how can you use the data to test conditions, not just write out data that you want.
Forum: C# Apr 8th, 2005
Replies: 13
Views: 145,984
Posted By Dark_Omen
Hello everyone,

I was wondering if anyone could tell me how to connect and query sql databases in c#.

Thanks in advance
Forum: C# Apr 8th, 2005
Replies: 13
Views: 5,536
Posted By Dark_Omen
#develop is good. I think it is just an ide wrapped around the .net framwork (or something like that). It is good, mainly because it is free.
Forum: C# Apr 3rd, 2005
Replies: 1
Views: 2,955
Posted By Dark_Omen
Can anyone explained to me how to use asp.net with c# for web applications or direct me to a good tutorial on it?
Forum: C# Mar 12th, 2005
Replies: 8
Views: 24,399
Posted By Dark_Omen
Ok I think I get it. Thanks for the help.
Showing results 1 to 40 of 46

 


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

©2003 - 2009 DaniWeb® LLC