| Thread | Last Post | Replies |
|
| Passing Null value to SQL | 28 Oct 2004 13:19 GMT | 5 |
I'm not sure if this question should go in the SQL forum or this one... I'm using VB.NET and SQL Server. I'm using stored procedures to update and create new records in my database. On the form I'm working on, I have 2 date fields.
|
| Problem beim Erstellen von Kommentarwebseiten | 28 Oct 2004 13:04 GMT | 1 |
ich bin noch in der Experimentierphase mit Visual Studio, habe gerade ein Test-"Projekt" WinFormHello (Form mit Button drauf, der eine Messagebox ausgibt) und m?chte nun aus meinen zwei Kommentarzeilen eine Dokumentation erstellen.
|
| ASPNET built-in account not found in domain controller | 28 Oct 2004 12:12 GMT | 2 |
i have a test machine running windows2000 server. it is a domain controller with visual studio 2003 installed. i cannot locate the ASPNET built-in account in the active directory user and computer?? how is that so? my xp professional desktop can find the ASPNET built-in account in ...
|
| Messagebox does not show any text | 28 Oct 2004 11:44 GMT | 2 |
I just started my first .net project with visual studio and c# and have got a problem which seems quite strange to me: Alle messageboxes in my program don't show any content i. e. neither the message itself nor the caption of the ok-button is visible. I also tried a little ...
|
| binding to objects | 28 Oct 2004 11:05 GMT | 1 |
i am relatively new to dotnet and am working on a project that requires me to bind to objects instead of datasets. The reason for this is that we are using an OR mapper to generate these custom data objects. I know that web controls can bind to any type of object as long as it
|
| How to change the language from Arabic to English and Vice-versa | 28 Oct 2004 10:59 GMT | 1 |
Hi I'm using .Net(C#) and working on the form(Screen) which have text boxes for both arabic and english data to store. So i want to change the language at run time from arabic to english and vice-versa, when the control moves
|
| Suppress GPF message box when child process crashes | 28 Oct 2004 08:48 GMT | 3 |
I have a C# Windows service which frequently starts an external process, let's say TOOL.EXE. TOOL.EXE is an unmanaged third-party 32 bits command line application. However, TOOL.EXE is a bit unstable, so sometimes it crashes with a General
|
| Uploads files/images | 28 Oct 2004 08:45 GMT | 2 |
I have create a windows application in c# with use of an webservice. I have a problem with upload files/images to the server with use of a windows application.
|
| unpack gzipped tar archive | 28 Oct 2004 08:21 GMT | 4 |
I get a gzipped tar archive e-mailed to me every day. Thanks to help from this newsgroup I have a daily c# program that scans my outlook mail, finds the archive and saves it to a file. Now I'd like to unpack it, à là (cd targetdir; gunzip file|tar xvf -)
|
| Crystal Reports exception | 28 Oct 2004 06:08 GMT | 2 |
I am receiving the following exception randomly when printing crystal reports via a print server application. The server will successfully print a random number of an identical reports (report.rpt) and then for some reason, the following exception is logged.
|
| Accepting input parameters. | 28 Oct 2004 05:18 GMT | 1 |
After my program is associated with a file type, and the user double-clicks that type of file, my program is launched. How do I access the input parameters (command line) Windows® sends to my application so that my application can open the file the user double-cicked?
|
| Dot Net on non-windows OS | 28 Oct 2004 05:15 GMT | 10 |
I seems to me that in order for microsoft to survive past the windows os, that they need to support DOT.NET on other platforms. Wasn't this the rationel for DOT.NET in the first place, To break the dependancy on the window os. I think they should take a direct role in bring dot ...
|
| HOw to populate the combo box? | 28 Oct 2004 05:07 GMT | 1 |
I have a combo box that I want to populate from a SELECT query How to do this?
|
| POP3 Component? | 28 Oct 2004 03:06 GMT | 2 |
Could someone please recommend a good POP3 component that you've used successfully in your .NET projects? My only requirement is that the component be able to handle attachments and save them to a specified folder. Thanks,
|
| The underlying connection was closed: An unexpected error occurred | 28 Oct 2004 02:57 GMT | 1 |
Receiving error "The underlying connection was closed: An unexpected error occurred on a receive." when requesting a webpage from VB.NET. Here is the simple code: Dim strStartPage As String 'URL of the requested page
|