490 Posted Topics

Member Avatar for palunix
Member Avatar for nullSpace

Couple of quick questions to clarify here if possible...[LIST=1] [*]When you say it's closing after 2nd iteration are you talking about the FileSystemWatcher, the DB connection or something else? [*]Define iterations in this case... are we talking about the button1_Click event which triggers the StartWatcher() procedure? [/LIST]I'm asking only because …

Member Avatar for nullSpace
1
180
Member Avatar for AngelicOne

If anything you'd be needing a "DateTime" format as opposed to "date". Without seeing specific code segments though I wouldn't be able to answer more directly to your issue. Annnnd.... post # 666 for Lusiphur :icon_twisted:

Member Avatar for nick.crane
0
118
Member Avatar for judithSampathwa

Generally you should be getting either a result of the file being deleted (assuming your directories are correct), an exception (in the event that your path is incorrect) or, in the event that the file does not exist, no exception is thrown. Referenced from [URL="http://msdn.microsoft.com/en-us/library/system.io.file.delete.aspx"]msdn.microsoft.com[/URL] using [URL="http://www.google.com/#hl=en&source=hp&q=file.delete()+site%3Amsdn.microsoft.com"]Google[/URL]. Hope this helps …

Member Avatar for nssltd
0
186
Member Avatar for progcomputeach

Well, way to steal my thunder Ketsuekiame :twisted: You covered all the stuff I'd have said and more in most areas. What I would add is that (again, depending what direction you are going to take) it seems that a lot of game developers are tending towards a combination of …

Member Avatar for nicolajoseph1
0
351
Member Avatar for nick cruz

Personally, no, I can't do that for you. If you have your own domain, you should very easily be able to set the mail options within that domain to forward your mail to a list of alternate addresses if you choose and if you're not sure how I'm sure your …

Member Avatar for anjeelina
0
81
Member Avatar for rmoliva

Welcome to DaniWeb, Roni. Nice to see someone who had more patience than me with regards to sticking it out with linux :twisted:

Member Avatar for qlipboard
0
168
Member Avatar for CreativeCoding

I would start with a ruler and a calculator. First, place the ruler along the bottom edge of the directory and measure it's width, then place it along the left edge and measure it's height. Multiply the two numbers and there you go :icon_twisted: Alternately if you're just looking for …

Member Avatar for Lusiphur
0
130
Member Avatar for Phil2:3

Personal point of view when it comes to ASP.Net componentry is this:[LIST] [*]If you are going to code part of it on the front-end, code [B]all of it[/B] on the front-end [*]If you are going to code part of it on the back-end, code [B]all of it[/B] on the back-end …

Member Avatar for Phil2:3
0
73
Member Avatar for kkimani

Well, for starters, welcome to DaniWeb. However, the Community Introductions forum probably won't net you many answers to your problem so I might recommend that you check out the Software Development or Web Development forums and put your question in the section that relates to the language(s) you are using …

Member Avatar for Lusiphur
0
117
Member Avatar for ctrl-alt-del

While it's not using C# (the thread in question is in the C++ forum) it might give some idea on the methodology you might use for what you're trying to accomplish. [URL="http://www.daniweb.com/forums/thread294023.html"]This thread[/URL] is related to being able to lock a target machine on a network and terminate all applications …

Member Avatar for ctrl-alt-del
0
186
Member Avatar for cpp.coder37

[QUOTE=Ezzaral;1301024]Please mark this thread as solved :)[/QUOTE]Hahaha :twisted: well... technically ya, it's kinda solved since the answer was very plainly given 'with authority'

Member Avatar for ~s.o.s~
-6
231
Member Avatar for AngelicOne

