all groups > dotnet general > november 2004 > threads for monday november 15
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
how to create Log-in form
Posted by Resti M. Guay at 11/15/2004 10:54:01 PM
i have my database in my local server named SPMS which contains table named
"tbl_users", the table has the ff fields; "username", "password",
"employee_name".
In my Log-In form i have ff textbox "pass", and "uname". I need a code that
runs and check if password for the user name is on the rec... more >>
Visual Studio Error
Posted by YAQ at 11/15/2004 9:58:01 PM
Hi,
I'm new to .Net, coming from J2EE.
I have just installed Visual Studio and am trying to start a new web
application, but am having trouble.
For example, when I complete the following steps:
1. New Project>Visual C# Project>ASP.Net Web Application
2. Location: http://localhost/Test... more >>
Visual Studio.NET - cannot debug - catastrophic failure
Posted by Matt Calhoon at 11/15/2004 9:34:01 PM
Hi there,
I have one Windows 2000 Professional computer in my domain that will not
allow a certain user to debug in Visual Studio.NET 2003. I have opened up
Local Security Policy and "Impersonate a client after authentication". The
MACHINENAME\aspnet user effective priveldges are greyed out... more >>
508 Compliancy Tools for ASP.NET
Posted by VBDotNETCoder at 11/15/2004 6:56:03 PM
Does any one know of any 508 Compliancy Tools for ASP.NET to help automate
the process before deployment.
... more >>
VS.Net 2003 Server Explorer
Posted by graham at 11/15/2004 4:55:29 PM
Hi guys,
Has anyone had a problem with creating new SQLServer2K databases/database
objects using the .NET Server Explorer. I've 'googled' and found a number of
people with a similar problem, but with no replies.
I've looked at my permissions and they appear to be fine - I'm logged into
my mac... more >>
Outlook and .Net
Posted by Greg Robinson at 11/15/2004 3:12:45 PM
Not sure where to post this.
At runtime, we need to be able to make sure a user is running Outlook (at
least 98 or higher) in order to send an email.
So, if a condition is met, we need to start up outlook (if it's not running)
and send an email from the logged on user's outlook account.
H... more >>
Pushpin on Toolbox causes Visual Studios to hang!!
Posted by John Tenney at 11/15/2004 2:28:43 PM
If I have a windows form (System.Windows.Forms.Form) open and I push the pin
on the toolbox to keep the docked window open, Visual Studios 2003 pegs the
processor and basically hangs my computer. I have to kill the program,
reboot the PC.
Anyone else run into this or something similar? I'm ... more >>
How do I get values of variables posted by a form
Posted by manika at 11/15/2004 1:43:04 PM
How do I get a list of the values of variables posted by a form. The PHP
equivalent to that probably is http_post_vars.Please help!!... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Rotate Button
Posted by Markus at 11/15/2004 11:42:33 AM
Is there anyway that I can rotate a command button in VB.Net. I need to get
the button to match up with an image underneath it & the image for the
particular button is at an angle.
... more >>
Remoting for shared access
Posted by John Bailo at 11/15/2004 10:50:05 AM
This is a multi-part message in MIME format.
--------------030605060000090806010606
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
As far as I can tell, there is no way in a Web service, per se, to have
a truly shared object or resource such as a... more >>
Combo Box - Number of Columns
Posted by Pat (Disciple of Aloof-ism) at 11/15/2004 10:04:04 AM
Does VB.net support the use of more than one column in a Combobox? I am a
former user of MS Access. Access supports more than one column for
information in a Combobox. This is helpful in enabling the user select the
correct choice if there appear to be duplicate choices.
Is this multiple... more >>
What's up with C#?
Posted by tuuky at 11/15/2004 9:04:06 AM
I'm a VB.net programmer currently battling to build new apps in C#, and MAN!
It's been a bit frustrating, to say the least.
I've done quite a bit of progamming with Java and C back in the day, so I
can deal with the case sensitiviness and semicolens, but I'm finding certain
aspects of the l... more >>
Application error on Server 2003 standard
Posted by Gipson at 11/15/2004 9:04:03 AM
I build an application in C# that does both serial and TCP/IP communications.
The application also uses some dlls build in VB.NET which are loaded using
late binding. I use the 'Trasport' package from ComponentScience.net for my
serial communications. The app runs in Server 2003 standard editi... more >>
Netsscape fails to run the Body onload, why???
Posted by bthomas71chevy NO[at]SPAM yahoo.com at 11/15/2004 8:47:59 AM
In IE, this runs fine, but in Netscape, it doesn't error, but just
doesn't run. WHY?!?!
(in the Page Code Behind)
BODY1.Attributes.Add("onLoad", "DisplayData();")
(in the HTML of the Page)
function DisplayData(){
PanelDescription.style.display = 'none';
PanelBuildingName.style.displ... more >>
Validation of Checkbox and Dropdownlist
Posted by Stephen at 11/15/2004 8:44:03 AM
I am trying to use the following script to see determine whether a
dropdownlist has a value in it or to see whether a checkbox has been checked.
I don't want the user to be able to do both. In other words I don't want a
user to check a checkbox and choose an item from a drop-down list box. I... more >>
Registry value
Posted by Ravi at 11/15/2004 8:39:02 AM
Hi,
Could any one please tell me if there's any way to set the value of a
particular registry key equal to that of another registry key that's already
present in the registry.
Thank you.
Ravi.
... more >>
Need to create and zip a few dozen large word docs
Posted by pinballnewbie NO[at]SPAM yahoo.com at 11/15/2004 8:17:37 AM
Ok here's my situation. I just need to pull a handful of word docs
from a binary field in a SQL database, and then zip them all in the
same zip file using vb.net. Seems like an easy task but I haven't
found the right application and/or sample code.
I've done some research through these group... more >>
ASP Datagrid rows appear twice
Posted by MrMike at 11/15/2004 7:50:07 AM
I'll try to initially ask this question without posting too much detail. I
have an asp.net datagrid that lists each row twice. What could cause this?
If you require additional information, please let me know and I'll be glad to
post it.
Thanks.... more >>
how to start an .exe
Posted by EnerPeter at 11/15/2004 6:14:03 AM
Hi all,
i´d like to know how to start an .exe from C#. The .exe is an 'old
fashioned' C++ application.
Thank you all
Peter
... more >>
Movement of a picture box
Posted by Dr. S. at 11/15/2004 5:33:02 AM
I have code written to move a little box back and forth. I am trying to
change the code to make the box move faster in the mid-screen area and slower
towards the edges. I would be happy to email my current code to a responde'
for assistance.
Thanks,
Dr. S.... more >>
Command Prompt control
Posted by Stephen Woolhead at 11/15/2004 2:10:11 AM
Anyone know where I can get a command prompt control? Something like the
command window in visual studion that I can add my own commands?
Thanks
Stephen.
... more >>
System.Diagnostics.Process.Start
Posted by toby at 11/15/2004 1:53:07 AM
Can any one help? I'm trying to use System.Diagnostics.Process.Start to open
legacy MS access aplications (ade and mdb files) and vb 6 .exe's using
asp.net. There is something confusing going on?!?
The files are all in the same network location, when I try and start the
MSaccess files I get a... more >>
Maximum number of services under Windows 2000
Posted by Stephen at 11/15/2004 1:10:02 AM
Can anyone tell me the maximum number of services you can (or are allowed to)
create under the Windows 2000 operatingsystem?
Is this the same for all versions, e.g. AS, EE and DC?
Thanks,
Stephen... more >>
|