836 Posted Topics

Member Avatar for vuyiswamb
Member Avatar for Umair.P

Or you could have googled and found [url]http://www.codeproject.com/KB/IP/ListNetworkComputers.aspx[/url] which hooks into the windows api

Member Avatar for LizR
0
113
Member Avatar for matejkralik

If your datagrid has a datasource you could just try calling its writeXML function, if it doesnt have one, then this could be more interesting in that you should try creating one and assigning it with all the properties for your dataset on creation and then you could call the …

Member Avatar for LizR
0
137
Member Avatar for nalinAJ
Member Avatar for sandeepmshetty

Pythagoras' theorum, unless you are using XNA capture point 1, and point 2, and using pythagoras, work out the length of the other side.

Member Avatar for ninwa
0
117
Member Avatar for Tank50
Member Avatar for arupa

I think the OP is trying to write an app to detect what language any other app was written in.

Member Avatar for LizR
0
316
Member Avatar for dskumar_85

Its part of Crystal reports, and should be copyright, if its in their redistributable part, then you would have it supplied with crystal reports, marked as such

Member Avatar for imogenharriet
0
310
Member Avatar for Tank50
Member Avatar for basslover

There are many examples within MSDN which help, please give some code that you're having issues with and we will assist, as per [url]http://www.daniweb.com/forums/announcement61-2.html[/url]

Member Avatar for LizR
0
1K
Member Avatar for sivaslieko++

No it wouldnt, however, this sounds distinctly like a keylogger which is unfair and illegal and bad practice in many ways, there are ways to do it, but, Id be interested in the business justification of it before parting with anything like how to start doing it

Member Avatar for LizR
0
164
Member Avatar for Tank50
Member Avatar for chbailey

Best way to do that would be to have a "onCompleted" event you have for your thread, and then all threads are done (having counted them up) you know to finalise all work is done. (using the deligates and invoke code previously provided)

Member Avatar for LizR
0
180
Member Avatar for Altarium

Long as you add the items in turn to a list/array so you end up with 1 + 2 = then you can work through easily.

Member Avatar for Prof.Mendl
0
113
Member Avatar for c#loser

Check the reader stream and the writer stream, msdn has examples for using both

Member Avatar for puneetkay
0
114
Member Avatar for Dinomike1000

3d is always worse in terms of processing power. Complicated algorithums to decide what you can see round what, shadows of things, interactions between things, etc is complex, 2d you have flat things that are either in front of behind, and in terms of xna can be achieved by using …

Member Avatar for LizR
0
142
Member Avatar for Acidburn

Yes. You can walk through the classes/structs etc of an application and then create instances. For example [code] Assembly a = null; AssemblyName n = new AssemblyName("mynamespace"); a = Assembly.Load(n); Type[] ts = a.GetTypes(); foreach (Type t in ts) { if (t.Name == "MyClass") { newcmd = (MyClass)Activator.CreateInstance(t); } } …

Member Avatar for fuzzelogic
0
178
Member Avatar for SMG0723

Failing that any errors you're getting on compile or run would help us help you

Member Avatar for fuzzelogic
0
74
Member Avatar for Dinomike1000

First things first, did you install the latest directx sdk? At which line item does it complain? It has to be said they dont mention anything about adding references, and I can see why this could leave you a little high and dry. Also not aided by clicking on the …

Member Avatar for Dinomike1000
0
393
Member Avatar for gerdu

Windows drawing is reasonably fast, you may want to take a look at XNA as an alternative however.

Member Avatar for LizR
0
32
Member Avatar for joywena

Firstly, welcome, please read [url]http://www.daniweb.com/forums/announcement61-2.html[/url] Secondly. Im assuming your professor has tried to teach you some programming techniques, and a little about the c# language. What code do you have so far, and whats causing you a problem?

Member Avatar for Venjense
0
102
Member Avatar for preetisingh

use the datasource of the text box and assign the field to the text box it will be automatic

Member Avatar for LizR
0
52
Member Avatar for Soundgarden

You could check in the onlinck of the listbox if the item is marked as "HTML LINK" or such and then run the link if it is?

