all groups > dotnet general > july 2004 > threads for monday july 12
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
MSDN Mag suggesting EULA violation ?
Posted by hb at 7/12/2004 11:58:53 PM
Is this article wrong ??
http://hugobatista.dotnetx.org/archive/2004/07/12/170.aspx
... more >>
Windows User Groups
Posted by Jessard at 7/12/2004 10:12:01 PM
Hi all,
I am working on a program in VB.NET and i want to be able to view the groups that the currently logged on user is assigned to. I know so far that the System.Windows.Forms.SystemInformation class gives me the currently logged on user. Any directions/help would be a appreciated. (If it m... more >>
VB.net Standard Edition Controls
Posted by Roger at 7/12/2004 9:12:01 PM
I am looking at buying VB.net standard edition (109 US$), does anyone have any information of the controls that are included, would it have 'at least' the same control as VB5 Enterprise edition.
Thanks,... more >>
Converting XML data to other formats.
Posted by Rishit at 7/12/2004 7:08:35 PM
Hello All,
I have to convert XML data (that may be received through a dataset) to other formats such as CSV, Excel etc. Are there any libraries or sample code that would help me do this task.
I have also to decide on the approach for doing this. The Destination Format needs to be configurable so t... more >>
Connecting to a database that is on a different domain
Posted by Jessard at 7/12/2004 5:37:01 PM
Hi everyone,
I was wondering if it is possilbe to connect to a database that is on a different domain by modifying a connection string?
Jesse... more >>
System.ExecutionEngineException
Posted by John O'Neill at 7/12/2004 2:42:14 PM
Hi
I have been having a strange problem with a c# application I have been
developing. My application detects when a Pocket PC device has been
connected (via ActiveSyc) and queries the registry on the device to find out
the Device ID and whether or not any of our Pocket PC applications have bee... more >>
Does ASP 1.1 support Web Parts or do I need SharePoint?
Posted by Jack at 7/12/2004 1:41:28 PM
Can Web Parts be easily deployed in ASP 1.1 forms or would it be better to
use SharePoint (or wait for ASP 2.0)?
... more >>
HTTP Referrer questions
Posted by springb2k NO[at]SPAM yahoo.com at 7/12/2004 1:38:46 PM
A week or so ago, I needed to find the HTTP_REFERER environment
variable to check and see if a user is coming from a certain website:
If Request.ServerVariables("HTTP_REFERER")_
= "http://localhost/mydir/page1.aspx" then
response.write "Click on a menu choice"
else
response.write "che... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
DirectoryInfo exists and shared 2000 server directories
Posted by chrisbazile NO[at]SPAM hotmail.com at 7/12/2004 1:13:23 PM
I try to read a shared directory. This shared directory is on a 2000
server.
When I use DirectoryInfo.Exists, I always have "This directory does
not exist".
If the shared directory is on a Windows XP computer or on a Windows
2000, it works only if I add the same user on all computers.
Wh... more >>
Security Exception - Request Failed
Posted by Vishal Dattani at 7/12/2004 12:54:16 PM
hi everybody,
i am developing a project which is made up of three projects.
1) main project (presentation layer)
2) data access layer
3) business logic layer
the main project references these other project 2 and 3 shown above.
I have added these projects in a solution and this solution is ad... more >>
FileSystemWatcher in Service App on Windows 2000 Server
Posted by Rich Miller at 7/12/2004 10:52:31 AM
Previously posted on the VB newsgroup with no replies, so any ideas
appreciated. I have written a service application in VB (VS.Net 2003). On
start, the service creates an object that instantiates a
System.IO.FileSystemWatcher like so (the _watcher is
declared at the class level as Private and... more >>
Exposing .NET events to COM for use in VB6 projects
Posted by mspross NO[at]SPAM informant-tech.com at 7/12/2004 10:22:05 AM
Hello Everyone,
I have a class that I wrote in Visual Basic .NET (using version
1.0 of the Framework). It exposes one public event. I would like to be
able to declare an instance of the class in a Visual Basic 6.0 project
using the standard "WithEvents" syntax. In the .NET project, I set t... more >>
store binary data in SQL text column
Posted by PearCZ at 7/12/2004 9:54:33 AM
Hi,
I am trying to store binary data (e. g. image) in MS SQL Server 2000 column
which data type is [text]. I understand I could store binary data easily in
MS SQL [image] type but I have only [text] column available in the database
which I don't want to change.
I think the trouble is in .ne... more >>
whitespace character added to html email
Posted by nadia NO[at]SPAM easy-forex.com at 7/12/2004 7:02:21 AM
Hi,
I send an email from an asp.net application using the SmtpMail object.
I create and HTML string and send the email in HTML MailFormat.
I see the string in debug mode before the email is sent, and the
string is correct.
But when I receive the email and click on "view source" I see an extra... more >>
Problems with inheritance in vb.net
Posted by pnmm NO[at]SPAM portugalmail.pt at 7/12/2004 5:55:58 AM
Hi, all.
I'm having a problem which vb developers had for certain al least
once.
I have my base form, declared as musthinherit;
Public MustInherit Class frmsdvPrincipal
....
and my child form, declared as inherited;
Public Class frmsdvEtiquetas
Inherits SDV.UL.Principal.frm... more >>
Dummy column in datagrid
Posted by John Latten at 7/12/2004 5:48:02 AM
Hi there,
I have got a problem when adding extra (= dummy) columns to a datagrid.
I have a datagrid that is bound to a datatable. The datatable is filled with data from a SQL Server 2000 database. This data contains a column that is a foreign key to another table. In my datagrid I don't want t... more >>
reading in C++ a serialized object from .net
Posted by bidou NO[at]SPAM antisocial.com at 7/12/2004 5:15:36 AM
Hello World,
Using (unmanaged) C++ only, I'd like to be able to read a binary
stream coming from a .net object standard serialization. For example,
let's assume I have a .net client which serializes some "POD" objects
using the standard .net serialization mechanism, then writes them to a
netw... more >>
Windows applications versus web applications
Posted by Brad Simon at 7/12/2004 5:01:01 AM
My Client asked me to put together some reasons as to what determines if an application would be developed as a windows application or web application. I have started working on it, but I would like to make sure I don't miss anything. So, I will leave the question wide open, what are your consider... more >>
|