all groups > dotnet general > june 2006 > threads for friday june 2
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
fibbonaci series a simple quetion
Posted by nasirmajor NO[at]SPAM yahoo.com at 6/2/2006 11:50:59 PM
dear alls,
i have a simple (not for me) quetion for c# or vb.net programmers.
i want a user to give any number and a programme prints a fibonacci
series for that number.thanks
... more >>
UPDATE statement changes all the records in the DB
Posted by Antonio at 6/2/2006 10:31:02 PM
Can somebody tell my why the following procedure changes the data in the
fields being updated to all the records in the database?
private void updateRow(object source,
System.Web.UI.WebControls.DataGridCommandEventArgs e)
{
SqlConnection conn = new SqlConnection
(ConfigurationSett... more >>
Using XSLT for sending emails
Posted by Nick at 6/2/2006 9:27:02 PM
I am working on a website for a client and one of their requirements was to
have a mailing list. I decided to XSLT to transform "templates" to HTML so
that editing was very easy and less time consuming. I keep getting the
following error when I submit my email to their site.
System.Xml.... more >>
Need to fire event AFTER a control is resized.
Posted by Matt Fielder at 6/2/2006 7:37:01 PM
I have a control that the user is able to manually resize --- and it works
great. The problem is I need to handle something when the control is done
being resized, but not during the resize, so just putting what I need in the
resize event won't work. If it matters, the control is hosted on ... more >>
exit sub in SyncLock
Posted by Perecli Manole at 6/2/2006 5:38:41 PM
Can an Exit Sub statement in a SyncLock block cause any problems with the
proper release of the locked resource or affect the Monitor's waiting queue
in any way?
Thanks
Perry
... more >>
image manipulation
Posted by Joseph O'Brien at 6/2/2006 2:37:34 PM
I'm a novice programmer learning mostly on an "as-needed" basis. I
have basic skills in C# .NET, but have access to the entire Visual
Studio .NET suite.
Basically, I need to put the following text at the bottom of about a
thousand image files: the enclosing foldername , the filename, and some... more >>
Methoology for data changes being tracked
Posted by Ronj at 6/2/2006 1:34:01 PM
I need to be compliant with law that keeps a history of changes to tables as
records are edited. What is the best way to do this ? I was thinking a SQL
trigger on each table that writes to another change table on update (seems a
bit much), or use an OnChange event when ADO.NET posts to track t... more >>
BadImageFormatException....the DLL works in reflector though!??
Posted by nate at 6/2/2006 1:09:02 PM
hi :)
i am having a strange problem. i have a plug-in system that i use to
add support for various CAD file formats. i have a Maya plug-in that i
have been running successfully for quite some time (i.e. months). a
couple of days ago, however, i started getting a
BadImageFormatException whe... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Too Much Code
Posted by Nathan at 6/2/2006 12:31:02 PM
I am writing a large and complex sub procedure in a form, and when there is
too much code I receive the error 'Common Language Runtime detected an
invalid program ' when It reaches this function.
deeznuts247@excite.com
--
Nathan... more >>
C++ to C#
Posted by Josh at 6/2/2006 12:21:46 PM
Is there any way convert an entire C++ solution to C#?
--
#####-----#####-----#####
POV Tips and Hints at ...
http://povman.blogspot.com/
... more >>
Documenter for .NET 2.0 XML Comments
Posted by Mr.Underhill at 6/2/2006 9:53:01 AM
As far as I know NDoc doesn't work with .NET 2.0 (generics, and others).
What tool should I use to generate documentation? I don't care if is a
vendor tool, as long as it produces similar output like NDoc.
Please advise... more >>
Framework 2.0 MSI Package
Posted by AviD at 6/2/2006 8:39:01 AM
We are looking to install .NET Fraework 2.0 on our users' machines. I know
there's an MS EXE self extracting file. Is there also an MSI files we can use
through Active Directory?
--
Avi
American Society of Composers Authors and Publishers
New York, NY
... more >>
Difference between .net2.0 redist and IDE?
Posted by Soundman32 at 6/2/2006 8:38:58 AM
I have written a program that runs fine when launched from a PC with
VS2005 installed, but crashes when launched on a PC with just the
redistributable installed.
The message is the standard dialog box '..has encountered a problem and
needs to close'. Please tell microsoft about this problem.
... more >>
File Protect
Posted by ntuyen01 NO[at]SPAM yahoo.com at 6/2/2006 8:03:15 AM
Hi All,
I my project i have 10 files, people can go iview files # 1 to 8 as
free.
But on file # 9 I just want some certain group of people to get in and
same as file # 10 i just want some other group of people to get it. How
do I aproach this issue?
I want to use the Window authentica... more >>
Edit records and UPDATE statements
Posted by Antonio at 6/2/2006 8:00:02 AM
When I try to update a record, I get:
Specified argument was out of the range of valid values. Parameter name:
index
Exception Details: System.ArgumentOutOfRangeException: Specified argument
was out of the range of valid values. Parameter name: index
Source Error:
Line 133: SqlCo... more >>
Unable to capture absolute paths with Drag and Drop
Posted by JeffDotNet at 6/2/2006 7:47:02 AM
I wrote a small data processing application that writes a summary of
several hundred files. I use drag and drop on a panel (Panel1) to grab
the absolute path to each of these files. Then I begin analyzing all of
the files. I noticed (on the same machine) that some user profiles
appear to abb... more >>
&& question
Posted by Antonio at 6/2/2006 6:55:01 AM
Good morning, everyone,
I have a textbox and a radio button and I am trying to run an IF statement
to check on the content of the textbox AND if one of the radio buttons is
checked and everytime I use the && it tells me "Invalid expression term
'&&'". Also, can you tell me what to use to c... more >>
threading - Monitor.Wait/Pulse
Posted by Perecli Manole at 6/2/2006 6:28:12 AM
I am having some strange thread synchronization problems that require me to
better understand the intricacies of Monitor.Wait/Pulse.
I have 3 threads. Thread 1 does a Monitor.Wait in a SyncLock block
protecting a resource. Thread 2 and 3 also have a SyncLock block protecting
the same resour... more >>
migration single processor to dual processor problem with threadin
Posted by Michel Meex at 6/2/2006 2:11:02 AM
Hello,
I have an application, that has been running on a single processor server
for more then a year without any problems. Now I'm migrating to a dual
processor server, and I'm experiencing problems with threading.
The application is actually a kind of job schedular. For all jobs, I can s... more >>
Detect application start
Posted by Marius Groenendijk at 6/2/2006 12:00:00 AM
Hi NG,
I would like to implement an app that would intercept application start and
possibly interrupt its startup (or kill the process immediately).
For ex. see if Sol[itaire].exe is being started and stop it.
So the question is:
How to detect that a particular application is being start... more >>
|