IDE MIDL compiler setup
Wed, 10 Mar 2010 08:57:56 -0500
Hi,
Where is the IDE (VS2005) is the MIDL pathname defined? Its not under
Tools | External Tools.
Background:
For this ported RPC (DCE, not DCOM/COM+) project from VC6 to VS2005,
it need to use the VC6 MIDL 5.0 compiler since the MIDL 6.0+ compiler
does things (create an external reference for NDR_ ...
|
PPT 2007
Mon, 8 Mar 2010 16:29:01 -0800
when I select show with ppt viewer, i get the graphics, photos but no words.
I have selected ppt viewer under properties.
Any suggestions? ...
|
designer file
Mon, 8 Mar 2010 09:34:34 +1300
Hi
I am making a simple web-application (in c#) in Visual Studio. I have found
that the "designer" file is incorrectly updated with some of the user
controls I add to the ascx.
For example, in the ascx I have the following:
<%@ Register TagPrefix="period" TagName="singleday"
Src="SingleDaySelector.asc ...
|
Get value of cell in datagridview with check box
Fri, 05 Mar 2010 20:19:10 GMT
I added a checkbox column in the first column of datagridview.
Once data loaded to datagridview there are three columns will display: check
(check box), ID, description
How to get value of ID when user checks the check box at that row?
--
Message posted via http://www.dotnetmonster.com
...
|
Is there a "preferred" way to update properties based on other properties?
Fri, 05 Mar 2010 11:39:48 -0600
Let's say I have a class that represents a rectangle:
class Rectangle
{
private int width;
private int height;
private int area;
public int Width
{
get { return width; }
set { width = value; }
}
public int Height
{
get { return height; }
set { height= v ...
|
Sync framework questions
Fri, 05 Mar 2010 15:01:03 GMT
I downloaded a sample SQLExpressProviderSample from
http://code.msdn.microsoft.com/sync/Release/ProjectReleases.aspx?ReleaseId=1200
. (SQL Express - Client Synchronization Sample (C# v2.0 CTP1) )
It works great. Here are some questions:
1) How to set the way of sync? Such as Local -->Remote, Remote-->Local, loc ...
|
VS2003 Macro - add to toolbar problem
Thu, 04 Mar 2010 10:55:00 -0600
I can see (and run) a macro using the Macro Explorer (a subroutine with
no arguments) but the macro does not appear in the list for customizing
toolbars (Customize > Commands > Macros and the list is on the right).
I am trying to add a button for the macro to a toolbar.
Any suggestions?
Regards,
Frank ...
|
|
|
sync project in vb.net
Wed, 03 Mar 2010 16:37:03 GMT
I was assigning a vb.net project as descript below:
User uses laptop.
1)Most time user is off line. Need to create a â??add newâ? form to let user
input new records.
Data will sore in laptop Access mdb file or SQL express.
2)Once user use wireless to connect company server, data in laptop need to
sync with ...
|
VB6 and VS2008
Wed, 3 Mar 2010 17:39:28 +1100
It has been a while since I have tried to compile a
VB6 program to .exe. To my dismay I get error message
Could not execute 'LINK.EXE'
About a year ago I installed VS2008. Is it possible that
this has destroyed VB6's ability to Make.exe?
VB6 runs fine in design mode.
I have tried reinstalling VB6 to no avail ...
|
complete logoff event
Mon, 1 Mar 2010 23:18:24 -0800 (PST)
Hello Everyone,
I have a service(update service), which actually replaces my
binaries with the newly available binaries. One of the binary file is
a DLL, which is actually used for hooking. To replace this file, one
option that I have is, replace it when no one has logged in. Means
when all user logoff(z ...
|