473,799 Members | 3,740 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# / C Sharp Forum

2
1,266
thread by: Bruce A. Julseth | last post Nov 13 '05 by: Bruno Jouhier [MVP]
I posted a message sometime around the 5th and 7th of July. Somehow, I have LOST all messages between Jun 10th and July 7th. Is there somehow I can recover these. Or can someone check for my post and forward me any replies. I "Think" you can seach for Julseth. Thanks.... Bruce A. Julseth
1
10,486
thread by: Grantsss | last post Nov 13 '05 by: Jeff Woodie
Help! Ever since I have upgraded to .Net 2003, my config gets deleted when I run the following line ConfigurationSettings.AppSettings.Get("value")
5
3,768
thread by: Bill Henning | last post Nov 13 '05 by: Bill Henning
Does anyone know a good method of preventing keyboard and mouse events from interrupting processing? My situation is: 1) I need to track and handle all key and mouse events 2) I need to perform processing on certain key/mouse events 3) If key/mouse events interrupt processing, the events should not be discarded since they need to be...
0
2,632
thread by: Michael Wu | last post Nov 13 '05 by: Michael Wu
I have a string looked this "2003-07-08T13:04:00.0000000" How do I convert it into a System.DateTime object? Regards
1
2,326
thread by: JC | last post Nov 13 '05 by: Nicholas Paldino [.NET/C# MVP]
How does garbage collection work in C# and VB.NET for data returned from COM object? For example, a COM object written in C++ returns a SAFEARRAY to C# or VB.NET, will this SAFEARRAY (mapped to type in C# or VB.NET) be garbage collected? Similarily, if C# or VB.NET pass SAFEARRAY to the COM object via COM method invocation, will this...
0
1,657
thread by: Alvin Bruney | last post Nov 13 '05 by: Alvin Bruney
When i submit a form from the client side using document.all.RateManForm.submit(); in the code behind, changing text in a text box or trying to prompt the user with a response.write("<script>alert('something croaked.')</script>"); and/or or Label4.Text = "something died"; doesn't show up on the form. If i remove the submit() call, then...
0
1,442
thread by: Bill Belliveau | last post Nov 13 '05 by: Bill Belliveau
Hello all, I'm trying to determine if I can access and read information with a web application/service from a PDA attached to a remote client. From my searches it seems like the answer is yes, but with the obvious need for an ActiveX control on the client machine. Any idea on the feasibility of this? I found a number of products but...
5
2,432
thread by: | last post Nov 13 '05 by: Dave Loynd
I created, on my PC, a web application that connects to an Oracle DB; it basically has three buttons and several forms. Now I want to try it out on another PC that does not have .Net. I copied the whole dir from my PC to c:\inetpub\wwwroot of the other PC and tried to access it (http://localhost/WebApplication1/Assistance.aspx). I can't see...
3
5,256
thread by: Joseph | last post Nov 13 '05 by: Stan
Please any help will do!!!! I have several issues implementing serviced components with .NET framework. Please stop a few minutes to read the issues found on my application. This is an academic project emulating an online billing software for a health care facility. My application is divided into different projects which they map to the...
0
8,501
thread by: Alan White | last post Nov 13 '05 by: Alan White
Hello, I need to read the excel file using Odbc, but when I run my code, I got the following error: "Error: ERROR Data source name not found and no default driver specified" Could someone please tell me what is wrong with this?. Here is the code I use to read the file. I already include the Microsoft.Data.Odbc and add reference to...
1
2,164
thread by: Sean | last post Nov 13 '05 by: Jonathan Schafer
Hi all, In VB.NET you can use default parameters to stored procedures using the Nothing keyword, as described in: http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q321902 I used to use the default keyword in old ASP. How do I do this in C#?
0
1,329
thread by: Chris | last post Nov 13 '05 by: Chris
Hi, I have an exe that I've created with C# and a dll that was previously developed on VS C++ 6.0. I'm attempting to debug both applications concurrently. I have both the code for the exe and dll loaded up in individual instances of the VS .net ide and both the exe and dll reside in the same directory. I can't seem to find a way to step...
0
1,579
thread by: Tony | last post Nov 13 '05 by: Tony
Hello Everyone, I have been asking around about how to set the database path dynamically in my Windows Application and people keep asking me to update the .DataFiles and .ReportFileName during runtime in order to solve it... But i could never find those property neither in the Crystal Report instance nor the Crystal Report Viewer... Is...
0
986
thread by: Tom Hartnett | last post Nov 13 '05 by: Tom Hartnett
I'm looking for a good book on building distributed apps in C# (and .NET overall). Emphasis on when to use Web Services, Remoting, COM would be great. Does anyone have any suggestions? Thanks, Tom
0
1,126
thread by: Frank | last post Nov 13 '05 by: Frank
Hi all, I have a strong typed dataset. The client may do something like my_dataset.my_table.Columns.Add(column_name) I want to capture this event. So I try to derive a class from DataColumnCollection. But it fails to compile saying that "no overload for method 'DataColumnCollection 'takes '0' arguments. Then I found that...
5
2,806
thread by: Aryeh Katz | last post Nov 13 '05 by: Nicholas Paldino [.NET/C# MVP]
I'd like to set the permissions on a file (directory) so that a user (and only that user) is granted full control for that file. Using c++, I was able to use the BuildExplicitAccessWithName, and SetEntriesInAcl calls. Is there a native c# way to do this? Aryeh
0
1,858
thread by: Ricardo Trujillo | last post Nov 13 '05 by: Ricardo Trujillo
Good Morning, I need to write an e2k event sink that responds to the arrival of a message to a folder using outlook as client. How can I do this ?, which event do I have to use ? Any documentation will be higly appreciated. Thanks in advance, Ricardo Trujillo Intergrupo S.A
1
9,941
thread by: Derek | last post Nov 13 '05 by: Jay B. Harlow [MVP - Outlook]
Hi All, I am developing a Windows based application that consists of several different modules. These modules are effectively separate from each other yet share information in a common database. I would like to be able deliver specific modules depending on what the needs of the client are. Some clients may only need Module A and B, while...
1
1,665
thread by: Marnicola | last post Nov 13 '05 by: Thomas Scheidegger [MVP]
Does anybody have any idea how do it a virtual cable for application that communicate via serial interface ?? I have an existing application to program PLCs that use a serial interface (COM1 or you can choose). I want to develop a PLC simulation able to communicate with the application using another (COM3).
2
1,285
thread by: Ramsin | last post Nov 13 '05 by: Ramsin Savra
Hello Group, I'm a VC++ programmer who recently working on C#. I have a question about web programming using C#. Please let me know what I do need to do web programming using CSharp? What I need to know is from A-Z! Should I have IIS installed ? if so, what type of connection should I have ? Or please drop me a link.
0
6,856
thread by: Rade Josovic | last post Nov 13 '05 by: Rade Josovic
Hi, First implementation of WebDAV protocol is here: WebDAV .NET 1.0 from Independentsoft. Go to http://www.independentsoft.de The WebDAV .NET is WebDAV protocol API for Microsoft .NET Framework and Microsoft .NET Compact Framework. Built from same source code all classes and methods support Microsoft .NET Framework and Microsoft .NET...
0
1,268
thread by: billy | last post Nov 13 '05 by: billy
I'm working with C# ASP.NET... What could I do if I wanna popup my Outlook and create a new message that contains HTML content??? I know there is a javascript function "mailto" that can make use of Outlook and fill the Subject, Body, etc... But I find that the body can only contain pure text and it cannot be HTML encoded... what can I do???...
1
6,480
thread by: Inon Zukerman | last post Nov 13 '05 by: Nicholas Paldino [.NET/C# MVP]
hello everyone. My problem is as follows : my application keeps a hashtable with Outlook.MailItem objects. I need to save and load this hashtable (with those objects inside) when starting and terminating the application. I can't "serialize" them because Outlook.MailItem objects do not implement
3
6,187
thread by: Mike P | last post Nov 13 '05 by: Mike P
I have a loop which goes thorough a recordset until a particular value in the recordset changes. In situations where the value doesn't change, I would like to use a timer to check whether 60 seconds have elapsed, in which case I exit the loop. I'm not really sure how to do this as I'm new to C#. I've tried to use the Timer.Elapsed, but...
1
2,653
thread by: Eric | last post Nov 13 '05 by: Marcin Grzębski
I have an application which today loads some XML files onto the hard drive. We have been acked to change the application to instead keep the data files on the CD. I have fixed the install, but now am trying to fix the C# code to look at the CD instead of the folder on the Hard drive. Here is the code that exists now. public String...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.