If I understand your question correctly (you didn't give a lot to work with) you're looking for something like this:[CODE]SqlDataAdapter da = new SqlDataAdapter ("SELECT * FROM Table WHERE column='@varNameHere'",con); da.SelectCommand.Parameters.AddWithValue(textBox1.Text);[/CODE]Essentially, you'd need to modify the correct command type within the adapter with the parameter you wanted to add... I …

Member Avatar for Lusiphur
0
2K
Member Avatar for Lusiphur

I know I can see any reputation I've received by looking in my profile and such but I'm kind of curious if there's any way to see reputation I've given? It may seem wierd but I kinda wanted to check up on a thread that I down-voted (and gave rep …

Member Avatar for Lusiphur
0
151
Member Avatar for GAME

So basically you want to replace that ~80 line long text substitution with something better? Try using a database... solution found, have a great day :) If that's not what you wanted, then how about including more details and less redundant code in your next post :twisted: might help get …

Member Avatar for PierlucSS
0
109
Member Avatar for SoSm

Hey AD, grats on 18k witty retorts... I mean posts... either way grats :twisted:

Member Avatar for Lusiphur
0
128
Member Avatar for EricMack

[QUOTE=Ancient Dragon;1293779]But guess what??? Such a plan will fail because consumers will buy from non-US sources who impose no such tax. It will also fail because it will make our eCommerce businesses less competative than foreign ones.[/QUOTE]Which roughly translated means that your customs staff aren't doing their jobs. Not that …

Member Avatar for EricMack
1
951
Member Avatar for martin CC
Member Avatar for maceman
0
133
Member Avatar for shivaniaroraji
Member Avatar for maceman
0
60
Member Avatar for kreation

Welcome to DaniWeb, Anand :) And also to the other two who piggy backed on this intro instead of making their own :twisted:

Member Avatar for maceman
0
381
Member Avatar for 12mrsaturns

[B]<insert witty response and welcome statement to one-line intro>[/B] :twisted:

Member Avatar for maceman
0
35
Member Avatar for tomsionandrew
Member Avatar for maceman
0
34
Member Avatar for akinfemi
Member Avatar for maceman
0
25
Member Avatar for osirus

Osirus; It sounds to me like you're using a WYSIWYG editor for your website coding. If you're attempting to modify your frameset file (index.html) and you are using, for example, Adobe Dreamweaver you can access the main frameset (and it's associated settings) by going to Modify > Frameset > Edit …

Member Avatar for rajarajan2017
0
83
Member Avatar for udigold1

udigold1; I might suggest you have a look at the following:[LIST=1] [*][URL="http://www.daniweb.com/code/snippet217193.html"]Code Snippet provided for Passing Data Between Forms[/URL] [*][URL="http://www.daniweb.com/forums/thread290554.html"]Previous Discussion about Passing Variables Between Forms[/URL] [*][URL="http://www.daniweb.com/forums/thread259179.html"]Previous Discussion about Passing Data Between Forms Back and Forth[/URL] [*][URL="http://www.daniweb.com/forums/thread174490.html"]Previous Discussion about Passing Variable to Another Form[/URL] [/LIST]I hope one of those helps …

Member Avatar for udigold1
0
457
Member Avatar for santiagos

Welcome to the forums santiagos. Side note: you probably won't get many topic ideas in the Community Introductions forums :twisted:

Member Avatar for Lusiphur
0
42
Member Avatar for JasonHippy

Personally I'd like to see some more basic tutorials for beginners such as: [LIST] [*]Importing/manipulating Sprites [*]Drag-able Components/Interactive Flash (moveable tiles in a children's game for example) [*]On-The-Fly object cloning (taking an item from a "stack" on-screen and having the stack replenish automatically) [/LIST] I only mention those examples as …

Member Avatar for iamthwee
0
286
Member Avatar for MazdakMohammadi

Not to be a party pooper here but it's not looking so hot in FireFox either... the gradient used for the background/foreground gets dark enough to make the text difficult to read near the bottom and the hatching actually makes my screen get that ever so wonderful 'vibrating' look to …

Member Avatar for MazdakMohammadi
0
99
Member Avatar for kevin025

