| Thread | Last Post | Replies |
|
| Double is doing incorrect subtraction | 13 Jan 2008 12:32 GMT | 5 |
I have the following code: Dim x As Double = 45.333 Dim y As Double = 45 Dim z As Double = x - y
|
| ExecXmlConfig: Error 0x800401f3: failed to initialize xml utilities | 12 Jan 2008 20:59 GMT | 1 |
Trying to install Framework 3.5 on WinXP home edition. Fails! Tried to uninstall MSXML 6.0 - framework installation downloaded it from internet, installed into system32 folder and then - again the same error..
|
| unexpected declaration in appSettings? | 12 Jan 2008 17:31 GMT | 2 |
I have an application that was running fine on Vista but has suddenly started failing whn it tries to access configuration data. Whe I try to access the ConecctionsSrting or call the method ConfigurationManager.AppSettings, I get an exception with the message
|
| BindingSource not binding controls | 12 Jan 2008 05:38 GMT | 1 |
I have user defined control that accepts a data source to do some custom data binding. When I bind the controls against the bindingsource, it doesn't work, but if i bind it directly against datatable object (Dim src), it works just fine. Issue is that using
|
| EBCDIC to byte array | 12 Jan 2008 03:26 GMT | 7 |
How do I translate a string with EBCDIC characters into a byte array? A VB 8 solution is prefered. I have tried code page 37, but it will mess up half of my characters. Dim Encoding37 As Encoding = Encoding.GetEncoding(37)
|
| can I apply generic constraint to a delegate | 11 Jan 2008 16:45 GMT | 2 |
using .Net 2.0 I suspect the answer is no but thought I would ask.
 Signature kevin...
|
| mapping network drives | 11 Jan 2008 16:42 GMT | 1 |
I'm trying to map a network drive and when I browse to find the drive that I want to map, the window is void of content. Any suggestions on how to correct this?
|
| Linking Access 2000 to .JPG files | 11 Jan 2008 15:22 GMT | 1 |
I have an Access table with a field called "FileDirectory" into which is stored the location of various JPG files including directory. I wish to present the associate photograph on a Form, either by some interactive link or by creating an OLE Object field within the table but I
|
| Fax Console | 11 Jan 2008 12:36 GMT | 1 |
My fax console is not working! It was working fine before I upgraded to Office 2007. I have the following error message: "The fax document cannot be displayed because your operating system does not have a default viewer for fax documents(.tif files). I have no idea what this ...
|
| Request Permission from User??? | 11 Jan 2008 12:34 GMT | 2 |
All, I am trying to migrate a .NET app for use within IE. I have created my control, but now I am running into all sorts of permission issues. I completely expected this, and I am doing my best to eliminate the
|
| RedirectStandardError + "has encountered a problem and needs to close" | 11 Jan 2008 11:00 GMT | 2 |
Within an intranet ASP.Net application (framework 2.0) I make a call to a .Net console application. The console application writes out several messages by Console.Write and it might throw exceptions that both the messages and the
|
| Need Telnet client Library for .Net | 11 Jan 2008 05:54 GMT | 1 |
Need Telnet client Library for .Net. http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas discount
|
| Plugin Architecture | 11 Jan 2008 05:45 GMT | 4 |
i am trying to make a pluggable application which can use plugin dll savailable at some particular folder. i have searched for samples on the net and have found some but am not very clear. if any of you can help me with an easy example that would help me a lot.
|
| Which Setup-Tool to use? | 11 Jan 2008 05:31 GMT | 5 |
I am about to write a SETUP program for a .NET Application, and I am unsure which tool would fit best. I would be very grateful for some help on this topic. 1) The application will need the following components:
|
| Save As | 11 Jan 2008 05:30 GMT | 3 |
On the left side of the save-as dialog box, it shows various places in which you can save a file - desktop, my documents, my computer, etc. If I have a specific folder in which I store files, isn't there a way to make that foldre appear in this list?
|