Main D. Tork's Q&A profile
Windows Forms how to embed child datagrid from its parent
Hi, All, posted a thread earlier regarding nested tables on .net data grid, guess, the simple goal that I am looking for is: for a .net datagrid on a win form app, how can I embed a child datagrid for each data row - so I ca ...Show All
Software Development for Windows Vista Questions on workflow types
Hello, I have a number of questions about workflow types. As I understand it, there are two workflow types available out-of-the-box with WWF: sequential and state machine. With sequential workflows, I believe the flow is generally top down from the initial activity to a final activity. The path is well defined; activities like ‘While’ allow the workflow to repeat contained activities and the ‘IfElse’ activity al ...Show All
Windows Forms Draw a control such as RichTextBox inside a datagridviewcell
I would like to render a RichTextBox inside a datagridviewcell however i do not want to make the column type a RichTextBox. What i want to do is as follows: ... dgvSchedule.CellPainting += new DataGridViewCellPaintingEventHandle(dgvSchedule_CellPainting); .... void dgvSchedule_CellPainting(object sender, DataGridViewCellPaintingEventArgs e) { e.PaintBackground(e.CellBounds, true ); RichTextBox rtf = new RichTextBox (); rtf.Text ...Show All
Visual C# ResourceManager.GetObject() -> MissingManifestResourceException
Bug in the Resource-Class. (Fehler in der Resourcen-Klasse). If you create a Form with the IDE and than you execute the Project, and you have a " MissingManifestResourceException ", than come this Exception from the ResourceManger. (Wenn du ein Formular mit der Entwicklungsumgebung erstellst und dann ausfuhrst, und du danach die Fehlermedung " MissingManifestResourceException " bekommst, dann kommt dieser Fehler vom ...Show All
SQL Server SQL Server express starting as NETWORK SERVICE!!
Hello All, I am installing SQL Server Express from the command line using the following parameters INSTANCENAME=MSSQLSERVER ADDLOCAL=ALL SECURITYMODE=SQL DISABLENETWORKPROTOCOLS=0 SAPWD=TEST After the install is done I start the service form the command prompt using start mssqlserver I see that the SQL Server service has started under NETWORK SERVICE account!!! when the documentation i Read on MSDN says it starts in Local System a ...Show All
Visual Basic Help needed with Converting an old C program script to Visual Basic
I've found a great program script written in C and I want to use it in my VB program, buth I have little to no understanding of C. The online version of the code is here: http://www.rpgweb.com/worldgen.c (Is legal to use: http://www.gnu.org/licenses/licenses.html#GPL ) An example of the effect is found here: http://www.bin.sh/gaming/tools/world.cgi Can anyone help me or sent me to someone or a site or forum where this code ...Show All
Windows Forms Another beginner question...
Okay, this is a incredibly stupid question, but I am a beginner, so please be patient. How do you make a "link" between the main cpp file and the form (because I presume that's what you must do). In other words, how, for example, do you say to the computer to take the number written in Textbox 1, and add to the number in Textbox 2, to finally write the result in Textbox 3 Where do you write this code, and how I am dazed and confused! ( ...Show All
Visual Studio 2008 (Pre-release) ANN: Amazon ads - updated for Nov CTP
I have updated the Amazon ads - Avalon version. This is a small sample of a Web Browser Application embedded in an HTML IFrame. http://www.valil.com/winfx/ads.html Hi Valentin, well the other problems I've been having with the mobiform samples are actually on my home machine which is a Win2k3 server machine, there is a workaround that I've been using to get around the problem for my own apps. For your wba apps however I get the followin ...Show All
.NET Development Problem running .NET application
I am having problems running ndoc (I have two versions, both generate the same error; the one I would like to use is from http://jonas.lagerblad.com/blog/ ). When I try to run NDocConsole.exe, I get the following error: Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'NDoc.Core, Version=1.3.1851.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Access is denied. File name: 'NDoc.Core, Version ...Show All
Visual Basic All aspects
what is a book that explains all aspects of Visual Studio 2003 from Windows Class Libraries to Active Template Projects, Windows control Libraries, custom wizards MFC DLL, you now basically everything that you can engineer through Visual Studio...is there just one book or are they multiple books Hi, There is no one book which does everything. Also, you need to master things one at a time. I'd say start with some aspect and focus on ...Show All
Visual Studio Team System CA1800:DoNotCastUnnecessarily: false positive?!
The code below is giving me this warning : CA1800 : Microsoft.Performance : 'sender', a parameter, is cast to type 'System.Web.UI.WebControls.ObjectDataSource' multiple times in method EditPage.ObjectDataSourceInserted(Object, ObjectDataSourceStatusEventArgs):Void. Cache the result of the 'as' operator or direct cast in order to eliminate the redundant castclass instruction. ... code: protected virtual void ObjectDataSourceI ...Show All
SQL Server Snapshot Meta Data Problems
Hi There I realize these question are not specifically for replication by anyway .... I am using snapshot replication from Server 1 to Server 2. I cannot use the drop table option for replication publication. The distribution agent keeps on failing if a colmn order is different or an index defined differently. Is there any script or sp i can run to check that table defintion, column order, idexes etc are identical between servers Also when the ...Show All
SQL Server Possibly similar issue with launching Report Builder from client PC's
Hi, I got a working installation of reporting services 2005 up and running, Im able to create models and launch the Report Builder on the machine on which the server is installed, however if I try and run it from another machine on the network I get an error and Im able to view the following exception. Following errors were detected during this operation. * [04 Jul 2005 10:39:34 +01:00] System.Deployment.Application.DeploymentDownload ...Show All
Software Development for Windows Vista Accessing properties of the Host from within an Activity running in a Workflow
I want to be able to access a public instance property of the object that's hosting the Windows Workflow Runtime, from within a custom activity. I want to be able to, via the Designer, set the name of the property I'm retrieving from the Host (I don't need design-time support really - just a normal string identifying the property name will do). To do this, I know I'll need an instance of the Host. Is this possible If not, is there some oth ...Show All
Visual C++ refreshing a window in mfc
<vishal1857@discussions.microsoft.com> wrote in message news:97048762-a25d-4f10-9da3-4abc36497f72@discussions.microsoft.com > question : right now what happens is , processing takes place, and > say after 10 seconds, a window is thrown , showing a circle(result of > joining the coordinates). what i want instead is , that the window > should be thrown up immediately, and be refreshed every s ...Show All
