all groups > dotnet faqs > march 2004 > threads for march 1 - 7, 2004
Filter by week: 1 2 3 4 5
Objects and code just disappearing!
Posted by bidalah NO[at]SPAM yahoo.com at 3/7/2004 8:38:19 PM
Hello all,
This is an extremely frustrating issue. I have a datagrid that is
populated with three different custom datagridtextboxcolumns that I
inherited they all work perfectly, while the code exist! The problem
is that every now and then, when I switch between the design view and
the cod... more >>
Basic Authentication and popup windows
Posted by nmethani NO[at]SPAM yahoo.com at 3/7/2004 8:35:47 PM
We are using Basic Authentication for our site. However, I could not
find any suitable Logout process except to close the window (the
solutions suggested on this site that point to old VB6 code which
requires creating an ActiveX object does not work correctly and I
don't want to create an Active... more >>
Urgent Pls help
Posted by omavlana NO[at]SPAM rediffmail.com at 3/7/2004 7:33:19 PM
Hi,
I am going to takeup a project on VB.NET. My client is asking to
develop on VB6 and he asked about my recommondation for .NET. I need
to provide a technical writeup on the advantages of .NET compared with
VB6. I need to include the features and advantages in using .NET
instead of VB6.
... more >>
Problem with Shaped Windows Forms
Posted by husoway NO[at]SPAM hotmail.com at 3/5/2004 11:57:10 PM
Hi, I have a problem driving me nuts!
Visual Studio has a doc that explains how to create a shaped window.
I followed the doc exactly yet the purple color that I choose as my
transparent color, which IS also on the bitmap I used as the
background of my form will not show as transparent. The purp... more >>
Icon editor in VS .Net
Posted by Paolo Nunberg at 3/5/2004 8:38:17 AM
Hi,
when I edit and save a new icon in the VS .Net development environment
strange things happen.
The icon shows up allright in the IDE itself and in the images and fax
viewer, but the default VS icon appears in both Resource Explorer and my own
applications.
Any suggestion?
Thanks!
... more >>
[Vb.net question] how to apply online update function into program (the effect just like Norton system work live update)
Posted by chan at 3/4/2004 10:43:03 PM
[Vb.net question] how to apply online update function into program (the
effect just like Norton system work live update)
The situation is below:
I want to develop a program that contains some product information (in the
database) for customer choosing.
My partner suggest that the prog... more >>
Filling a listbox with the values in a enumeration
Posted by Timothy Parez at 3/4/2004 12:16:51 AM
Hello,
I have an enumeration for example
enum Speed
{
slow,
fast,
faster
}
Is there a way to bind this to a listbox ?
so that the listbox displays the items
"slow"
"fast"
"faster"
and holds the correct values for this enumeration
Thnx... more >>
Could not access 'CDO.Message' object
Posted by Sabin at 3/3/2004 5:19:12 PM
Hi there,
I built a .NET windows service application, which uses
SystemWeb.Mail.SmtpMail class. On my development machine (XP OS) it runs
well.
When I install the application on other machine (Windows 2000 OS + .NET
Framework 1.1), it rises an exception: "Could not access 'CDO.Message'
objec... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
User Control + <asp:LinkButton> = JavaScript Error
Posted by Fresh_Air_Rider NO[at]SPAM Hotmail.com at 3/2/2004 2:34:53 PM
Can anyone please tell me why I get a javascript error (expected ';')
when I simply add an <asp:LinkButton> to a User Control and the
reference that user control in a webpage ?
The <asp:LinkButton> is within a form which is set to runat="server"
I am referencing my control as follows :-
<... more >>
Writing applet-like apps...
Posted by Terry Mulvany at 3/1/2004 8:06:27 PM
I am constantly struggling with the problem of what 'type' of application to
develop. WinForm or WebForm?
The customer says I need a central database for all sites but the sites are
geographically disperse limited to DSL Internet access (VPN solution not an
option due to huge support burden).
... more >>
Trying to find code for blocking ip's
Posted by (martien NO[at]SPAM liveplaygirls.com) at 3/1/2004 12:34:14 PM
Hello all,
i am trying to find some code or script for blocking ip's from entering my website.
is this possible ?
i am a newbie in asp.net so please keep the answers simple :)
Thanks
Martien
**********************************************************************
Sent via Fuzzy ... more >>
Problem With Winforms UserControl on VS.net design time
Posted by CV at 3/1/2004 10:40:03 AM
Hi,
I'm working on a Win form application which is being developed in VB.Net. I
have created few User Controls quite some time back and implemented them
successfully. Now the problem is, I'm not able to use UserControls using my
VS.NET IDE. When I tried to drag and place the user controls on W... more >>
|