all groups > dotnet general > january 2004 > threads for thursday january 29
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 to include icons in deployment project
Posted by Dino M. Buljubasic at 1/29/2004 11:16:12 PM
Hi,
I am building deployment project for my vb.net application. The process is
pretty much clear except one thing.
I'd like to include a folder with icons for my application. How can I do
that?
Regards,
Dino
--
----------------------------------------------------------------------... more >>
I upgraded to .NET 2003, now I have 2 IDEs on my system
Posted by noid droid at 1/29/2004 11:01:27 PM
Hi.
A couple of months ago, I ordered the Visual Studio .NET upgrade from
Microsoft and installed it. Today, I just realized that I have both the
2002 and 2003 IDEs on my system.
Did I do something wrong upgrading? I thought that the 2002 IDE would be
upgraded and essentially become th... more >>
Pop Up Menus in web forms when i click right mouse button
Posted by Santhu at 1/29/2004 10:56:06 PM
I want to have a Pop Up Menu on a web form when i click right mouse button. I want to have some options in that menu as New ,Edit etc., . Suppose if i want to escape then i can escape it by pressing esc button from the keyboard or by clicking left mouse button
How can i achieve this
Any suggesti... more >>
Invoking Photoshop
Posted by Gary White at 1/29/2004 8:56:46 PM
Can somebody help point me to some example code to invoke a Photoshop action
on a file. I am using .net studio.
Many thanks
Gary
... more >>
ASP.NET Efficiency Question
Posted by Z GIRL at 1/29/2004 8:00:38 PM
Dear DotNET Developers,
I've developed a plethora of ASP applications which have handled
10's of thousands of transactions per day w/o any problems.
I was wondering, in DOT Net the efficiency papers say to use
the Server based control sparingly in order to create an efficient
application.
... more >>
Writing MP3 file to browser from aspx page
Posted by Jason at 1/29/2004 7:41:06 PM
Does anyone have any good way to write an mp3 file to the browser directly from an aspx page? I tried the same logic as returning any other binary file but it does not seem to work. Here is what i used:
Response.ContentType = "audio/x-mpeg"
Response.WriteFile(sPath)
Response.End()
When media... more >>
Skins look terible when window moves
Posted by muesliflakes NO[at]SPAM yahoo.com.au at 1/29/2004 7:15:59 PM
I am building a small window app that uses irregular shaped windows
based on images.
The code works fine at displaying the window but if the user moves the
window arround rapidly or the visiblity is set to false and then later
back to true, the image gets all screwed up.
I've included links... more >>
Net Application And Zone Alarm
Posted by Daylor at 1/29/2004 7:10:50 PM
hi.
i have vb.net application.
multi thread and 2-3 assemblies.
the application dont use tcp or udp .
or connect the internet of somthing like this.
looking in zone alarm montior , i see it shows an activity.
why is that ?
what objects using tcp/udp ?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
The Suckkiness of CSS
Posted by John Bailo at 1/29/2004 7:01:46 PM
CSS shills Bill Gate and Skieve Balmy make comparisons of quality
between CSS and GLOSS (Gnu Linux Open Source Software ).
Ok, let's test that theory. I work on both a FedoraRC1 and w2k machine.
So, on my w2k machine I want to listen to music. I install
RealPlayerOne. I switch it to my... more >>
mapping sample file
Posted by wylie at 1/29/2004 5:16:07 PM
I have been trying to run the sample files in C#.net, but it gives me this error
unable to open Web project'aspenet_cs/Chapter_01.' The file path 'C:\MS PressBooks\ASPNETBS_CS\Chapter_01
does not correspond to the URL "http://Localhost:/aspnetsbs_cs/Chapter_01.
The two need to ... more >>
Icons
Posted by Donald Smith at 1/29/2004 4:08:32 PM
Hey,
Does anyone know where I can get a set of the icons used for toolbars? The
small ones. (8x8 or 12x12, can't remember the size.) I've looked everywhere,
but found nothing.
Thanks
Donald
... more >>
VCProj file
Posted by Lin Ma at 1/29/2004 3:52:13 PM
Hello,
What is the .VCPROJ file? I only installed C#.net and VB.net for the .Net
studio 2003. Do I need to install more application to read this file?
Thanks,
Lin
... more >>
Service Release download
Posted by SteveSS at 1/29/2004 2:46:12 PM
From the Visual Studio Development Environment Help/Check for Updates menu, I receive a message stating that VS.Net encountered errors while trying to download required files and that I should check my Browser configuration and try again.
OK, what do I check for?... more >>
How to build a solution from a batch file?
Posted by Helene Day at 1/29/2004 2:26:30 PM
I am looking for a way to rebuild a solution from a batch file, and I want
to make sure to build a "Release" configuration.
How do I do this?
Thanks in advance for any help.
Helene
... more >>
doPostBack
Posted by George at 1/29/2004 2:16:11 PM
I have problems with anything that uses doPostBack. I am running .NET Framework 1.0.3705.288. Any advice would be greatly appreciated.... more >>
Statemachine in C#
Posted by Patrick at 1/29/2004 1:51:56 PM
Does somebody knwo a good example/theorie
about statemachines?
... more >>
Panel to rearrange other components
Posted by João Santa Bárbara at 1/29/2004 11:55:55 AM
Hi all, anyone knows a property in the panel to rearrange all the controls
inside it ???
or a external component ?
thks
JSB
PS: i want to put all my components inside a panel and when i resize the
panel a need to rearrange all of them.
... more >>
Object Browser
Posted by Ot at 1/29/2004 11:55:18 AM
When I use the Object Browser in the IDE to look at the functionality
provided in References, I see lovely entries headed Summary, Parameters
and/or Return Values.
If I develop a COM application and wish to make entries so that users of my
application can see those headers, how do I do that?
... more >>
Setting ScreenSaver
Posted by Christopher Burr at 1/29/2004 10:50:59 AM
I'm trying to set the user's screensaver in the .NET world...
In Win32 I could use a combination of setting the screen saver name via the
registry and then setting the time and active status using
SystemParametersInfo. And the system would use the new settings.
Now that I'm trying to do i... more >>
Debugging Issues
Posted by Dave at 1/29/2004 10:47:42 AM
I have been using VB.net for some time and all of a sudden when writing and
using the debugger to view values that I am watching the values appear as I
believe memory addresses. Example: I have a varible named result as an
integer. Result is going to tell me how long a string is. Here is the line... more >>
Problem with Help Display on VS.Net 2003
Posted by Steve House at 1/29/2004 9:34:47 AM
I'm running VS.Net 2003 on an XP system with the most recent MSDN library
integrated into it. When you do a search in the help, only "a"'s appear in
the search results title column as a column 1 character wide, with nothing
appearing in the rank or location columns (this is in the VS.Net window)... more >>
How to modify remote database using Server Explorer
Posted by Rob at 1/29/2004 7:11:11 AM
Hi,
In the server explorer in Visual Studio.Net I'm able to design tables, create stored procedures, etc for the SQL 2000 database running locally on my computer. If I add a connection to a remove server on the network, I'm not able to do the above. Is there something that must be set in order to... more >>
Http file transfer ("exe")
Posted by uballing at 1/29/2004 6:38:40 AM
I am writing a "Windows Update" type application where via Web Services the client checks with the Server if he needs to download a newer version of a set of DLLs and EXE
If there is a newer version, I need to download the file from the server to the client
I wonder what is the best way to downlo... more >>
SQL Debugging
Posted by srobinson at 1/29/2004 5:41:08 AM
I am trying to debug stored procedures via VS.NET. I've set up the debugging components and made the necessary configurations (security, DCOM, etc.). I was able to start successfully debugging stored procs. It worked for a few hours, then, after VS.NET crashed (trying to do a search/replace in the s... more >>
Windows Service
Posted by Andy at 1/29/2004 4:01:11 AM
Hi
I am developing a Windows Service application in C# which is designed to run at predetermined time everyday. My question is once my service starts what is the best way for it to run without hogging lots of resource from the CPU?
I guessed at some sort of timer approach?
Any suggestions g... more >>
How can I serialize a UI component (Button, ...)?
Posted by trash_bt NO[at]SPAM hotmail.com at 1/29/2004 12:23:54 AM
Hi,
I would like to serialize UI components for local storage in a file.
Can this be done with for example a Button?
/Joakim... more >>
|