| Thread | Last Post | Replies |
|
| Program associated to file type | 05 Oct 2007 01:12 GMT | 1 |
Hi, I have a VB.Net 2003 app which need to bring up a PDF viewing application (like Acrobat) on files it found in a search. I do not want to hard code the PDF application name into my app snce the user may use any # of PDF viewing apps. Is there a way to get the application ...
|
| Converting a Datarow() to a Datatable | 04 Oct 2007 13:54 GMT | 13 |
Is it possible to convert a Datarow() to a Datatable in more simpler way. Parameswaran.N
|
| Designer doesn't like friend assemblies | 04 Oct 2007 05:18 GMT | 2 |
It seems that the VS designer doesn't recognize friend assemblies and I was wondering if this was an intentional documented issue or if this is indeed a problem. I've tried searching for answers with no luck.
|
| Icon and version info missing after adding UAC manifest to C# .exe | 04 Oct 2007 04:23 GMT | 2 |
I'm trying to add a manifest to a C# .exe project. My manifest looks like this: <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <asmv2:trustInfo xmlns:asmv2="urn:schemas-microsoft-com:asm.v2">
|
| include oracle client in setup file | 04 Oct 2007 02:42 GMT | 2 |
I tried to include oracle setup file (*.msi) in the custom actions in a setup file. I'm getting an error '1608: unable to install installshield scripting runtime' It seems that I cannot run a new msi instance when the basic setup is
|
| GridView and datasource | 02 Oct 2007 13:13 GMT | 2 |
(Windows application) I've inserted a DataGridView in a UserControl then I've linked a DataSource using the wizard a Typed DataSet with DataTable etc...
|
| Visual Studio 2005 setup projects localization? | 02 Oct 2007 06:53 GMT | 2 |
I've been trying the setup type project of the vs2005 for creating an installer for my c# application. It seems the setup projects lacks localization... I would like to make a setup supporting several languages. Is it possible to do this with
|
| Deleting Files with Pre-build event command line: | 02 Oct 2007 05:44 GMT | 1 |
Working in Visual Studio 2005 with a WinForms application. In the properties page of my startup project, I went to the Build Events tab, and typed the following into the Pre-build event command line: del /s/q $(APPDATA)\IsolatedStorage\*.*
|
| Windows Task Bar | 01 Oct 2007 04:51 GMT | 6 |
I have an application I'm developing in VB.Net 2005. This is going to be a trouch screen application. What I want to do is when my applicaiton loads I want it to take up the entire screen, including the Windows Task Bar. (I don't know if I'm using the correct term here, so let me ...
|