JenDB's Q&A profile
Windows Forms File Startup Name
I have a file extension .ttt associated to my program, so if I click on a .ttt file the program will launch but how can make the program determine what .ttt file actually started the program. I want to be able to load files back  ...Show All
Visual J# axWebBrowser
I have this problem in vusal j#, C:\Work\Form1.jsl(92): Cannot find method 'Navigate(String)' in 'AxSHDocVw.AxWebBrowser' I have no clue how to fix this, the program works on my friends comp but not mine, I'm running win xp sp2 with zone alarm security suite installed. Please reply -- Thanks I have been trying to do exactly the same thing, however, what you have suggested there, does not work for me. Anything I could do ...Show All
Windows Forms How to Insert New Row in DataTable
Hi All, Same as subject. I want to insert blank row into datatable while looping datatable. Please advised ! Thanks Hi, Yeah unless you have an identity column in the datatable. So, how do you add a row with an identity column -Edward ...Show All
Visual Studio Express Editions Developing PocketPC applications
Hello. I have two problems related to the usability of Visual Studio 2005 in its express edition. I am developing an application for a Pocket PC. It should read data from a GPS and use them for a multimedial application in Adobe Flash. To perform its task, it needs an API that reads data from GPS and makes them available for an Actionscript routine in the Flash files. I have read that the SDK available for Windows Mobile 5.0 contains a GPS AP ...Show All
Visual Studio Tools for Office COM ADDIN NOT INSTALLING IN SOME PC'S
Hi all i have developed COM addin for outlook, it is working fine in my PC and other few PC's , but in some pc's is not working. i have created button on tool bar, but button is also not visible in some, pls can any one help me regarding this. Chand. Chand, Here are some things you will want to check: 0) Is .NET Runtime (correct verions) installed on each machine 1) Is VSTO runtime installed on each machine 2) ...Show All
Windows Forms Printing with PrivateFontCollection
Hello, I am developing a project using fonts that can not be distributed. I have these fonts loaded from a resource file into a PrivateFontCollection object (via the AddMemoryFont method). These fonts display fine with a DrawString to the screen. However,&nbs ...Show All
Visual Studio Team System How can I get project list in VSTS Beta3 !!
I used the following code to get project list in vsts beta 2. But in beta 3, I can't find the 'BisProxyServices'. BisProxyServices bps = new BisProxyServices(); ICommonStructureService iss = bps.GetTfsProxy(Tfs, typeof(ICommonStructureService)) as ICommonStructureService; ProjectInfo[] projects = iss.ListProjects(); Is 'BisProxyServices' renamed or moved to different assemb ...Show All
Visual Studio New file type
I am new to Visual Studio Extensibility. What I am trying to accomplish is create a new file type, add context menu items when a file of this type is selected in solution explorer and custom tool. What is the easiest way to do this For a custom editor for the item you will want to create an EditorFactory... check out the sample in the BasicEditor example in the "Visual Studio 2005 SDK" \Visual Studio 2005 SDK\ ...Show All
Software Development for Windows Vista Workflow Change
How does the WorkFlow Foundation handle workflow change If start a workflow with a given case, then add new activities to that cases process. How are the current cases handled already in play. Mardo Hi Mardo, In order to modfy a running instance of a workflow, you can use our dynamic update feature. Through dynamic updates, you can remove/add activities either from within the workflow, or from outside (the ho ...Show All
Visual Basic High Memory Usage
In vb.net express 2005 all the applications made have at least 10mb of memory allocated to them. I have made just a blank windows application with nothing in it and it uses 10mb of memory! Is this normal for the program I turned of xp visual effects, and it did not effect the memory usage any... Would it have somthing to do with the .net framework and its beta status The memory usage ju ...Show All
Windows Forms MouseDown in Client Area of MDI never fires?
Very strange; it never fires. Oddly (to me), if I assign a ContextMenu to the MDI form, it comes up fine with a right-click in the form, but it also comes up with a right-click on a MDI child form, unless the child has its own context menu. The problem I have is I create a context menu when the user clicks in a certain area of the MDI form; when that happens, the static MDI ContextMenu is also displayed. If I can detect the MouseDown ( ...Show All
SQL Server SQL Management Studio 2005 SEPT CTP
Hi, I have Sept CTP running happily on Windows 2003 SP1. Like you, a clean install. Let's go back a step. Which management tools did you choose to install Locally, on what I assume is a dev/test server Which .exe are you trying to run You said it was a clean install. Any warnings on the system check before install Anything in Summary.txt Thanks Andrew Watt MVP - InfoPath wrote in message news:92b5ce30-e21d-48 ...Show All
SQL Server How to concatenate a fields in the texbox?
Good day ] Can anyy body help me how to concatenate a fields in the textbox Your help is greatly appreciated If you are asking how to concatenate multiple field instances into a textbox, i.e. Seattle Portand Into: Seattle, Portland then this requires a custom aggregate. While not natively supported, there are some workarounds described in my blog. ...Show All
Visual Basic Where to Post Visual Basic 6 questions
Hi, Questions regarding Visual Basic 6 and other COM based languages should be posted on Microsoft Newsgroups . This forum only entertains VB 8 or VB .Net related questions. cheers, Paul June A. Domag Zulfiqar Ali wrote: Dear Joe, Thank you for this important update. I want to ask about VB6 OK, I am doing so through Newsgroups. Please can these news groups be configured on Outlook Expressed FYI for anyone ...Show All
Visual Studio Express Editions how to save usersettings
i'm making a webbrowser. The user can add favorites, and there is a combobx that saves all the sites you typed in. But when i close a Form, all the text is lost. Now is my question: How do i save those things, so that the next i start my application, or open a form, my text is still there. Can someone plz send me a code sample. Thanks in Forward, radexxion I "played" with this for a few days, an ...Show All
