all groups > dotnet general > december 2005 > threads for wednesday december 28
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 31
deleting IE history using VB.Net
Posted by Ted at 12/28/2005 8:36:02 PM
is there an example of how one would go about selectively deleting items in
IE's history based on URL names using VB.NET? i have checked every resource
i know and come up short.
... more >>
accessing web application using no-ip.com
Posted by Mohan at 12/28/2005 4:06:07 PM
Hi,
I am having difficulty accessing my web application over the internet.
I dont have any problem when I connect using localhost. I have created
an account with no-ip.com. The web site is accessible thru port 6000.
Since my machine is behind a router, I am using port forwarding to
route everyt... more >>
Resizing gif down. Quality suffers.
Posted by engwar at 12/28/2005 1:01:06 PM
I'm writing some file upload code using C# for users on my website. If
the image is too large I want to resize it smaller to a thumbnail size.
It's working fine for jpegs but the thumbnails of the gifs look pretty
bad.
I assume it's something to do with the color palette. I don't know a
whole... more >>
No ping on connection - reconnect
Posted by John at 12/28/2005 11:46:21 AM
When I ping my server over the internet connection and the server isn't
responding due to the connection not working properly is it possible in .Net
to reconnect the connection if the ping is unsuccesful?
Thanks.
... more >>
gridview.sort crashes my server
Posted by John Brahy at 12/28/2005 10:26:02 AM
When I create a gridview in code and use these as my event handlers my server
crashes. Can anyone point me in the right direction?
protected void gridview_OnSorting(Object sender, GridViewSortEventArgs e)
{
gridView.Sort(e.SortExpression, e.SortDirection);
}
protected vo... more >>
Installing .NET 2.0 on Win2k machine
Posted by mike2036 at 12/28/2005 9:06:03 AM
When I install .NET 2.0 on a Win2k machine, I'm not seeing the configuration
MMC in the control panel. I do see it when I install on WinXP and I see it
when I install the beta? Anybody else having this problem? Is this a bug or
is configuration done elsewhere? Thanks.
-Mike
... more >>
Z-Order: How to determine and then persist?
Posted by Jules Winfield at 12/28/2005 8:43:44 AM
I've developed a WinForms application that allows users to create a number
of child forms within a larger parent form. The child forms can be dragged
around within the bounds of the parent. They can also be resized.
When the user closes the application, I want the size and position of the
c... more >>
count dynamic controls
Posted by novus at 12/28/2005 8:30:02 AM
Hi,
In ASP.net 2.0 I make a control which add the same controls dynamically. In
the oninit event I add the controls to the controls collection. After that
the loadviewstate event fills in the information on postbacks. The control
can add and delete controls that is why on the postback I don... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
System.Reflection.Assembly.GetExecutingAssembly()
Posted by Patrick at 12/28/2005 8:05:03 AM
Has been trying to get an ASP.NET DLL's modification date/time for the
"release date/time" to be displayed on the page's footer
Using:
System.Reflection.Assembly
asm=System.Reflection.Assembly.GetExecutingAssembly();
appVer = asm.GetName().Version.ToString();
// get the locat... more >>
Threading in .NET
Posted by sonali_reddy123 NO[at]SPAM yahoo.com at 12/28/2005 5:45:08 AM
Hi all,
I have a problem regarding the threading issues in .NET. Actually I
have a application in which i execute a process by invoking the thread
in the background and at the same time I
want to display a modal dialog which will only block my UI. It doesn't
have to do anything with my thread... more >>
|