| Thread | Last Post | Replies |
|
| .pdf files. | 08 Dec 2005 15:10 GMT | 1 |
How can I open .pdf files and print from vb.net 2003? Thanks.
|
| Re-Use ByteArray? is that possible? How? | 08 Dec 2005 12:02 GMT | 6 |
Greetings I have the following code: Dim binary_data As Byte() = {&HAA, &HD0, &H15, &HB, &H10, &H0, &H0, &H0, &H0, &H0, &H0, &H0, &H0, &H0, &H0, &H56} objPort.Write(SerialNET.Port.ByteArrayToString(binary_data))
|
| fingerprint | 08 Dec 2005 11:46 GMT | 2 |
I need to add fingerprint reading, storing of fingerprints, and printing of fingerprints to a custom application. I do not need to do any fingerprint comparison. Any information will be greatly appreciated.
|
| URGENT!! NetworkStream "null reference" problem. | 08 Dec 2005 11:26 GMT | 1 |
Hi, im writing an application that uses tcpclient to connect. I have a class which makes the whole network stuff.. As below: Public Class Connections Private Client as tcpclient
|
| icons and resources | 08 Dec 2005 09:08 GMT | 4 |
i have a resource file and an icon, how do i get the icon into a resource file? (both VS2003 and VS 2005) guy
|
| Word doc in C# Winform IE control doesn't close. | 08 Dec 2005 08:33 GMT | 5 |
I need to display and allow the user to print a Word document from within a C# WinForm application. I'm using the ActiveX Browser control. The Word document displays correctly, but remains "locked" after the form and application is closed. If I try to delete the document, the ...
|
| ability to unzip a file | 08 Dec 2005 01:49 GMT | 1 |
Is there a way to unzip a file in a directory from C#. I need a program to do that since that program copies the file from a server to a local machine, and then has to verify the contents of the unzipped file. Thanks in advance,
|
| Upgrading VB .net apps to VB .Net 2005 | 08 Dec 2005 00:45 GMT | 2 |
I have some rather large programs written in VB .net. I've been trying to find some information as to if they need to be upgraded to VB .net 2005 and how that would be done. I've been looking on the MS web site, there is some information on upgrading
|
| Import a form from one project to another | 08 Dec 2005 00:44 GMT | 1 |
I have Visual Studio 2005. One question I have not figured out yet...is it possible to import one special form from one special project to another project? Thanks in advance
|
| VB6 to dotnet question | 07 Dec 2005 22:45 GMT | 5 |
I am trying to get a toggle button effect (not just a color change) to converted from VB6 to dotnet it works find in vb6 but not in the conversion how come? Vb6 code
|
| Calling stored procedure with large number of parameters - performance concerns... | 07 Dec 2005 21:35 GMT | 6 |
Hi... I have a stored procedure that takes in a large number of parameters (around 30) and returns (as output parameters) another 10 or so. At the moment, each parameter is declared, defined and added in my C# code
|
| newbie question | 07 Dec 2005 21:31 GMT | 1 |
i'm new to .net. i'm getting this error in my app. Line 21: NameValueCollection nvc = new NameValueCollection(); Line 22: nvc.Add("@MerchantCouponID", merchantCouponID); Line 23: context.Response.Redirect("http://" +
|
| Control apperance | 07 Dec 2005 18:47 GMT | 3 |
Why are the buttons, control tab pages, and a few other things different on the GUI interface then when my application is run? For example in the GUI the button have slightly rounded corner and are light gray/white but when the program runs they are dark gray and square. I don't
|
| Many changes to .NET over last 4 years ? | 07 Dec 2005 18:43 GMT | 4 |
I am currently studying for MCAD C# and the organization I am studying with have assigned me some online courses to work through as part of my studies. However, one of the courses I have been assigned has not been updated
|
| Multiple Word documents = Multiple Instances of Word? | 07 Dec 2005 18:21 GMT | 7 |
Apologies for the newbie question. I have created a vb.net program for my company that is designed to work with Word Templates (about forty of them that we commonly use) that are selected by the user and populated (with info from an Access database) at run-time, then saved as Word
|