all groups > dotnet general > december 2005 > threads for saturday december 17
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
querying for properties that has implemented an attribute ?
Posted by KK at 12/17/2005 9:14:55 PM
Hi,
I apply a custom Attribute to several properties
in a class. There are about 15 of those. I want
to know how I can programatically get ONLY those
properties that I have applied my attribute.
What I want is rather than calling those 15 attributes
like;
Object.Prop1
Object.Prop2
Obj... more >>
"Windows Form Designer generated code" section is hidden when viewing code
Posted by QLD_AU at 12/17/2005 7:26:39 PM
I am having trouble when viewing the code behind a form, any events i do are
shown, however the
Windows Form Designer generated code Section is not shown,
Does anyone know how to turn this on and off.
... more >>
installed 2.0.50727 now I get a sql express error message
Posted by deltalimagolf at 12/17/2005 4:08:02 PM
I now get the following error message after copying an asp.net application to
the deployment web server. I don't have SQLExpress or any version of SQL
2005 installed. I found the "LocalSQLServer" connection string in the
machine.config, changed that to look at a SQL 2000 database, but the er... more >>
Opening URL to the web browser from a .NET C++ application
Posted by Jmarc99 at 12/17/2005 4:01:33 PM
Hi there,
I want my C++ application send a URL to open in Explorer.
What might be the "simple code line" I can write in the method
called when I press a button in my dialog based application?
As you can see, I wish to go up to opening the web browser
when clicking a simple bolded text www... more >>
Datasets - Urgent!!@
Posted by Alex at 12/17/2005 2:08:02 PM
I have the follow code:
private void crear() {
//creating a dataset
DataSet myDataset=null;
SqlConnection sqlConnection=null;
SqlDataAdapter sqlCommand=null;
try {
//create an instance for a SqlConnection and a Sql Command
sqlConnection = new SqlCo... more >>
Datasets - Urgent!!
Posted by Alex at 12/17/2005 2:07:02 PM
I have the follow code:
private void crear() {
//creating a dataset
DataSet myDataset=null;
SqlConnection sqlConnection=null;
SqlDataAdapter sqlCommand=null;
try {
//create an instance for a SqlConnection and a Sql Command
sqlConnection = new SqlCo... more >>
Windows Installer Setup Project - desktop icon & app.exe?
Posted by Rob R. Ainscough at 12/17/2005 9:59:30 AM
I've setup a Windows Installer Setup Project for my VS 2005 VB.NET app -- it
installs find, but my Desktop icon and Programs Menu icon do not run the app
..exe when I click on them -- I can't figure out how to make this shortcuts
point to my apps.exe -- any suggestions?
thanks, Rob.
... more >>
Problem Connecting to a database in Visual Studio 2003
Posted by GMann at 12/17/2005 1:04:12 AM
Hi;
I am unable to connect to any database using either the Server Explorer or
through the tools menu option.
I have Uinstalled/Reinstalled both Visual Studio 2003, as well as MSDE.
Any insights into this would be welcome.
Thanks,
GMann\
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|