| Thread | Last Post | Replies |
|
| Microsoft Picture and Fax View | 16 Sep 2005 16:49 GMT | 1 |
Does any know if it possible to create an instance of Microsoft's picture and Fax Viewer in a vb.net program and then pass it the picture to display? If so does any one have any code examples on how to do it? Thanks!
|
| Dynamic Sql Connection String | 16 Sep 2005 14:37 GMT | 2 |
We are developing an asp.net web application. When we drag and drop the sql connection object to the form we set the in the dynamic properties connection string to use the connection string in the web.config file. Works Great except everytime we need drag and drop a new data ...
|
| How to Use Prolog In VB or C#? | 16 Sep 2005 14:05 GMT | 1 |
I want to use Prolog code in my VB or C# application. but dont know how to make it possible to communicate with Prolog code from VB or C#. if some one know about that, it will help me a lot. A code snippest would be very helpful.
|
| Change forecolour of combo box? | 16 Sep 2005 13:48 GMT | 1 |
When the combos are disabled they default to grey text on grey background. Is it possible to make the text colour black whilst retaining he disabled functionaility? Similar to what happens when you make a text box read-only.
|
| Max Socket Connection | 16 Sep 2005 13:24 GMT | 1 |
I think it may not be related to program, anyway, here is my question. I have a server program that using asyn. socket to accept TCP client socket connection. It works fine for hundreds of connection. However, when the number of concurrent client reaches around 3300, the ...
|
| Dial Up NetWorking (DUN) in VB.Net | 16 Sep 2005 09:29 GMT | 1 |
Sorry, I have to put same message more than three to four times , as I can't receive a responce. I want to connect my internet connection through my VB.Net Code. Is there any sample code, or hints.
|
| apache struts in dotNet | 16 Sep 2005 09:24 GMT | 3 |
What is the apache struts equivalent in the .net world ? (if any ..) Thank you Sharon
|
| databinding datagrid to combobox and textbox | 16 Sep 2005 07:18 GMT | 3 |
My problem is databind datagrid to combobox. i want to click to datagrid and i want to see that record at combobox and texboxes after that i want to change combobox and texboxes and i want to change the datagrid record
|
| Email attachment gets corrupted when sending using SMTP server | 16 Sep 2005 02:38 GMT | 2 |
I have a PDF file that I am trying to send as an attachment through a C# program. Even though the PDF file can be opened by itself, sometimes the same file cannot be opened as an attachment. If I try and open the original PDF
|
| Unhandled Exception (no pattern i can find) | 15 Sep 2005 22:17 GMT | 3 |
First off, I apologize if this gets long. I'm simply trying to give you all enough information to help me out. I'm writing (almost finished, actually), my first VB.Net application. It's a forms application that is going to be used to extract data from a legacy system (VSAM ...
|
| How to create an HTML MIME with embedded images | 15 Sep 2005 21:40 GMT | 4 |
Sorry for the cross postings, but I'm getting nowhere. Does anyone know how to create a MIME for an HTML email that contains images? I can create the MIME body parts, but I don't know how to get the HTML to point to the image parts.
|
| Splitter control width at start-up... | 15 Sep 2005 18:54 GMT | 3 |
I have a VB .NET 2003 application with a spliter docked to the right. I want to control the width of the split as the application starts... is there a property to-do that? Here's what I have: 'Code above...
|
| XMLDocument class parsing | 15 Sep 2005 18:46 GMT | 9 |
I try to parse a XML document containg some references using XmlDocument Class' method GetElementbyTagName. It just give the content between starting tagName and ending tagName but not all refernces used between starting tagName and ending tagName. Is there any way to achive ...
|
| General threading question | 15 Sep 2005 17:58 GMT | 3 |
As I'm studying up on threading, I'm reading about the various mechanisms in place to serialize access to various objects. From what I can tell, the following scenario is safe: - Create multiple instances of a class.
|
| EntLib June 2005 Exception Logging | 15 Sep 2005 16:01 GMT | 1 |
By using the EntLib config tool, we have to set the filepath at design time. I'm looking for a way to set path of the log file at a variable path because when i package and deploy my desktop application the trace.log file should be in the application path.
|