all groups > dotnet general > may 2006 > threads for monday may 8
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
How can I add a member field to an existing class in runtime?
Posted by Mannie at 5/8/2006 9:31:20 PM
Is there any way I can add a member field to an already existing class
during runtime?
I know there are many examples using Reflection.Emit showing how to
dynamically create a new class and adding things to it, but that's not what
I want. I really need to use existing classes. I have invest... more >>
How to make Yahoo Messenger?
Posted by mtnhan at 5/8/2006 7:32:01 PM
Hi Everybody!
I'm a student. I want to make a Messenger like Yahoo Messenger. And it can
communicate with Yahoo Messenger. I am finding documents about that but I
didn't have. So You can show me somewhere I can find documents and How to
make that ?
Thanks in advance... more >>
TextBox Validated Event Missing
Posted by Tedmond at 5/8/2006 6:49:02 PM
Dear all,
I have deployed my windows application to several user PCs with XP and
Win2000. However, there is something strange that ONE of the TextBox
Validated event doesn’t fire in ONE of the PC. Basically, the service pack
and the .Net framework are same. I could not find out what ca... more >>
onmouseover
Posted by Monty at 5/8/2006 5:40:19 PM
Hi, what is the simplest way to cause a "rollover" effect in ASP.net 2.0?
I tried Fireworks but no use.
I'm hoping someone has come across this before. I would like... buttonUp
state, buttonRollover and then finally, buttonDown.
Thank you, Monty
... more >>
Software distribution strategy for .NET 2 trialware applications
Posted by schoenfeld1 NO[at]SPAM gmail.com at 5/8/2006 5:04:52 PM
I have ported various trialware products to .NET 2, but I lack
confidence in distributing these products online as almost no users
have .NET 2 framework installed. What is the recommended strategy for
solving this framework deployment problem for trialware products?
#1: Ship it with the appli... more >>
Outlook Add In is not shown for 1 user...
Posted by Pieter Coucke at 5/8/2006 4:49:11 PM
Hi,
I developped some time ago an Outlook Add In (VB.NET 2005) that worked fine
during several months with all the users.
Suddenly, 2 weeks ago it stopped working for one of the users. The
administrator desinstalled it and installed it again, but that didn't work.
i did the same, desinst... more >>
Can you update through a view?
Posted by Greg P at 5/8/2006 3:54:02 PM
I am using VS2005 and have been learning a ton about databinding. I know
that when you drag a view from the datasource window (creating a
dataGridView) that an update method is not added to the table adaptor. I
would like to update the b ase tables thorugh the view. How do i do this?
... more >>
.NET 2 framework update for windows users
Posted by schoenfeld1 NO[at]SPAM gmail.com at 5/8/2006 3:27:15 PM
When will Microsoft roll-out the .NET 2 framework to their windows
users via the autoupdate?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Timeout expired. Connection pooling
Posted by LRK at 5/8/2006 2:22:02 PM
I am in the process of moving an ASP.NET app from my development machine to a
web server. I am getting the following error message:
Message: "Timeout expired. The timeout period elapsed prior to
obtaining a connection from the pool. This may have occurred because all
pooled connection... more >>
Shut down the system in vb.net 2003
Posted by Hardik Shah at 5/8/2006 1:57:53 PM
Hi,
I want to shut down my xp/server 2003 system throu code, can any one help
me.
Hardik Shah
... more >>
Declaring Hex in Vb.net
Posted by Sudhee at 5/8/2006 1:30:02 PM
private readonly Guid _tagGuid1 = new Guid( new byte[] {0x5F, 0x4D, 0x69,
0x63, 0x68, 0x61, 0x65, 0x6C, 0x20, 0x53, 0x74, 0x75, 0x61, 0x72, 0x74, 0x5F
} );
The above code is declaration of hex in c#. How to declared similary array
of hex values in Vb.net ?
Thanks for the help
Sudheendra... more >>
how to create dynamic event handlers
Posted by mike at 5/8/2006 1:19:51 PM
i'm building an desktop windows app in C#. the main menu for the
application will be different depending on the admin rights of the
user. i've built the entire app. in delphi and i simply activated or
deactivated the menu items in that case, but all the menu items are
visble. i'm hoping / thinki... more >>
VS 2005 Deployment project - how to launch uninstall of product first?
Posted by Rob R. Ainscough at 5/8/2006 1:05:49 PM
I have an older application that was installed via msi approach (setup via
InstallShield), however, it has a different product code than the new
version (setup via Deployment Project in a VS 2005 solution) I want to
install. As a result my newer version does not identify the older version
b... more >>
Disable Titlebar of the form in vb.net 2003.
Posted by Hardik Shah at 5/8/2006 12:55:58 PM
Hi,
I want to disable title bar of the form , how can I ?
Thanks in advance.
Hardik Shah
... more >>
Railroad diagram definition
Posted by PIEBALD at 5/8/2006 12:17:02 PM
[This may not be on topic as it's not .net-specific, but I tried to find the
most general MSDN forum I could.]
I'm trying to find a general definition/specification for railroad diagrams.
All I find online are explanations by authors who explain what _their_
particular format uses, but they... more >>
Programmer reluctant to move to .NET
Posted by ianw NO[at]SPAM isluk.demon.co.uk at 5/8/2006 11:12:53 AM
Forgive me if this is the wrong place to ask this. I have a large
application written in ASP/SQL Server. I am not a programmer. The guy
who has written them for me is reluctant to move to .NET. I'm concerned
that he is not plugged into the development community enough and not up
with the ... more >>
URLEncode in vb.net
Posted by Logger at 5/8/2006 9:12:02 AM
I would like to know if you can use URLEncode within vb.net or if it is an
ASP.Net only method. If it can be used in vb.net what namespace reference do
I need to import to get this to work? In asp.net its part of the
system.web.httputility object. How do you get it to work in vb.net windows ... more >>
Service Not Starting...
Posted by Jason Richmeier at 5/8/2006 8:32:02 AM
I think I will probably be able to work around this issue but it is
definately somthing that has been bugging me.
I have installed a Windows service that I created for which I set the
startup type to automatic. Whenever I reboot the machine, this service does
not start.
Any ideas as to ... more >>
visual studio 05
Posted by Nathan Franklin at 5/8/2006 8:18:44 AM
Hello I have visual studio 2005,
I am currently working on a big project in the program. My problem is visual
studio is running very very very slow. It frequently locks up for up to 50
seconds. I can be doing anything... Saving a File, switching from Designer
to code, pressing a full stop t... more >>
Sample code
Posted by Ralph at 5/8/2006 7:57:03 AM
Does anyone know where I can get a sample code to perform the following:
1) Read an ASCII file (much like a CSV file).
2) Implement some filter (i.e. search for specific words in the doc).
3) Write all the results to a newly created file.
Any help is greatly appreciated...
Ralph... more >>
Failed to start monitoring changes to 'e:\Default Web Site' because access is denied.
Posted by amit.vasu NO[at]SPAM gmail.com at 5/8/2006 6:29:49 AM
Hi
I have created a web serivces using .net framework 2.0. When I try to
execute the web service I get the following error.
Failed to start monitoring changes to 'e:\Default Web Site' because
access is denied.
I am running windows 2003 sp1. Network Service account do have full
permission... more >>
Wizard creation
Posted by SalamElias at 5/8/2006 4:12:01 AM
I am very interested to know if there is any documentation or articles
describing how to develop an ASP .Net wizard that has the same functionality
as the starter kits in VS 2003 or 2005. What I need to do is to have the
starter kit runs from IE, not from the VS IDE.
Exactly, it would be an A... more >>
Get the name of the function
Posted by Filip De Backer at 5/8/2006 2:02:01 AM
Hi everyone,
public static string NameFunction(string param)
{
....
string nameofthisfunction = 'XXX';
}
how can I get in code the name of the function where the code is execute?
Is that even possible?
thanks in advance,
Filip
... more >>
|