all groups > dotnet general > november 2003 > threads for sunday november 30
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
How to create an Internet Shortcut off the Start menu?
Posted by Dave A at 11/30/2003 11:26:48 PM
My WinForms application requires a link to the actual application off the
start button as well as an icon that will take the user to my clients home
page.
How do I do this using the .Net Deployment Project?
I cannot simply add a short cut to the URL since you are forced to select
items from... more >>
How to Delete a row from dataset ??
Posted by Imayakumar at 11/30/2003 7:07:45 PM
Hi ,
i fetched some records from SQL Server using data adapter
and filled it to the dataset. now i want to add some rows
to the dataset and reflect it to the database.. i can do
it perfectly with no problem. but when i try to delete
some rows from the dataset, it gives error..
can any one... more >>
Adding buttons to the form's title bar
Posted by Picho at 11/30/2003 6:03:04 PM
Hi all,
Is there any .NET way (I am not rulling out API usage) to add button(s) to a
form's title bar?
I found some non-.NET solutions that did actually work in VB6 but not in the
..NET forms...
I tried painting, but the paintaing area provided by the form is only the
client area - no vi... more >>
Get the active application
Posted by Nasser at 11/30/2003 5:43:12 PM
Folks
Does anyone know how to find the active application (i.e.
the application which is receiving the key and mouse
input) at run time using C# or VB?
Regards
Nasser.... more >>
.NET 2.0 Timeline ?
Posted by Joe Camel at 11/30/2003 4:53:06 PM
Folks,
What does the rumor mill say about possible .NET (and/or Yukon) beta and/or
production release dates ?
Regards,
Joe
... more >>
PDC Whidbey Download ?
Posted by Joe Camel at 11/30/2003 3:48:18 PM
Folks,
Punching in a wrong phone number, earlier today I've locked up (for 24 hrs)
our ability to get into the subscriptions area of MSDN - the one that
requires entry of the Subscriptio Id, etc.
Once I get in (tomorrow), is this in fact from where I will be able to
download "all of Whidbey... more >>
.Net is a pig
Posted by Mike Peretz at 11/30/2003 1:38:36 PM
I have tried everything to make .NET return memory to the OS. I use Dispose
and GC.Collect() as much as possible. I understand that if the memory is
available then why not take it and keep it. However, I noticed that memory
is only returned to the OS when the machine is desperate for RAM, but at
... more >>
Enterprise Templates
Posted by Shawn Mahalati at 11/30/2003 10:47:33 AM
I am confused with Microsoft Distributed Application
Enterpirse Templates (MS-DAET). The documentation says to
create a solution baded on MS-DAET, make the changes, and
then save as a template. First, when I try to create the
solution, it prompts for the Web and WebService project
virtua... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
using TabControl
Posted by louis at 11/30/2003 2:37:09 AM
Hi All,
I want to use an image in the tab control, however, as
my image contains round corner, after I add the image,
there is some grey color at the corner. And when I click
on the Tag, there is a grey line between the tab and the
tab page.
I try to set the BackColor, but it on... more >>
|