hathawa's Q&A profile
Visual Studio Shape inside a shape
Is there a way to put a shape inside a shape. I would like to put a shape inside a shape the same way as creating a compartiment for attributes. Is it possible Example : Having a Square shape I would like to put inside the square a circle or a roundedrectangle in some way that allows me connect to any shape in the diagram. Thanks Luiz Ricci There is some functionality that approximates to this in the Examp ...Show All
Visual Studio How to write an Add-ins for compiler options
Hello, I am working in visual studio IDE,i want to write a add-ins.what i want is know the procedure to to write add-ins for changing the compiler options in visual studio, i mean to say that i want to write a Rt Linux Application using VC++ editor and compile it by Cygwin utility, what i did is manually i connect Cygwin Gcc compiler by Visual studio by changing configuration properties of my program from C++ compiler Tool to Custom Build Tool a ...Show All
SQL Server setting variable value
hi ! I am trying to set the variables value through Execute SQL task and create directory through the FileSystemTask by setting the user variable as source. The User variable has the Directory path to create the directory, but when i set the source as the user variable it complains that its value is empty. Execute SQL TAsk happens to work correctly when i check the watch window the user variable is set correctly . but value is not setting ...Show All
Visual C++ Can we get to the bottom of this.
What is required to actualy be able to use MFC, more along the lines of... WHAT IS NEEDED TO FINALY BE ABLE TO INCLUDE "AFXWIN.H" T his is starting to make me mad. And I wish I could use it. Not to mention my other problem of rescource files. Hi, Jack. If you've made other posts, I can't see them, you've only made one post under this username, unless other posts were deleted. If I c ...Show All
Visual Studio Tools for Office How to edit the Oultlook default folders's name?
How to edit the Oultlook default folders's name for example: change the "Inbox" to "My Inbox" thank you I am sorry that I can't describe the question clearly. Because I am in China and the wrong message is displayed in Chinese. The wrong message is translated by me The message means I have no permission to change the name of the Inbox. ...Show All
Windows Forms publishversion vs productversion
I am not really sure about publishversion (in clickonce) and (application.)productversion. When do I use each one Should these be identical for application releases if I want to display version information under help | about, I think it would be preferable to use publishversion. Is this right How do I do this Am I supposed to manually set them to be the same Thanks Don't forget to add system.deplo ...Show All
Visual C++ visualizing #include tree graph dependency
I put all those words in the title to facilitate people's future searches. My question is: does anyone know of a visualization tool that will show which files include which I found text-based ones (e.g. Includes by adonovan@lcs.mit.edu ), that parse one .cpp file at a time. Is there anything out there (free or commercial) that handles the whole project with its VS2005 setting so that it runs in the same environment as the ...Show All
Visual Studio Package works when manually registered but not using msi
I have been working on a GAT (Dec 2005 CTP) package for the last month and have gone through many interations of register, test, repeat. Now I am at the point of testing the setup msi. The developers that are testing the package have VS.NET 2005 and GAX Dec 2005 CTP installed. Is there anything else that needs to be installed on their machines The install finishes and I can enable the package. The recipes show in the Guidance Package Manager (G ...Show All
Visual C++ User message handler in CDocument derived class
hi, I am trying to handle a user message from the CDocument derived class. I am adding a message handler to my MyDoc(derived from CDocument) as follows ON_MESSAGE(UM_SHOW_SOMETHING, OnShowSomething) and the message handler is LRESULT MyDoc::OnShowSomething(WPARAM wParam, LPARAM lParam) { //Do something return 0; } I get an error as follows error C2440: 'static_cast' : cannot convert from 'LRESULT (__thiscall My ...Show All
Visual Studio Checkbox in the table control
I have a Boolean field in the data source that I would like to display as a check box. Anyone know how I can do this Thanks You could try conditionaly formating a small text box. Either change the background color to shade the box, or if you want a real check mark I think the Wingdings font has a check mark character. ...Show All
.NET Development Who can I add XML Serialization to Web Services
Hi all.. I have a problem.. I serialize a Object to XML, but I Want to retrieve the XML Serializated Object by a Web Service, The object serlialized is a RecordSet, by the creation of an array of 2 dimensions, the array is the object serialized, but i don't know how to retrieve the serlialized array in the web service. Pleace, I need help, if any knows some site or knows how to do that, pleace explain me!!! Tanks for the help.... ...Show All
SQL Server Schema and principals (Sql Server 2005)
Hello Everyone, There is something we don't understand on SQL Server 2005. We want to grant acces to the login MyUser in the existing database MyDb. We want this login to be known as MyUser in MyDB and being the owner of a new schema named MyUser. Here are the commands we are using: use MyDb go create user MyUser for login MyUser with default_schema = MyUser go create schema MyUser go grant Take ownership on schema::MyUser to My ...Show All
Windows Forms Problem With CheckedListBox
I' have more then one cheked objects in the list but I get the same (first) value all the time, despite the index is change. Hear Is the Code strQuery = "SELECT code,name FROM tbl001 ORDER BY name"; orclDa = new OracleDataAdapter (strQuery, strOrclConn); orclDa.Fill(orclDs, "tbl001"); clbMifalim.DataSource = orclDs.Tables["tbl001"]; clbMifalim.DisplayMember = "name"; clbMifalim.ValueMember = "code"; foreach ( int ...Show All
Visual C++ How to change the Tab Label Font ,not all labels but the specific one. THKS!
Hi Dear All, How to change the Tab Label Font ( CPropertyPage) ,not all labels but the specific one. THKS! Man, that's a good one. I have a few progs where I use CPropertyPages, so I messed around with trying to change the font of just one of the tabs, to see if I could do it, but I couldn't figure it out. It seems all the pages in a property sheet are forced to have the s ...Show All
Visual Studio 2008 (Pre-release) Binding sample causes error in VS
Just FYI Steps: Extract and Build - Binding to a Non-Text Property Sample ms-help://MS.MSSDK.1033/MS.WinFXSDK.1033/wpf_samples/html/c08d47f3-610a-4dae-911c-7c201ba1909e.htm Result: Error 1 Assembly '' could not be found. Are you missing an assembly reference C:\Monarch\Sandbox\nball\WinFx\BindNonText\CSharp\Page1.xaml 5 11 BindNonTextProperty Error 2 Type 'c:MyData' could not be found. Are you missing an assembly reference C:\ ...Show All
