I need to ref a vb6 control VB.CommandButton in visual studio 2005, how can I do it?
Thu, 27 Mar 2008 09:12:36 +0800
I need to ref a vb6 control VB.CommandButton in visual studio 2005, how can
I do it?
...
|
MsFlexgrid and MySql in VB.NET
Wed, 26 Mar 2008 22:02:31 +0200
In vb 6.0 we were able to make a connection between a query and a data
access and also able to send the result table to msflexgrid by referencing
its datasource to data1.
I am quite new in VB.NET and i have a code to be upgraded but unfortunately
i could not do it yet. I have searched but still no answer..
...
|
Table of data in a Windows application
Wed, 26 Mar 2008 11:09:20 +0100
Hello everybody.
I need to display a table of data in my Windows application, a little bit
like in an Excel sheet.
I have about 80 numbers to display.
A list is not right for me because I need about 20 lines with 4, 5 or 6
columns; the number of columns depends of the line.
Do you have an idea ?
Thank ...
|
Using Access 2007 in VS 2008
Tue, 25 Mar 2008 14:59:01 -0700
It seems that VS 2008's visual tools (e.g. to create a dataadapter) MS
Access 2007 won't work with Access 2007's new file format. Instead,
everything has to be hand-coded. Am I missing something or is there an
update or workaround?
Thanks, ...
|
build options
Tue, 25 Mar 2008 09:12:01 -0700
If I have a solution with many projects, how can I set teh build option such
that, only the project that I make changes to get rebuilt, and not all the
projects.
For example. If I have projects A to Z, first time, I build the entire
project, later on, I make changes to only project A. I need to set build
o ...
|
Problems with Workflow designer
Tue, 25 Mar 2008 06:28:09 -0700
Question. I would like to know if there is a way to stop the workflow
designer from re-painting when you, for example, tab back and forth from
anything in VS back to the designer?
Reason: When the designer repaints it is placing things off the design
surface and generally messing up how I like the diagr ...
|
Dynamically call a method?
Thu, 20 Mar 2008 12:37:04 -0700
This is my first post so I hope someone responds. I am fairly new to Visual
Studio and C#. I have a lot of experiencie in development but not using VS.
I have the following code that I would like to somehow create dynamically.
_ProgramModuleSQLTableName is the table I am working with. I have a lot
mor ...
|
|
|
compile project from commandline in VS2008
Wed, 19 Mar 2008 21:56:57 +0100
Hello,
i have some Visual Studio 6.0 projekts (.dsw etc) and i compile them from a
master batch. (my compiles are done overnight in batch mode).
as follows:
msdev PL2_DB_VCSAMPLE.DSW /MAKE "PL2_DB_VCSample - Win32 Unicode Debug"
/REBUILD /USEENV /OUT PL2_DB_VCSAMPLE.err
now i start working with Visual ...
|
Publish project?
Tue, 18 Mar 2008 15:00:18 -0700
Hello, sorry if this is a novice question but is it ok to just copy paste
files that were developed in C# development machine onto an IIS directory
folder on a production webserver?...or is there a publishing process it
needs to go through that deals with registering all of the solution, project
and associat ...
|
Deisgner changes won't save
Tue, 18 Mar 2008 10:58:11 -0400
VS 2008. I have a control where I'm trying to change the size of a text
box. I stretch it in the designer, or change the size in the .cs file. It
looks like it's saved, but at some point after that it reverts back to the
original. i.e. I can never actually save any change. Anyone know what
state this ha ...
|