all groups > dotnet general > january 2004 > threads for saturday january 31
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 >>
|