| Thread | Last Post | Replies |
|
| Reading the "Temporary Internet Files" folder using C#? | 14 Jul 2005 19:35 GMT | 3 |
Is it possible to read the Temporary Internet Files folder using C#? I'm messing with FileIO (newbie here) and everything seems to work fine until I try to read the list of files in this Temporary Internet Files folder. I'm only received 1 file when I know there is more.
|
| About TCPClient.SendTimeout ? | 14 Jul 2005 18:43 GMT | 1 |
Is this timeout value is the time required to put data into the IO buffer on local machine? Or the time when the other end acks the receive? Thanks in advance,
|
| selecting text in a textbox | 14 Jul 2005 18:09 GMT | 4 |
I need to write something so that when a textbox is entered (this is for a touchscreen), all the text in that textbox is selected (highlighted) and new keystrokes replace the old text. Help! Thanks (again),
|
| Accessing VC++ classes from .NET | 14 Jul 2005 17:56 GMT | 2 |
I have doubt regarding .NET. I have a tool which was developed on VC++ 6.0(Win32 Application ). The application communicates with library (API) which was developed on VC++ 6.0 called core client.
|
| UShort array to any type (Bit conversion) HEEELP | 14 Jul 2005 17:51 GMT | 1 |
COMPACT FRAMEWORK Hi Newbe question: I've got an external (Embedded C+) function that reads a PLC and returns an
|
| App.ico | 14 Jul 2005 17:36 GMT | 4 |
I redesigned App.ico file existing icon in windows applications then im trying to use that icon, it doesn't reflect the new changes. anyone can give me the solution... thanks in advance...
|
| .NET Development | 14 Jul 2005 17:31 GMT | 9 |
someone told me that i could only run my applications on a PC with the .net framework installed. is this true? if yes, then how do i male it run on any windows version?
|
| LPR via C#? | 14 Jul 2005 17:15 GMT | 6 |
I am working on an application which sends a print file to a print queue on a sun machine. Currently this is run vit DTS and a batch file calls the LPR command. I am changing this app to a .net console app in C#. I was wondering if it
|
| custom number formatting | 14 Jul 2005 16:18 GMT | 4 |
I was wondering if there might be a more efficient way to handle number formatting over a range of values: switch(DecimalPlaces) {
|
| xml document | 14 Jul 2005 15:51 GMT | 3 |
I have a string which contains an xml document in my app. Does anyone know of an easy way to display XML data in a browser, with nice indentations between nodes, and maybe even the +/- controls that IE
|
| update listview | 14 Jul 2005 15:48 GMT | 4 |
i have a listview in my main program... what i want to do is i want to call a dialog box with a list of materials but when the user adds a material... i want the list view to update automatically.
|
| Override Serializable attribute? | 14 Jul 2005 15:43 GMT | 1 |
I have a class that I'm serializing to xml. To omit some properties from the xml I use the [System.Xml.Serialization.XmlIgnore] attribute. Now I'm thinking that sometimes I want to include those properties, so I'm wondering if it's possible to inherit from the original class
|
| how to pass parameters from Datagrid to OdbcCommands | 14 Jul 2005 15:38 GMT | 1 |
I'm writing a simple app that acts with simple DBF table via ODBCAdapter. I've got the idea of working with DataGrid, DataDet and DataAdapter. I connect to my Adapter DeleteCommand and AddComand.
|
| A WebService which can be time driven not event? | 14 Jul 2005 15:33 GMT | 3 |
Is it possible that web service can hit SQL Server Database after every 10 or 15 minutes. Actually what i want is that there is some webservice which can check whether the specific data i want has been inserted in databse and it should check it after every 15 mins
|
| What is the alternative to lack of C++ style "const" in C# | 14 Jul 2005 14:17 GMT | 6 |
There are many threads on the lack of a true unmanaged C++ const like behavior in C# (.Net) and that's not what this topic is about. The topic is, what is the best practical way to live with it. Some developers feel any function that returns an object should copy
|