836 Posted Topics

Member Avatar for rajeshswain

openGL is freee to use, there is no runtime or development costs that Im aware of. You could also look at XNA which while aimed at gaiming is also a framework for drawing like that. However, drawing a 3d cube in c# in general would be the same as asking …

Member Avatar for superbokey
0
560
Member Avatar for rosebabu
Member Avatar for love_dude1984
Member Avatar for sanfan49er

c# is case sensitive So, if you make a private variable called "myvar" at the top you then cant make a public "myvar" you could have a public "MyVar" though... and thats exactly what its told you

Member Avatar for Kalimuthu_S
0
226
Member Avatar for eramax

Check the controls within the tabpage, for the one you want.. Of course if you made a descendant of the tab page, that you then instanciated to put on your page, you would preknow what its called as its all setup in the class..

Member Avatar for Fractaler
0
888
Member Avatar for Paladine

The previous poster DID give you code for aspx, Id suggest you quit moaning people arent doing all your work for you, and try doing it yourself.

Member Avatar for avirag
-1
7K
Member Avatar for gp04lch

Sure walk through all the components of a form checking to see if their of type textbox.

Member Avatar for pokopolo
0
92
Member Avatar for srvishnukumar

So, what did google tell you, and what code do you have and why doesnt it work.. We dont spoon feed people code here.

Member Avatar for Silverfox13
0
123
Member Avatar for IT_Techno

It should be working for any filetype - if its not working, then you need to debug what exactly cant be accessed or readonly.

Member Avatar for eURe
0
2K
Member Avatar for cVz

lets pray the ftp servers you use always return exactly the same format in each line then, and that they dont have longer filenames, or usernames or longer/shorter permissions. However, builing a tree view of something is generally an easy enough concept, and your treeview only allows 1 level, its …

Member Avatar for Pinos
0
918
Member Avatar for murderotica

You have to establish some form of communication protocol so that your application running in the systray and your service can talk without being the same thing.

Member Avatar for navjyotnishant
0
1K
Member Avatar for valter

Its possible that doing it in the initialize component section may not be helping, but.. normally I wouldnt use this.MyVideo_Ending, it would just be MyVideo_Ending

Member Avatar for ptakopysk
0
155
Member Avatar for free_eagle

If I could purswade you off a text box and to a VTM I could point you in the direction of some (in my opinoin) really awsome training videos which are cheap IMHO for the amount of time and fun you will have and how much c# and so on …

Member Avatar for gira
0
342
Member Avatar for 3pid

A reason to use get/set is so that your class contains control over the input For example Exam results shoul dbe between 0-100 No exact type exists to hold only 0-100, so, if the class has a set which validates the data, it cant ever have an issue where the …

Member Avatar for ddanbe
0
2K
Member Avatar for vivek.vatts007
Member Avatar for tamw
0
763
Member Avatar for EDDYGATE

Looks reasonable, only thing that might be usefulw ould be what if its not the primary screen ?

Member Avatar for stephenca130
0
186
Member Avatar for sireesha.c
Member Avatar for DdoubleD
0
499
Member Avatar for ddanbe

According to MSDN its supposed to [url]http://msdn.microsoft.com/en-us/library/system.windows.forms.checkedlistbox.selectionmode.aspx[/url]

Member Avatar for chundachovis
0
413
Member Avatar for jesse_gador143

The short explaintion of a more efficient version: When finding prime numbers, you should only test 2 and 3 to the square root of the number in increments of 2 (eg odd numbers), even if you arent going to use a list of generated prime numbers to reduce the time …

Member Avatar for ddanbe
0
233
Member Avatar for joker1379

Because all your thread does is tell the main form to do stuff, and loop - it itself doesnt do the work. What you should have done was put all the sleep etc in the threadtask, and have an invoke to update the progress bar with a new value.. and …

Member Avatar for serkan sendur
0
106
Member Avatar for mugdha_2005
Member Avatar for kiamzattu
0
167
Member Avatar for gouki2005

Loads of them The ones I liked best Ive seen were on [url]http://www.3dbuzz.com[/url] while its marketed towards XNA they cover a lot of the c# fundementals while making it fun MS have one too, but I found it rather dry

Member Avatar for 3xxx
0
154
Member Avatar for hanzi_ru
Member Avatar for Manak
0
2K
Member Avatar for c#loser

