282 Posted Topics

Member Avatar for 1image

What he was trying to say is when a user is provided with a limited account feature.. Where the particular users does'nt have the rights to install or remove a S/W.. Yes this question is not related to the topic. The Virus and other nasties comes using the internet. So …

Member Avatar for Rocky42
0
260
Member Avatar for rhinocort23

Check this [URL="http://www.codeproject.com/KB/audio-video/CaptureScreenAsVideo.aspx"]link[/URL] Use the idea and create your own application :)

Member Avatar for ARchy_wanted
0
123
Member Avatar for UrbanKhoja
Member Avatar for amanbb

Post in your code please. The changes that your talking about. Is it in the dataset or in the database queries?

Member Avatar for victor11
0
86
Member Avatar for pizzafiend

Counter Strike... Unreal gives me a headache when ever i play it Action or Strategy games?

Member Avatar for anupam_smart
0
3K
Member Avatar for LorraineMitch

[QUOTE=Dukane;370475]Out of space?[/QUOTE] yeah may be. But i think for 2GB you can squeeze in more than 120 songs, and the error message which pops up says out the file or directory cannot be copied. If the space was full it would say No space, or available memory.. something like …

Member Avatar for san_gwapo19
0
128
Member Avatar for Baskar_engg
Member Avatar for technicalganesh
0
195
Member Avatar for Amir Ali

why don't you guys set focus points on the particular textbox or richtextbox you nead. textbox1.focus()

Member Avatar for koolkeran
1
854
Member Avatar for crunchie
Member Avatar for Lakepoint

As jar file can be easily decompiled. Try using a third party tool on your jar to build an exe. This way your source code will be secured. Its just a suggestion. :)

Member Avatar for dreadrocksean
0
1K
Member Avatar for Duki

[quote=kapil.goyal;317765]wrox professonal edition[/quote] Try Dietel its good too.. wid loads of examples to work wid..

Member Avatar for jbennet
0
139
Member Avatar for mstester

yes you can do it in the forms keypress event. Are you working with windows application or console applications. if its windows then u can fine Forms-> KeyPress Event or search it in msdn library

Member Avatar for KillerOfDN
0
116
Member Avatar for Dani

lol.. i just click on the power buttion of my CPU. That does the job of shutting down :D

Member Avatar for WheelDawg
0
246
Member Avatar for The Dude
Member Avatar for harryl5

First of all the link that JX gave was perfect. Harry you should put on some effort to understand how the code works.. Good explanation Jugortha.. Try this [URL="http://www.codeproject.com/info/search.aspx?artkw=chatting+application"]link[/URL] too

Member Avatar for Jugortha
0
209
Member Avatar for William

someone has revived an old thread. Actually it does help for the newcomers

Member Avatar for arjunsasidharan
0
603
Member Avatar for LadyDeathStrike

it will work.. You will get a driver CD along with the player. The drivers will support the specified OS

Member Avatar for Madaxe
0
229
Member Avatar for >shadow<
Member Avatar for sk8ndestroy14
Member Avatar for brainchief

[QUOTE=scudzilla;414595]I would like to visit UK and US. My bro likes Canada, my sis likes Australia, my mom likes Sweden and dad likes Dubai. I think we're gonna be separated anytime in the future.. [/QUOTE] lol! I want to visit spain. I heard that place is really beautiful. :)

Member Avatar for MidiMagic
0
723
Member Avatar for bhawna
Re: help

[quote=bhawna;332661]i have followed this procedure and added code AxShockwaveFlash1.Stop() AxShockwaveFlash1.Movie = Application.StartupPath & "\.fla" AxShockwaveFlash1.Play() its not working is there ny error in my code[/quote] if you have placed it in your bin then the coding is correct excep tht flash file's extension is missing on your code. [CODE]axshockwaceflash1.movie = …

Member Avatar for Byaptia
0
327
Member Avatar for The Dude
Member Avatar for black_ip82
0
99
Member Avatar for sk8ndestroy14

i guess you can't join now . Its still goin on. Whose the winner? Are you guys planning to start another tournament?

Member Avatar for palegray.net
0
2K
Member Avatar for eXceed69
Member Avatar for The Dude
Member Avatar for hygeena

[quote=hygeena;318775]Hi, My datagrid is containig employee details with fields EmpID,Name nd Dept...I want to get EmpID,name,dept to corresponding text boxes when I m selecting the field(EmpId) from the datagrid.Hope u ll help me.. Regards Hygee[/quote] i hav a sample done b4.. check whether it helps.. im attachin t file.. it …

Member Avatar for Triss
0
87
Member Avatar for puhatch

[QUOTE=puhatch;412755]one other question... once i finally do get the keylogger onto him... how do i look at his logs and not mine? :\[/QUOTE] i was just thinking the same :D. There is no possiblility of getting his log unless you get into his system either through hacking or going to …

