| Thread | Last Post | Replies |
|
| Add writing-to-logfile calls before and after calling delegates | 10 Oct 2007 16:41 GMT | 2 |
I have a method that uses a lot of delegates. Since there seems to be a severe delay on UI (it takes a while before the tab displays the file name), I'll need to add debugging info, specifically write to a log file to record the time before and after each operation to
|
| Administrator account problems | 10 Oct 2007 11:25 GMT | 5 |
I use XP Home Edition, am the administrator and have recently run into many problems. They seem to center around not being able to properly function as the computer administrator. For example, when trying to format a CD, I get the message "Your user
|
| VB.Net Counterpart to RIGHT$ and LEFT$ vb6 functions??? | 10 Oct 2007 11:12 GMT | 2 |
Could someone tell me what the VB.Net counterparts are to the commands in VB6 which used to allow me to return only the rightmost or leftmost parts of a string? Thanks in advance.
|
| DataGridView | 09 Oct 2007 22:27 GMT | 1 |
I'm using a DataGridView to display unbound data, and it works great. However, I need to display descriptive data from a related table (one to many). If possible, I want to put the lookup table inside a column.
|
| Verizon USB720 | 09 Oct 2007 22:25 GMT | 1 |
I just recently purchased this broadband access card and attempted to get it running on my HP dv6000 running Vista Home Premium. I've followed the instructions to a tee but I continually get an error message when asked to insert the wireless device of: "Windows needs to install ...
|
| Loading Embedded Resources ? | 09 Oct 2007 21:39 GMT | 2 |
Requirement is, I have to load my Xslt file into Exe/DLL. I have created one .Xslt file and C# code for the same to produce on .Xml file, like this: System.Xml.XPath.XPathDocument Xmlpath = new
|
| List, select and retrieve properties | 09 Oct 2007 21:10 GMT | 2 |
Using C# I have a class with a number of public properties and a public method. The idea is to call the method (externally), selecting one of those properties. Do some work with the property, and then return a value.
|
| .NET Windows CE and SQL Server Synchronisation | 09 Oct 2007 21:08 GMT | 1 |
Hi, I'm looking for the best way of synchronising the data from a hand held barcode scanner to a database on one of our servers. The data on the hand held is held in a CE database .SDF format. The database to which it will sync
|
| Reading data from port | 09 Oct 2007 20:14 GMT | 3 |
I need a help. My application reads data from COM port, this data is then parsed and displyed on: 1. two plotters 2. text box.
|
| Problem With Extended ASCII processing. | 09 Oct 2007 20:11 GMT | 4 |
I am new to C# programming; I am developing an application for recording audio data using voice modem. I am using HyperTerminal to manually process audio data. The modem when configured in voice record mode sends the audio (PCM) data on the serial
|
| Datareader does not work but Dataset does | 09 Oct 2007 14:42 GMT | 13 |
Has anyone run into a problem where a datareader does not return any data but the same code with a dataset does return data ? I.E. This code DOES NOT return any results
|
| Recovery Console freezes while repairing Windows | 09 Oct 2007 11:15 GMT | 1 |
After editing the registry, Windows would log me off right after it started up. I found some information about fixing this problem (eg http://www.geekstogo.com/forum/Windows-XP-Logs-Then-Immediately-Logs-Off-t15771.html). However, after recruiting someone else's help, once ...
|
| Loading Multiple Instances of DLL | 09 Oct 2007 04:43 GMT | 1 |
I need to use two versions of the same DLL in a VB.Net application. I know how to load one version: Public Declare Function DoSomething Lib "MyDLL.Dll" () As Double However if I try to also load:
|
| Eventing support | 08 Oct 2007 23:14 GMT | 2 |
Does anybody know whether Microsoft implemented one of the following standards: WS-Notification, WS-Eventing or WS-EventNotification? I'm looking for any implementation and do not find it.
|
| references don't get updated... | 08 Oct 2007 22:43 GMT | 3 |
I have a project, in this project I have a reference to a shared assembly. All works well, but when I update my shared assembly, the project isn't updated with this new version of the assembly. I have tried manually adding the *.dll.refresh files (empty files) but that doesn't ...
|