all groups > dotnet windows forms > june 2004 > threads for tuesday june 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
Express Version Kills Current Version
Posted by Lloyd Sheen at 6/29/2004 8:01:57 PM
Never mind what they tell you. Just installed 2.0 beta and no more 1.1.
Tried to run simple ASP app and doesn't work anymore. Ran aspnet_regiss -i
but to no avail. So anyone who tells you they run side by side needs to be
put in the stocks with the spammers.
No I can only hope that a syste... more >>
How to cancel ComboBox choice..
Posted by Pawel Janik at 6/29/2004 4:25:26 PM
Hello.
I'm currently writting a few dialogs, and stopped on canceling user choice.
Lets say, that i have ComboBox (working as a DropDownList). How to cancel
user selection, when his choice is invalid?
I'll try to use Validating event, and set Cancel property of CancelEventArgs
event argum... more >>
Dynamically create winforms
Posted by Walter Van Hecke at 6/29/2004 4:21:48 PM
Hi,
I've been looking for a good article or sample code to dynamically create
winforms,
I have to make a program that allows the user to add different products each
product has different
properties and values the only thing they in common is that they have a
price and a name.
Is it possib... more >>
Automatic build process + automatic NuNit (2 in 1 solution)
Posted by gicio NO[at]SPAM gmx.de at 6/29/2004 3:56:19 PM
Hi!
Can someone tell me can I use MsBuild with NuNit today?
Or is MsBuild only available for MSDN subscriptions ?
Or what do you for an automatic build process + automatic NuNit testing.
I looking for a 2 in 1 solution (build + NuNit)
gicio
... more >>
panel scroll
Posted by e-mid at 6/29/2004 3:35:34 PM
while i keep the scroll bar with mouse, and move it up or down, panel does
not scroll meanwhile.
is there property of panel for this?
... more >>
Modal & modeless forms
Posted by Yoav Ben-Yosef at 6/29/2004 3:02:27 PM
Hello,
Is it possible to open a modeless from from a modal dialog?
TIA
... more >>
What does MVP means?
Posted by Altramagnus at 6/29/2004 1:35:56 PM
Hi I'm new to microsoft newsgroups.
I see many post with the sender MVP
what does MVP mean?
... more >>
application setup package with .net redist package within
Posted by Sérgio_Almeida at 6/29/2004 12:53:40 PM
greetings
i'm creating a setup project for my application. so far so good. VS.NET
creates the MSI for my application. but what I want is to also
distribute the dotnetfx.exe package to install automatically the .NET
Framework on destination machine, if this machine does not have .NET
Frame... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Controls Problem
Posted by Gigaworld at 6/29/2004 11:52:53 AM
I have this PROBLEM with controls collection:
The old VB 6.0 syntax was:
MyStr = me.controls("button1").text
VB .NET doesn't function in this way, because in .NET
I must know the index of the control! I need to use the
STRING NAME of the control to address the object, because
my target i... more >>
Audio control
Posted by VJ at 6/29/2004 11:50:38 AM
I am looking for a control or Library that I can use develop a control, that
will help me Record, Playback Audio .. just basic.. nothing fancy or
completed..
Thanks
Vijay
... more >>
Minimise form when the close [X] button is clicked
Posted by John O'Neill at 6/29/2004 10:41:07 AM
Hi
Instead of closing the form when the close button [X] is clicked, I want the
form to minimise. Does anyone know how to do this (using C#)?
Thanks for any help
John
... more >>
Upload Files to Web Server From Windows App
Posted by Matt Tapia at 6/29/2004 9:14:46 AM
I was wondering if it was possible in a windows app form to select a file
from my local desktop and post it to a web server using a web service or the
like. Any clues, or am I better off creating a web form for them to upload
the file?
Thanks!
... more >>
Strongly-typed CopyTo() implementation
Posted by pdavis68 NO[at]SPAM hotmail.com at 6/29/2004 8:05:40 AM
I have a collectiond derived from NameObjectCollectionBase. FxCop is
complaining that I need to implement a strongly typed CopyTo(MyObjectType,
int)
How do I do this? I can't seem to find any implementations of CopyTo() that
don't rely on Array.Copy or some other internal .NET method. Unfortun... more >>
WMI MSNdis_80211_ReceivedSignalStrength
Posted by Michael (Marine.ie) at 6/29/2004 6:14:02 AM
Hi,
I am trying to query a WiFi card to get signal strength. I am looking at WMI as a solution however I cannot access the MSNdis_80211_ReceivedSignalStrength namespace on windows 2000 professional (SP3) machine. I have downloaded the WMI tools and cannot see this namespace in the studion (unde... more >>
DataGrid on DataViewManager, no AllowNew?
Posted by waltborders NO[at]SPAM yahoo.com at 6/29/2004 5:54:13 AM
Hi,
I'm using a DataViewManager to sort the children of parent-child
nested tables in a DataSet. The DataViewManager and DataGrid work
very well doing every thing that is needed, except...
The DataGrid needs to:
AllowDelete = false;
AllowNew = false;
AllowEdit = false;
On the bas... more >>
email
Posted by RitaK at 6/29/2004 12:27:01 AM
I'm new to windos programming using vb.net. I would like to send a simple email message from my app for registration purposes. How can I do this without knowing what mail program the user has on their machine?
Any pointers would be appreciated.... more >>
|