all groups > dotnet general > june 2005 > threads for saturday june 25
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
SQL 2000 and .NET events
Posted by jabailo NO[at]SPAM texeme.com at 6/25/2005 7:53:10 PM
Can a SQL 2000 server raise a .NET event?
--
Texeme Textcasting Technology
http://www.texeme.com... more >>
Using JPG stills to make a "Video" file
Posted by BennioUK2 at 6/25/2005 5:16:49 PM
Hi all
I've been round and round the web and can't find an answer to:
How can I make a video file from JPG stills? I need it to be lossless
compression as the stills are already lossy enough.
Avi/Mpg/Wmf
Any pointers would be greatly appreciated. I am a proficient enough
programmer in VB... more >>
Tunneling protocols?
Posted by Jim Hubbard at 6/25/2005 1:32:52 PM
What is the best way to do tunneling via HTTP?
I must use ports 80 and/or 443 (as I cannot control where the clients will
be connecting to one another from). I want to implement a tunneling server
for an in-house application that allows chicken farmers (you know....those
big chicken houses... more >>
Handle STOP in a multi-threaded Windows service
Posted by Simon Niederberger at 6/25/2005 10:18:21 AM
Hi
I've written a Windows Service which has
- several (0-100) listeners threads which spawn worker threads based on
events, timers etc
- several (0-300) worker threads which handle data (message based) and
terminate after processing
I'm wondering what exactly happens when I stop the servic... more >>
Variable Scope
Posted by John Smith at 6/25/2005 9:27:17 AM
With the code below, is it possible to access "strTemp" in
"WebUserControl.ascx"? I always receive the error that "strTemp" is
not available. As a workaround, I am using a Session variable, but I
really don't want to.
Default.aspx
-----------------------------------
string strTemp = Str... more >>
WMI and Windows Services HELP!!!!
Posted by Yosh at 6/25/2005 7:56:45 AM
Does anyone have an example of using WMI to get a list of running =
Windows Services?
Thansk,
Yosh... more >>
WinZip wityh .Net
Posted by EdB at 6/25/2005 4:51:02 AM
Has anyone ever interfaced with winZip from inside a VB.Net app?
I'm looking to automatically zip up some files then delete them.... more >>
Selecting an event
Posted by Ant at 6/25/2005 12:40:02 AM
Hi,
I'm new to .NET, though program with VB. I'm used to selecting an event from
the right side drop down box of the VB IDE. That seems to have changed with
..NET. How do you choose an event, say for example, the click event of a form
object so as to write a method for that event.
Thanks... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Marshal.ReleaseComObject not releasing a COM from memory
Posted by ahmadzia673 at 6/25/2005 12:03:03 AM
I am using a COM component in my ASP.Net application. When i try to release
it from memory by using Marshal.ReleaseComObject, its not working. The memory
is still leaks. What to do? Is there any other way to prevent from this
leakage?
Please help me!
... more >>
|