all groups > dotnet general > march 2004 > threads for tuesday march 2
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
Dialog is lossing focus all the time!!
Posted by Sims at 3/2/2004 10:43:09 PM
Hi,
I have a dialog box that ask the user to confirm a window operation.
The user must confirm within a certain amount of time otherwise the
operation is automatically cancelled.
It all works fine, the dialog is set as topmost and the 'cancel operation'
button is set as default.
But if s... more >>
How do I validate user credentials
Posted by Paul Steele at 3/2/2004 6:33:53 PM
I'm writing a C# program that needs to validate an Active Directory
username/password? The program will be running on a workstation that is not
part of the domain. It doesn't have to do anything else other than determine
if the credentials are valid. Any pointers would be appreciated.
... more >>
How can other apps talk to my .Net app?
Posted by Terry H at 3/2/2004 4:22:22 PM
My clients want me to provide some kind of hooks or entry points into my
vb.net winform app, so that they can call it from their apps, passing in
some parameters to launch some particular function.
At first I was thinking along the lines of optional command line
parameters - any other app coul... more >>
enumeration and how to populate them during runtime
Posted by Sampson at 3/2/2004 3:41:46 PM
I have a question about enumeration and how to populate them during
runtime.
I am using vb.net but will happily take any advice in c# as well.
Here is an example to help illustrate what I am after.
Create a class named “clsMyItems” and in that class place an enum.
Public Enum Items
... more >>
Programmatic Account Impersonation
Posted by d0ntaskme NO[at]SPAM hotmail.com at 3/2/2004 3:26:39 PM
Does anyone know if it is possible to write an application so that if
a user enters their NT username and password the application's
security context can be changed to run under their account.
In the same way that you can set up COM+ or Task Scheduler to run
under a different account by enteri... more >>
Get Server Domain
Posted by R Chown at 3/2/2004 2:56:12 PM
Using vbscript I can get the domain of a server by binging to the WinNT provider and then getting the ADsPath
Set comp = GetObject("WinNT://MyComputer"
sComputerAndDomain = comp.ADsPat
How do I do the same using c# and the .net framework
Thank
Richard Chown... more >>
File based process synchronization
Posted by Ulrich Sprick at 3/2/2004 11:24:25 AM
Hi all,
I have a problem that should be quite common, but I'm not (yet) familiar with process synchronization in .NET:
There are several applications that write to a single file on disk. The apps open a FileStream with FileShare.None to prevent others
from reading garbage.
Now if a second pr... more >>
Barcode fonts
Posted by rt at 3/2/2004 11:05:42 AM
I hope this is the right news group to ask but if not I'm sure someone will
correct me.
I have a .NET application that uses 3 different 3 of 9 TrueType fonts. If I
have a newly installed OS (2000 or XP) and print the document containing a
barcode, the barcode is printed with the wrong font. We... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Convert string to DateTime and compare with another????
Posted by gicio NO[at]SPAM gmx.de at 3/2/2004 10:40:12 AM
I have two text boxes;
startTimeTextBox.Text = "08:00";
endTimeTextBox.Text = "15:00";
and now I will check if startTimeTextBox.Text starts
really before endTimeTextBox.Text
something like this:
bool timeIsOk = (startTimeTextBox.Text < endTimeTextBox.Text);
but how to do it real... more >>
Can the .NET version of Crystal Reports parse a string?
Posted by BStorm at 3/2/2004 10:08:54 AM
I have a transaction log file where the DataSet table's Description column
is actually delimited into "subcolumns" based upon the transaction id. I
would like to parse these into separate fields for reporting purposes and am
wondering if anyone knows if this is easily accomplished using the .NET
... more >>
Exception Login failed for user '(null)'
Posted by mo at 3/2/2004 10:01:41 AM
The code I've pasted below is taken directly from Microsoft's site at
http://support.microsoft.com/default.aspx?scid=kb;EN-US;308157
As far as I can tell the error is raised on this line:
conn = New SqlConnection("server=MyServer;Integrated
Security=SSPI;database=pubs")
If I use the code ... more >>
Crystal Reports
Posted by Randy at 3/2/2004 9:07:46 AM
Hello,
Sorry if this is not the correct group to post this in. I couldn't find an
actual Crystal Reports group except for the VB one.
I'm currently using .NET 2003.
I have a aspx NET web solution created with the previous version of .NET. On
one page of the app I've got a report page (UserRepor... more >>
Visual Basic .Net & Studio .Net Install
Posted by Craig Skrabacz at 3/2/2004 8:43:54 AM
I originally had VB.Net standard installed on my
computer. I have subsequently installed Visual
Studio .Net 2002 on my computer. I have not uninstalled
VB.Net.
When I look in my Add/Remove programs - there are two
entries - one for VB.Net and the other for Visual
Studio .Net. Both en... more >>
c# - Encoding in 8 bits!!
Posted by dunkymole NO[at]SPAM hotmail.com at 3/2/2004 6:34:37 AM
Hi all,
I have seen a similar post to this in the past but no resolution. I
will explain fully my problem:
I am writing a text editor that will be used in several regions around
the world but my testing will be done in Turkey (I am in GB). The
output of this editor will be used in a DOS env... more >>
Simple .Net form?
Posted by raykos at 3/2/2004 6:01:12 AM
Hello all
I'm trying to venture into the world of .NET and I think the lanquage I'd like to use is Managed C++
I've tried going through the tutorials/examples, but just haven't found what I'm looking for. What I'd like to do
is have a simple Manged C++ form with a listbox and a cancel butto... more >>
Authentication, different Domain
Posted by Rupert Giglberger at 3/2/2004 5:16:06 AM
Hy
I'm developing a c# (windows.forms) application
From that app, i need to access to a computer connected within another domain. Using the explorer i can access this computer, after authenticating as a user of the other domain
How can I authenticate using my c# -app? I've tried importing "Logo... more >>
DataGrid
Posted by Varun at 3/2/2004 3:46:06 AM
How can i have a datagrid within a datagrid?(for master details tables
Some examples or urls if an
Thank you... more >>
CVS SCC plugin for Microsoft Visual Studio
Posted by Prasad at 3/2/2004 2:56:06 AM
Hello EveryBody,
I am using cvs as my version control tool, I came accross CVS SCC plugin for Microsoft Visual Studio name "Jalindi Igloo" I plan to develop a tool like this, but have no idea to start with. After surfing on the web sites i found Microsoft SCC API is used to develop such tools, an... more >>
Visual Basic .Net Installation
Posted by Dylan at 3/2/2004 2:51:08 AM
I have Visual C++ 6.0 already installed on my system. Will installing VB .NET break my VC installation? Are there any conflicts that I should be aware of
thanks in advance... more >>
Word Outline To Visio
Posted by Mark Jerde at 3/2/2004 1:44:20 AM
Sorry about the cross post. I'm not finding anything in google or google
groups.
I have a client who likes Visio-style drawings, similar to hierarchical org
charts. But we're early in the project and it's a long process to edit the
charts.
Is there some piece of software that will take a ... more >>
ASP.NET
Posted by V.Boomessh at 3/2/2004 1:01:08 AM
Hai can any one help me on the following problem
I want to create an web application
Once i open VS.NET to create a new web project, the project is created under C:\inetpub\wwwroot\<project name>
But if i want to create at D:\ASPDOTNET, how should i go about it
thanks
V.Boomessh... more >>
|