What error are you getting? and what code is behind it? ( I havent any c# and excel code to hand, but, logic will prevail)

Member Avatar for rapture
0
161
Member Avatar for Manjidotnet
Member Avatar for ChristineB
Member Avatar for honeybits

Im sure if you took this to your teacher they would be more resonable than perhaps you made out. If you read the notes at the top of the forum, we dont do your home work for you. Rashakil and ddanbe both have highlighted exactly where your code goes wrong …

Member Avatar for efficacious
0
133
Member Avatar for hesham_51
Member Avatar for Poojasrivastava
0
452
Member Avatar for abhay_pundir

Please do a search on the forum. There are more than plenty examples of opening spreadsheets - and how to get/use data within them

Member Avatar for serkan sendur
0
162
Member Avatar for fahad42

You can also google for skinning / thememing components, they often allow you to design a "look" for your app and some are even free.

Member Avatar for serkan sendur
0
253
Member Avatar for asme

[QUOTE=asme;716103]I hate to make an analog clock... [/quote] Then dont do it. [QUOTE=asme;716103]I even dont know how to draw a circle and line in C#..I have made that all in C++...But i cant swtich that to C#.. Please help me with this.[/QUOTE] Why not? most of the code is at …

Member Avatar for ddanbe
1
289
Member Avatar for gh0sts416

Step is something that delphi kinda overlooked. Easiest answer is a while loop.

Member Avatar for jsosnowski
0
490
Member Avatar for btech_Saurabh

if you mean the event where a user presses windows+L or ctrl+alt+del+lock do a google on windows hooks and locking screen

Member Avatar for AmirBedair
0
144
Member Avatar for turbomen

Turbomen, do what you can, paste the code in, tell us what doesnt work or what error you get and we'll try and help you. Doing homework for you isnt going to happen

Member Avatar for FlamingClaw
0
676
Member Avatar for ahmedo047

Thats a heck of a lot of code. Work with something smaller, its easier for us, and easier for you as you end up with a small snippet with only whats needed in it If you just read the files from console, its much harder because someone could write "..\..\..\..\..\..\..\..\..\dir1\dir2\a.txt" …

Member Avatar for LizR
0
140
Member Avatar for MJV

You're using the wrong event.. Have a look at the others (I know this has been discussed before, I thought even with you)

Member Avatar for MJV
0
119
Member Avatar for VRspace4

UDP stuff is always harder to work with as you cant guarentee its arrival. Have you tried a packet sniffer on the recieving end to ensure its getting there?

Member Avatar for LizR
0
727
Member Avatar for BradenMurphy

Have a search for the perfmon calls, they would be your best bet. I dont have the info to hand so you can google just as well as me :)

Member Avatar for BradenMurphy
0
115
Member Avatar for manjusaharan
Member Avatar for 3pid

Well, thats a little ambiguous if you have an array of things such as [code] Thing[] mythings = new Thing[100]; [/code] you can access their methods just like any other normal variable but by adding the [n] option to say which of the objects you are using Post a snippet …

Member Avatar for LizR
0
124
Member Avatar for Digvijaysinh

for question 1 - surely data binding would be sufficient? for question 2 - ok? what actual problem are you having with doing this? for question 3 - its the file open dialog.. While it doesnt "upload" it gives you the name of the file and you can go get …

Member Avatar for LizR
0
114
Member Avatar for MJV
Member Avatar for JerryShaw
0
222
Member Avatar for robertomason
Member Avatar for ppraj

Best answer would be to recursively get a list of files, and pop the filename in a list Then have a class which spawns say 5 threads max, and processes the file, so you dont thrash the heck out of everything but also achieve a realistic effect

Member Avatar for LizR
0
422
Member Avatar for ppraj

Um, you could put exactly that in (with double \\ marks obviously) why what problem you having with it?

Member Avatar for LizR
0
150
Member Avatar for clayiam
Member Avatar for nidhijain

Most voice recognition systems work perfectly well unless you specifically do something to block them. If you are calling a voice recognition system specifically - please check their documentation.. Theres no info here to work with for further advice

Member Avatar for ashsingh
0
90
Member Avatar for rasingh24
Member Avatar for rasingh24
0
161
Member Avatar for mehdiali
Member Avatar for foxypj

Have you considered that you are reinventing the wheel? Perhaps there is a function of the datetime variety that will do all this for you..

Member Avatar for foxypj
0
150

The End.