Not being a strong VB.Net user myself best I can do for you is this handy little thing called [URL="http://www.google.com/#hl=en&source=hp&q=vb.net+"Crystal+Report+Viewer""]Google[/URL] :twisted: Hope it helps.

Member Avatar for kevin025
0
109
Member Avatar for shanboy

There is always the off chance that the version of IIS you're using or the version of ASP installed in your IIS installation is not compatible with the version of ASP.Net you're using in your project. Other than that, not sure what to suggest.

Member Avatar for Lusiphur
0
166
Member Avatar for happyguy142
Member Avatar for racoon8995
Member Avatar for Suzie999

Try/Catch generally should be used in any scenario where the outcome of your code is not 100% guaranteed to produce the desired result. An example would be the file.create example that nssltd posted above but it could also be used for things like database manipulation (try to insert information and …

Member Avatar for Suzie999
0
194
Member Avatar for MxDev

1) I'm slightly confused about what you're asking for here 2) What steps have you tried? What specifically are you stuck on about this problem? 3) Have you tried google? Sorry if I haven't been much help but without seeing the implementation of what you're asking for or knowing what …

Member Avatar for Lusiphur
0
94
Member Avatar for ayeshakhan

Without seeing the meat of the actual error (90% of the time if you set the page to debug mode it will show you the line of code where the error is occurring) it's hard to say for sure but... As a potentially unrelated side-note, were you aware that you …

Member Avatar for malashukla
0
263
Member Avatar for raghavaniyer
Member Avatar for daviddoria

Personally I think it's a good idea in theory... However, unless you can find a really solid concept for a project and a solid core group to work on the 'meat' of the project, I just can't see a group of 'random' people being able to sort out the sheer …

Member Avatar for Lusiphur
5
246
Member Avatar for .Mido

To start with, that's a pretty solid distinction to make and should be covered in your textbook. Adding to that, have you perhaps tried looking at online references like msdn.microsoft.com or google.com to try to find the answer prior to posting here? I ask simply because, honestly, this looks like …

Member Avatar for Zinderin
-1
133
Member Avatar for rayntech

*looks around for the really smart people* Oh you mean THEM!! :twisted: Welcome (well... kinda... erm... welcome out of the shadows?)

Member Avatar for Lusiphur
0
174
Member Avatar for techguynj

Look forward to seeing some of your posts techguynj :) Welcome to DaniWeb.

Member Avatar for Lusiphur
0
32
Member Avatar for kaleidonet
Member Avatar for Lusiphur
0
114
Member Avatar for Bordeaux0113

Bordeaux0113; Long story short, every user has some ability (well, almost every user) to affect another user's reputation positively or negatively by 'voting' them up or down in the posts they make. The amounts that users can affect someone's reputation, per vote, are what you're seeing there. There are some …

Member Avatar for Lusiphur
0
115
Member Avatar for Vern247
Member Avatar for Lusiphur
0
34
Member Avatar for kelcy

No such thing as a silly question, just a poorly thought out question :) Welcome to DaniWeb.

Member Avatar for Lusiphur
0
24
Member Avatar for ronnyrhymes
Member Avatar for Lusiphur
0
32
Member Avatar for marjoy
Member Avatar for Lusiphur
0
60
Member Avatar for Omanba

Welcome to DaniWeb, Omanba :) Hope you find what you were looking for.

Member Avatar for Lusiphur
0
40
Member Avatar for apkulasinghe
Member Avatar for Renold

Welcome :) Depending on the nature of your problem there's likely a specific forum in place for it already but hope you enjoy your stay here at DaniWeb.

Member Avatar for Lusiphur
0
141
Member Avatar for sharonig

Welcome Sharon and best of luck with the transition :) I know how it feels to learn/use one aspect of something and see it in a completely different usage and go "huh?!?"

Member Avatar for Lusiphur
0
55

The End.