Read and Write to Text File as Embedded Resource of dll
Thu, 27 Nov 2008 17:44:18 -0800 (PST)
I am writing a plug in for an application. I have included two text
files as embedded resources and I need to see a sample or reading/
writing to a text file in this situaiton. I would be grateful for any
help. ...
|
MyApp.exe.config and Deployment
Thu, 27 Nov 2008 05:05:02 -0800
Hello all. I'm very new to VB 2005 development.
I have created a simple Windows Forms project for a database. I have the
ConnectionString property saved in my app.config file.
When I build the project, I see the MyApp.exe.config.deploy file gets
created in the build location. This will, I assume, become th ...
|
dataviewgrid headers
Thu, 27 Nov 2008 14:30:16 +1100
I am upgrading a VB6 project to vb.net 2005. In spite of help saying
otherwise the only grid control that I can find is the DataViewGrid.
I use the control to display the results of computations and do not want
to bind to a dataset.
I have got everything working except that I can find no way of setting
text ...
|
ClickOnce: Reference in the manifest does not match the identity of the downloaded assembly
Wed, 26 Nov 2008 20:23:34 -0600
I am using ClickOnce to deploy a solution written in VB using Visual Studio
2008, .NetFramework 3.5SP1:
Problem: VS2008/ClickOnce fails to deploy a solution with references to
.exe's referenced from other solution(s).
Here is the cause of the problem:
"a new feature of Visual Studio 2008 was causing probl ...
|
hosting a windows presentation foundation control in web form
Wed, 26 Nov 2008 15:20:47 -0500
I created a WPF user control which has a spell check enabled textbox, and
found out how to host it in a windows form using element host.
Is there a way to host such a control in a web forms project?
Thanks
Bill
...
|
DataGridView ComboBox Colum issue
Wed, 26 Nov 2008 12:19:03 -0800
I have a datagrid with 3 columns, one column is a combobox type with lookup
values. the lookup table is with 2 columns,first col is a PK and second
column is just some values.. some values are duplicate for ex:
1 'abc'
2 'xyz'
3 'abc'
4 'pqr'
I have created a form using datasource explorer drag and drop ...
|
<warning: RANT> interviews and memorization questions
Wed, 26 Nov 2008 11:56:59 -0500
I've written and deployed a 100kloc product inteded to compete with SAP.
I've authored IDE plugins (aspect-oriented progamming enhancements,
relational-object mappers), my own AJAX framwork, a multithreaded physics
engine. I've developed very high-profile, successful websites for certain
departments of the S ...
|
|
|
why exe file doesn't run from outside of IDE?
Wed, 26 Nov 2008 08:27:07 -0800 (PST)
Hello,
I have a VB.Net program which is developed in VS 2005 on VISTA. when I
add the reference of OWC10 and drag a spreadsheet and chart control in
the form, it runs in the IDE, but if run exe file outside IDE, it
failed and got error message: "An error occurred creating the form.See
Exception.InnerException ...
|
Threading pipe Issue
Wed, 26 Nov 2008 10:43:51 -0500
When a named pipe message returns a message from an asynchronous
"BeginWrite"
operation I assume the response from the call back is on a different thread.
If so how do I get the message to the main thread so I can write it to a
text file.
I know how to use a delegate to display it to a control using "Invoke" ...
|
can't open the form
Wed, 26 Nov 2008 14:22:08 +0800
When I open the form , I got the following error.
...
|