| Thread | Last Post | Replies |
|
| default for MailMessage from property | 07 Jun 2005 13:04 GMT | 1 |
Is there a way of getting the default email address for the logged in user? I am creating a MailMessage and need a valid from address in order to send an email in my app with SmtpMail.Send.
|
| Select Query from SQL to VB.NET - using SUM | 07 Jun 2005 10:25 GMT | 2 |
Hi people, I have a question that nobody as of yet has been able to answer for me. I have an SQL query which is: SELECT sum(TimeSpent) AS TimeSpentDWR
|
| Several Crystal Reports Doubts | 07 Jun 2005 10:02 GMT | 2 |
Hi there to all. I am a .NET Crystal newbie and I hope that you don’t pick me up much :) with the following questions: 1) It’s possible to access the report model to alter the rendered data. I’m
|
| crystal "load report failed" | 07 Jun 2005 09:50 GMT | 1 |
I can't seem to get past this problem, though I've tried multiple examples off the web. I've registered integrated Crystal (VS.NET 2003 Pro). I've made sure the assemblies are all there. I've tried design-time ReportSource assignment and runtime. Why can't I get past this? Below ...
|
| Access documents in SAP DMS using .NET Connector | 07 Jun 2005 07:54 GMT | 3 |
I am trying to create a C# service which connects to the SAP DMS system using SAP .NET Connector. The service shall get a list of all documents in a DMS system, and extract all documents to local disk. The DMS system uses SAP Content Server as storage.
|
| Should I use VS 2003 or 2005 for IDE? I have both. | 07 Jun 2005 07:26 GMT | 1 |
Have questions I am getting back into developing and need some opinions. Should I use VS 2003 or 2005 for IDE? I have both. I understand I can install both on same machine. True or False
|
| Java programmer lured back by .Net (Questions) | 07 Jun 2005 06:21 GMT | 8 |
I am a previous Micro$oft desertee (moved from VB/VC++ to Java before this whole DOTNET thing) because I had several issues with Micro$oft. I am not completely in love with Windoze, but I have to say that Java SWING sucks BIG TIME for developing and deploying desktop applications ...
|
| system calls | 07 Jun 2005 02:57 GMT | 1 |
How would I make a system call using C#? e.g. how would I execute a "dir" or "attrib" command from within C#? I can't seem to find this reference in the System namespace. Thanks.
|
| property grid control | 07 Jun 2005 01:00 GMT | 2 |
I have windows form project that I want to use the property grid control for settings. What I am having problems figuring out is there a way that I can have an array of strings like an array of com ports names, how can I display that array in the propertygrid as a string?
|
| any idea why I cannot instal VS NET 2003 on win dows server 2003 | 06 Jun 2005 21:53 GMT | 1 |
any idea why I cannot instal VS NET 2003 on win dows server 2003 the first of 3 installation disks givesd me a message saying I am missing componenets
 Signature Adam S
|
| Datagrid and dataset 'haschanges' problem | 06 Jun 2005 20:14 GMT | 4 |
I create a dataset, load xmlfile, create dataview (ds.defaultview) and bind it to a datagrid (dataset haschanges property is now 'true'). When a user closes the form I want to check via ds.haschanges if there are pending changes in the dataset. Now returns 'true' always.
|
| C++/Cli Intellisense in Beta2 | 06 Jun 2005 19:18 GMT | 1 |
Is it just me or is it still a bug in the IDE environment? The C++ intellisense works for 3 mins and stops working, then works again - it just keeps switching on and off. Sometimes you can't even get it to work at all...Which pisses me off completely. I do realize that the ...
|
| some basic dotnet questions | 06 Jun 2005 19:16 GMT | 3 |
If I program in vb.net will my program be accessible via a browser, or do I need to use the webbrowser active x control like in vb 6. would the program reside on a webserver like IIS or apache? let me reword this. what are the essential things I need to make a program
|
| Updating CSV files with Connection object | 06 Jun 2005 19:15 GMT | 1 |
I have a scenario wherein I need to update a record in a CSV file. However, it seems that with the connection string I am using, strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Webroot\DB;Extended Properties='text;HDR=Yes;FMT=Delimited'"
|
| Prequalifying table names with the user name in reusable components | 06 Jun 2005 19:02 GMT | 2 |
I have a data driven application which has some generalized components. So, for reuse, I am building the components so they can be reused in other projects ... it takes almost no extra effort, just a bit of planning. Following the security convention of only giving the user as ...
|