Member Avatar for HLA91
0
89
Member Avatar for The Dude

Saw Ghost Rider.. Man it sucked.. the worst movie of nicholas cage.. Ever.. Even the kids where showing the finger to him :lol:

Member Avatar for Lardmeister
0
423
Member Avatar for >shadow<
Member Avatar for Steven_C

why don't you have a look at this [URL="http://www.java2s.com/Code/VB/Database-ADO.net/UpdateAccessdatatablethroughOleDbConnection.htm"]link[/URL]

Member Avatar for Steven_C
0
194
Member Avatar for bcm

change your text into what? into encrypted format or numbers?.. Or you want to change the font of the text?

Member Avatar for arjunsasidharan
0
75
Member Avatar for tonyf

This should work. [code=vb]Dim sw as StreamWriter Try sw = File.AppendText(txtFileName.Text) sw.Write(txtFilename.Text) sw.Flush() Catch exc As Exception Msgbox(exc.Message) Finally If Not sw Is Nothing Then sw.Close() EndIf EndTry [/code]

Member Avatar for QVeen72
0
433
Member Avatar for bcm
Re: Help

You can learn through these links [url]http://msdn.microsoft.com/vstudio/express/beginner/default.aspx[/url] [url]http://www.homeandlearn.co.uk/NET/vbNet.html[/url] If you want samples Try this [URL="http://www.codeproject.com/"]link[/URL]

Member Avatar for richerTextBox
0
99
Member Avatar for Hosmer23

17 inch LCD at work :) 15 inch CRT at home :( Ah, well i love my home PC. :)

Member Avatar for computeonline
0
243
Member Avatar for lasher511

^ See how off topic is that? :D >>the rest of me will be used to fertilize weed hmm.. Interesting

Member Avatar for Serunson
0
790
Member Avatar for samycbe

Did you try using the google? Try this [URL="http://www.java2s.com/Code/ASP/CatalogASP.htm"]link[/URL]

Member Avatar for vbsqluser
0
147
Member Avatar for Kshiteesh

your code seems to be missing the Fill command for the datagrid [code]DataGrid1.Fill(ds,"add1")[/code] Let us know which part of the code is the error thrown up.

Member Avatar for arjunsasidharan
0
175
Member Avatar for The Dude
Member Avatar for Hellodear

Try using the image field. [code]<asp:Image ID="Image1" runat="server" Height="300" Style="border: 1px solid black;width:auto" ImageUrl="~/SlideShow/images/Blue hills.jpg" AlternateText="Blue Hills image" />[/code]

Member Avatar for arjunsasidharan
0
119
Member Avatar for Dani

Im really glad regarding the rep points. Just realised that ive been contributing more in the VB.net forum than the coffee house. I have two green dots. Im superior to peter budo ;)

Member Avatar for Dani
1
989
Member Avatar for EnderX

lol!! i understand josh my boy!! From now on start contributing :p i wonder how christina is taking it? i couldn't see her comments anywhere about the rep system

Member Avatar for christina>you
0
153
Member Avatar for sasindagi

Try this [URL="http://www.codeproject.com/info/search.asp?cats=3&cats=4&searchkw=mail&Submit1=Search&author=&sd=15+Nov+1999&ed=3+Aug+2007"]link[/URL]

Member Avatar for sasindagi
0
163
Member Avatar for Serunson
Member Avatar for arjunsasidharan
0
115
Member Avatar for bhaskar pratap
Member Avatar for arjunsasidharan
0
43
Member Avatar for narendra_jntu

As i said before you have to write a code which handles the registry. You can switch of the control panel on or off if you can get into the registry

Member Avatar for arjunsasidharan
0
92
Member Avatar for dudegio

Have a look at this [URL="http://www.codeproject.com/vb/net/CustomDynInteractiveCal.asp"]link[/URL]. Check whether its usefull.

Member Avatar for arjunsasidharan
0
145
Member Avatar for kishorJagtap

Why don't you insert some break points and cycle through your code using F10 or F11 and tell us which part your getting the error.

Member Avatar for arjunsasidharan
0
153
Member Avatar for naglayas

check this [URL="http://www.daniweb.com/forums/thread84216.html"]link[/URL]

Member Avatar for Baskar_engg
0
89
Member Avatar for narendra_jntu

Yes it is possible. But all i know is to disable and enable a control panel in a particular remote system. You actually have to use a code which goes around the regedit and disable the control panel.

Member Avatar for arjunsasidharan
0
94
Member Avatar for Fungus1487

[URL="http://www.codeproject.com/office/automate_word.asp"]This [/URL] is all that i can come up with. I saw a lot of tutorials in google but no examples.

Member Avatar for arjunsasidharan
0
133

The End.