| Thread | Last Post | Replies |
|
| Crystal Report with Visual Sutio.NEt 2003 | 27 Oct 2005 22:59 GMT | 2 |
I'am using Crystal Report with visual Studio .NEt 2003 When i make a report using a store procedure, I can not see all the fields of the store proc and i'm suppose to see those fields. I'm suppose to see a "+" sign at the left of the store procedure name in the Field Explorer ...
|
| NullReferenceException in Unknown Module | 27 Oct 2005 22:58 GMT | 5 |
Once in a while my application throws an NullReferenceException at startup, however it appears to be occurring in an unknown module. If I debug it and ask to 'break', then there is no source code available (I am running in Debug mode of course).
|
| How to load and sort Values from Hashtable into a DataColumn of a DataTable | 27 Oct 2005 22:52 GMT | 4 |
I have a datasource that is being passed in as a Hashtable. I want to load in all the Values (strings inside the Value, not the Keys) into a collumn inside a DataTable. The values need to be sorted alphabetically. What is the best way to do this? Any help is
|
| need an access bit of code translated to sql / C# dot net | 27 Oct 2005 21:47 GMT | 1 |
the following bit of code set to an onclick for a button in access works fine. Dim id As String id = DLookup("[name]", "beta", "[Value] = " & DMin "[VALUE]", "beta"))
|
| Architecture Question Business Layer | 27 Oct 2005 20:21 GMT | 2 |
I am new to .NET (coming from Java). We have to implement a desktop application which extracts data from a database, does some analysis, filtering etc. and displays the results. I have noticed that in .NET applications Windows widgets like the
|
| How do you develop an application to be used on Windows CE? | 27 Oct 2005 18:43 GMT | 1 |
I know there are projects for smart devices, but doesn't some Pocket PC's use Windows CE? So would I develope the App for Windows CE? Visual Studio 2003 doesn't allow me to compile a Windows CE project, is there something I need to do to get to compile and run before I put it on a ...
|
| Creating a shortcut. | 27 Oct 2005 17:06 GMT | 1 |
I've got a program that I want to add to the startup group. I assume the way to do it is create a shortcut in the C:\Documents and Settings\All Users\Start Menu\Programs\Startup directory but don't know how to do it. Anybody know how to create a shortcut programmatically?
|
| Sending Email From A Windows App | 27 Oct 2005 16:23 GMT | 2 |
I need to send an email automatically from my my VB.NET windows application. The application generates a series of files and I want those files to automatically be added as attachments to the email. The subject and message itself will be standard I assume I can send email through ...
|
| Error handle and just-in-time debugger | 27 Oct 2005 12:58 GMT | 2 |
In my Windows application I have: Application.ThreadException += new System.Threading.ThreadExceptionEventHandler(error.GlobalErrorHandler); All was working fine until today.
|
| XML Characters not moved correctly to Data Set | 27 Oct 2005 12:23 GMT | 7 |
I have a problem where the French translation for "side" gets converted incorrectly into a datatable from XML. Note: The total XML is at the bottom of the message to keep from distracting from
|
| Reflection | 27 Oct 2005 11:47 GMT | 3 |
I am trying to use reflection for getting all the classes from the dlls of a software written by my company. I am using this line: Assembly.LoadFile(s).GetTypes() Gettypes fails, I guess because when one dll refers to another one of mine,
|
| What are RptProj, rdl and rds files ? | 27 Oct 2005 11:46 GMT | 1 |
We have project files in .Net with the extensions as xxx.rptproj , xxx.rptproj.user, xxx.sln , yyy.rdl, yyy.rdl.data and zzz.rds files I would like to know what are these files and what type of project it is. I
|
| System.Security.Cryptography | 27 Oct 2005 06:39 GMT | 5 |
What i want to do is really simple... Encrypt all my querystrings, in the website. Do want to show something like this: UserID=833774
|
| "Problems during load" | 27 Oct 2005 06:31 GMT | 3 |
I am trying to generate Excel worksheets using .Net. The worksheets are actually HTML pages with Excel specific XML elements. Everything works fine until I added these following code in the template I'm generating:
|
| AS400 + VB.NET and Regional Setting | 27 Oct 2005 05:53 GMT | 6 |
We have and IBM AS400 and I belive the reional setting is Turkish. The IBM Client-Access for Windows that install in our PC (WIN XP SP2) set to Turkish characters. Now my PC has English (US) regional setting and I am not having any problem
|