all groups > dotnet general > january 2004
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
VS.NET
Posted by anaonymous NO[at]SPAM home.com at 1/31/2004 10:41:07 PM
I have XP Home Edition and now VS.NET, but I cannot install it right? without first installing IIS? If it does require IIS where can I get it? Thanks.... more >>
Posting to another page attribute: PostTargetUrl
Posted by anon at 1/31/2004 3:15:40 PM
Post Forwarding question......
For this control below,
<asp:Button runat="server" PostTargetUrl="page2.aspx" />
The Attribute: PostTargetUrl="page2.aspx"
Is this PostTargetUrl Attribute going to be available in the <a> and Html
Controls as well as opposed to just the <asp:Button... more >>
VS open files over web question
Posted by oogsla at 1/31/2004 1:51:17 PM
Help, I'm trying to open some files over the web using VS.NET Ent. Arch.
These are asp files that my company is using for our portal from Convea.
When I open the files, not a solution or project, I can HTML and JavaScript,
but not ANY asp code.
I can open the very same file over the web using ... more >>
Hide from taskbar
Posted by Henrik at 1/31/2004 11:06:27 AM
Does anyone know how to hide from from taskar, and tray?... more >>
Outgoing data
Posted by Henrik at 1/31/2004 10:17:35 AM
I whant to collect and check all data that is going from
my computer to the internet. Is that possible?... more >>
UML Models from VS.NET solutions
Posted by Darren Clark at 1/31/2004 9:34:57 AM
Does anyone konw of any products that wil create a UML model from a vs.net
solution or assembly?
Sort of like the way Visio can reverse engineer a database back to a schema.
Mainly as i have been working on a app and i lost/accidently delete the UML
model that i designed it from.
And woul... more >>
Array's
Posted by Varun at 1/31/2004 8:21:07 AM
Hello
I messaged before about arrays and got help and example off Cor. Here it is
Dim myArray As New ArrayLis
myArray.Add("Peugeot"
myArray.Add("Ferari"
myArray.Add("Fiat"
myArray.Add("Renault"
myArray.RemoveAt(0
myArray.Insert(1, "Mercedes"
myArray.Clear(
I want to ask how i can... more >>
Implementing Front Controller in ASP.NET Using HTTPHandler
Posted by Prasad Patil at 1/31/2004 5:31:06 AM
Hi
I am trying to understand the article [url]http://msdn.microsoft.com/practices/type/Patterns/Enterprise/DesFrontController/ [/url
mentioned on the msdn website, I created the following example [url]http://msdn.microsoft.com/practices/type/Patterns/Enterprise/ImpFrontControllerInASP/ [/url
whi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Hot Keys..
Posted by V.Boomessh at 1/31/2004 4:26:06 AM
Hai can any one help in this following issue?
I am developing an VB Application in .NET. This application takes two different languages. One is English and other is the regional language. The Hot Key for triggering an event is working only when the language is set as English and it is not working... more >>
FTP Problem
Posted by Soulspace at 1/31/2004 12:01:50 AM
Hi all!
FTP Data connection type can use PORT mode or PASV mode
the first mode client open a port wait connected and send "PORT" command to
server tell it's IP address and port. If client connect through gateway then
server cann't find client use this IP address and port to transfer data.
... more >>
Adding a menu on the fly
Posted by Sims at 1/31/2004 12:00:39 AM
Hi,
I know to add a menu entry on the fly using AppendMenu(...) and i know how
to remove it using RemoveMenu(...)
I can even create a popup menu on the fly but the question is how do i
remove it?
HMENU hmenupopup= CreateMenu();
AppenMenu( hmenupopup, flags);
AppenMenu( hmenupopup, flags);... more >>
Failing to register component using RegSvcs
Posted by jpyoung NO[at]SPAM io.com at 1/30/2004 10:01:13 PM
I have been trying to get a previously built .NET component to run on
a Windows 2000 Server box. It's previous home was on an XP box using
..NET framework version 1.0.3328. On that machine, it ran with no
problem, but on the 2000 Server box, with version 1.1.4322, it fails
to load and gives an a... more >>
Simple Frame navigation
Posted by Timothy Elvidge at 1/30/2004 10:01:10 PM
In a two frameset split horizontally. How do I have a button in one frame (the menu frame) request the (details) frame to display itself with parameters. I.e in the top frame various options are selected and a button is then clicked. I then want the details frame to display the results using the par... more >>
cache
Posted by Aaron at 1/30/2004 8:40:55 PM
I made a web application using c#, i'm trying to port it to a windows
application. but some of the functions didn't work.
What is the equavelent of cache in a windows application? and how do i
use it?
Thanks
a
... more >>
How do I make my classes show float-over info like PointF "{X=1.0 Y=2.0}"
Posted by Devin Dow at 1/30/2004 7:31:46 PM
Framework Classes, like Point, PointF, Rectangle, etc., show nice info when
you float over them or do a watch. For example, floating over a PointF
shows "{X=1.0 Y=2.0}" But my classes only show the Type, for example
"MyNamespace.MyType". It's a shame that it's not as easy as just
implementing... more >>
Using Windows Integrated Security in a Windows Forms application
Posted by Greg Busby at 1/30/2004 4:41:09 PM
I have a client who wants to use Windows Integrated Security for authentication and authorization to use this application. They also want this application to run as soon as Windows comes up. So, I think I need to put this application in the Start-up group and have the application handle A&A using ... more >>
how to create a model(Dialog) web page
Posted by remedy at 1/30/2004 3:51:08 PM
how to create a model(Dialog) web page... more >>
from .NET 1.0 to .NET 1.1
Posted by rocio at 1/30/2004 2:35:35 PM
I need some comments/help on this.
Some months ago, all I had installed in my computer was .NEt 1.0 and the =
Framework 1.0 .
I developed an ASP application then, it run fine, got installed in =
another server, while I deleted all the programs from my computer after =
they were saved in Sourc... more >>
Usage of Connection Pooling: What are the best practices?
Posted by Mithun Verma at 1/30/2004 2:33:52 PM
Hello All,
I am working on a windows application which will talk to the database
through the Web services.
So i need to enhaance the performance, for which i m using connection
pooling.
I want to use pooling at the Web services end and not the default SQL server
pooling.
... more >>
Error message
Posted by Jacob at 1/30/2004 1:17:12 PM
Anybody knows what is this error about?
Config parser error
C:\WINNT\system32\URTTemp\config\mashine.config
0x80070003
Get this error during WIN 2000 Server startup. All
programs under VisialStudio.NET DON'T EVEN START and
FREEZE SYSTEM.!
Thanks
... more >>
Embeding a module into and executable
Posted by Mike Smith at 1/30/2004 12:37:56 PM
I have an application which is similar in function to Setup.exe. The user
downloads it, uses it once in most cases and throws it away. I am trying to
coax .NET into making it one file and it is fighting me all the way.
If I do a full build from my source files I get what I want, one exe file.... more >>
ActiveX in .Net?
Posted by gregory_may at 1/30/2004 12:06:59 PM
http://www.codeproject.com/cs/miscctrl/exposingdotnetcontrols.asp
This article indicates a way to create an ActiveX control using .Net. It
also says this no longer works after Beta 2.
Anyone know if there is an alternate way to create ActiveX controls in .Net
that works on the latest fraim... more >>
Keep loosing Project references from a solution....
Posted by Darren Clark at 1/30/2004 12:01:34 PM
I have 3 projects in the one solution..
every now and again i cant use any of the types from another project?
eg i have a solution with 3 projects in and the one namespace.... JR
web
dataacess
core
now in core i need to ref a type that is in dataacess
so i would want to add the followin... more >>
newbie crystal reports .net
Posted by Randy at 1/30/2004 10:51:07 AM
Hi All,
I've got a c# windows app with a crystal report .rpt file, its tied to the 'report source' of the crystal report viewer on a form.
When the form opens I get a prompt box to enter server/db/login. How do I tie the server db info into the code.
Also, when I create the crystal report, I sel... more >>
PreCaching Dot Net Framework Load
Posted by Jason Garland (Secure Access Pty Ltd) at 1/30/2004 10:38:50 AM
Is there a way to preload the MS compondents of the Dot Net Framework V1.1
Before user login ?
We have a few programs that are created under VB Dot Net that run at user
login. On the older machines it takes quite a while for the Framework to
load (all code native Dot Net, no 3rd Party) with ... more >>
Microsoft application block.
Posted by Hadi at 1/30/2004 10:18:44 AM
Asked this question earlier with no answer. So can we used this in a
commercial application?
Thanks,
Hadi
... more >>
.Net Architecture
Posted by kuya789 NO[at]SPAM yahoo.com at 1/30/2004 10:02:35 AM
is it faster, performance-wise to use as fewer
libraries/namescape(?not sure wht they are called. ie using System.IO)
as possible?
i wrote a program that has about 3000 lines of code, and there's only
one function that needs to do some xml-like string manipulation. It'd
be easiest to use one ... more >>
Runtime error '429': ActiveX component can't create object. HELP!!
Posted by brazilnut at 1/30/2004 9:51:08 AM
Hi. Let me explain the setup. I am using Visual Studio .NET to develop a sort of add-in (COM class) for Excel called SQLAddin. It basically queries a SQL server and pulls in data. Now within my Visual Studio Project, the SQLAddin references a compiled COM object built with Visual Studio 6.0 called S... more >>
Product Comparison Between BEA and Microsoft
Posted by Bob Morvay at 1/30/2004 9:07:28 AM
I am looking for advice on a where I can learn about the Microsoft product
suite for an Internet enabled platform to deliver business website solutions
using Portals. I have evaluated BEA's suite (BEA WebLogic Platform 8.1
which encompasses BEA Weblogic Workshop, BEA Weblogic Portal and BEA
Web... more >>
Can SqlDataReader be used against stored procedures that return multiple resultsets?
Posted by Top Gun at 1/30/2004 9:06:51 AM
In order to avoid multiple trips to the database, I would like to fill
several tables in a DataSet with a single call to a stored procedure that
will return resultsets for the appropriate tables.
Can the SqlDataReader be used for this?
... more >>
whidbey pdc release
Posted by Rick at 1/30/2004 8:38:00 AM
Can someone tell me what the volume label is for the PDC whidbey preview dvd
that was handed out at the last pdc?
TIA
... more >>
Calling AL.EXE in code
Posted by dnlwhite NO[at]SPAM dtgnet.com at 1/30/2004 8:02:47 AM
Hello,
I would like to call AL.EXE in a com+ component but am having
trouble figuring out how to do this. Can anyone help?... more >>
vb.net genreal question
Posted by raj NO[at]SPAM hiremath.com at 1/30/2004 6:37:54 AM
Dear All,
Can I run a vb.net program on any Wintel machine or do I have to have
..net framework componants installed on the machine?
Thanks.... more >>
J# compatibility with Sun Java
Posted by Kiran at 1/30/2004 6:26:06 AM
hi
can any one let me know which versions of JDK is supported by Visual J#
regards
kiran.... more >>
keep my application on the top
Posted by Mario Reiley at 1/30/2004 5:30:19 AM
Hi, Group
I am C# and VB.6 programmer but in this moments I have the followin
question:
How Can I keep my application on the top of all applications on my Windows
desktop.
Please let me know
Best regard
MArio
... more >>
AxWebBrowser control : how to POST data?
Posted by faridt NO[at]SPAM coned.com at 1/30/2004 5:26:18 AM
hi,
i am using AxWebBrowser control in my C# dot.net windows application.
i want to display a web page in the browser that needs some data sent
to it through HTML Form 'POST' method. I saw a method 'Navigate' of
AxWebBrowser control that has a parameter 'ref object postData' but
didn't find any... more >>
When is the Jitting performed?
Posted by codymanix at 1/30/2004 1:40:57 AM
When the app started the first time, or every time I run the app? If yes, is
all the code Jitted by once or are only relevant parts of the code jitted?
If the first applies, is the resulting native code stored somewhere?
I heard different people saying very different things so I'm not sure what... more >>
Newbee: questions on array
Posted by Varun at 1/30/2004 12:11:05 AM
Hi all,
can anyone tell me how i can find out if an array is empty?
i want to code an if statment that loops through an array only if it is not empty.
I have been trying
if not (CarArray1 is nothing) then
but this doesnt work. I was told to use the count, but it doesnt like my coding
... more >>
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 >>
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 >>
|