Member Avatar for LizR
0
118
Member Avatar for reaven

If you split your data into a list of array of string, you can do a bit of googling and find how to use a list as a data source, then when they finish, just tab join the data back and write it out.

Member Avatar for reaven
0
404
Member Avatar for wallish

Long as you declare the main user as a private varaible (or public if you need to for later) within form so it goes [code]partiial class Form1 { private User mainuser; // more stuff }[/code] You can access it form any of the form1's procedures, just like you did with …

Member Avatar for LizR
0
134
Member Avatar for Poab9200
Member Avatar for jainendra.shah
Member Avatar for hallmat

It depends a lot on the app you're working with. You can send keys to an app and act that way, however, its not always possible to be sure of the starting point. Some apps have API calls defined which you can use to tell them things.

Member Avatar for LizR
0
124
Member Avatar for biboxinhxich

Yes, take a look at the MS tutroials, they show a bit on how to do some 3d work.

Member Avatar for LizR
0
73
Member Avatar for bufospro

Often closing the main form will terminate the app, you can just hide it. Normally programs that appear to change from one screen to another and remove others such as login boxes to a main form etc, tend not to work the way people might imagine. What you could do …

Member Avatar for LizR
0
124
Member Avatar for Nz Evox

What you need to do is as your app starts is to make notes of the current resolution, and then set the resolution to that as your app exits.

Member Avatar for LizR
0
54
Member Avatar for Soundgarden

Yes, you then have to call the subroutine on each of the new folders you find.

Member Avatar for vckicks
0
105
Member Avatar for Gaurav arora
Member Avatar for TompIfe
Member Avatar for LizR
0
108
Member Avatar for sancti
Member Avatar for LizR
0
299
Member Avatar for nirajshah

most likely the issue is caused by Application.DoEvents(); and the fact it appears more than once in there too, try getting rid of that. If you need to update various controls just tell them to invalidate.

Member Avatar for LizR
0
129
Member Avatar for Nz Evox
Member Avatar for LizR
0
49
Member Avatar for jithusdani
Member Avatar for Duki

What was wrong with all the info in your "mousemove" thread? that had the answers to this? Which isnt included at all in your above code

Member Avatar for LizR
0
272
Member Avatar for Duki

Threading is incredibly simple, as sarehu says, msdn and your helpfile have some good examples

Member Avatar for Duki
0
131
Member Avatar for Pikachumanson

Shouldnt you really have a class basis for your warrior, wizard etc so you dont have to redo half the same code? (that way you would have stuff you could override) CalcPoints is a routine under your app not under a class, so you wont be able to override it …

Member Avatar for LizR
0
165
Member Avatar for Gaurav arora

Depends if its asp or a windows app, if its an app then you could try parsing the text to a time if that fails tell them its not a valid time.

Member Avatar for selvaganapathy
0
137
Member Avatar for radhasedhu86
Member Avatar for LizR
0
50
Member Avatar for samulong

Please read [url]http://www.daniweb.com/forums/announcement61-2.html[/url] We dont do your work for you, we'll help you with ideas, suggestions and problem code if you show us the code you have problems with. Tell us how you have thought it should work, show us the code you have, explain the precise problem you have …

Member Avatar for LizR
0
79
Member Avatar for fiziumt

fiziumt As has been said no one is going to do it for you, unless you want to give one of us your qualification at the end of it.. If you have a specific question, please ask it, however there are 2 stickies at the top of this forum, please …

Member Avatar for LizR
0
204
Member Avatar for Hannahlv

if you mean how to test the crc check is right, download some other crc checkers thats supposed to use the same methodology, and see if you get the same answer

Member Avatar for LizR
0
201
Member Avatar for curt22
Member Avatar for Md.Mamun
Member Avatar for Elmo_loves_you

Depends how you setup the initial connection. A lot of the time its just a short tweak, however, if the username/password is needed to be within a table within the database on the server you need a little more complex work, but, if you just mean to use username/password authentification …

Member Avatar for dickersonka
0
153
Member Avatar for Gaurav arora

The End.