Victor Nazarenko's Q&A profile
Visual Basic Mathcad DLL
Can I write a Mathcad DLL using Visual Basic 2005 Maybe making one from a class The last VB program I wrote was in VB6 and I've never written a C program, so I am very new to this. I have to make a function available to Mathcad and I only have very old C examples. Hi Bill, Welcome! Yes...... Here's an example with instructions on how to put a DLL together. http://forums.microsoft.com/MSDN/S ...Show All
Visual Studio 2008 (Pre-release) Select multiple Items in a Listview from codebehind
Hi all, i have a question about ListView. I want to select multiple items in the ListView from codebehind, but it selects only the last item. Here is my sourcecode: public ObservableCollection <Person. PersonObject > SelectedObjects { get { return ( ObservableCollection <Person. PersonObject >)lv.SelectedItems; } set { IEnumerator ie = value .GetEnumerator(); while (ie.MoveNext()) { lv.S ...Show All
Visual Studio Express Editions com and microcontroler
I’m a beginner with Visual Basic. My final faculty project (assembly hardware and software) consists of driving microcontroller from PC. I have choused visual basic 2005 express edition to make graphic interface ( supervising controlling and data acquisition ) Argument: I ‘m using serial COM port for connection between devices. I my see lateral (ascii) on Hyper terminal; I ha ...Show All
Visual Studio Team System Missing 'Business Intelligence Project' type in the New Project dialog
Hello, I just watched a demo of creating test reports in Team System where they talk about a project type called ‘Business Intelligence Project’. But in the version of VS I have, when I go to File -> New -> Project, I don’t see Business Intelligence Projects in the New Project dialog box. I think I have the latest version of Team System in my machine ( Visual Studio Team Suite, RET - 50727.21 ). Any ideas here What verison do ...Show All
SQL Server Disabling Product Feedback on en masse deployment?
Hello. After installing SQL 2005 Enterprise (MSDN-version), I was greeted with Product Feedback pop-ups on opening SSMS. I'm all about product feedback (hence why I'm here), but before I deploy a final/non-MSDN version to lots of users, I was wondering - if this also occurs with the non-MSDN version - if there is a way to pre-disable the feedback options I assume you're referring to the Watson and SQM m ...Show All
Visual Studio Team System Web services via class library - how to diagram?
We write a controller class library which our desktop and web UI shares (as they do fairly similar jobs). This controls communication to our web services, saving us having to write the same code for both apps. The problem is, the application diagram tool doesn't support class libraries. So now I've diagrammed my software architecture, what happens when I put this controller class library into my source Is the application diagram ...Show All
Visual Studio Express Editions installation of visual studio
can i download it in parts at different times becoze my internet is not fast enough to down load 470mb big file in one time if it is posible pls let me knw how to go abt it . As far as I know, Internet Explorer will auto-resume the downloads if it is supported by the server; in this case, t ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Dramatic memory leak in DrawText
I've been banging my head against the wall for the last few days trying to track down the source of a rather big memory leak in my Direct3D-application. Turns out the culprit seems to be the DrawText function. Let me explain exactly what happens: I'm using a variable width truetype font (Times New Roman) created through D3DXCreateFont. I'm using this in various parts of my application, but the part where the problems are easiest to notice is ...Show All
Software Development for Windows Vista Windows workflow beta 2
hi, I am learning how to use WWF and i download a video that teaches you how to do your first workflow, the problem is that it was made in WWF beta 1.2 and i have the beta 2 version, in the video it shows how to declare parameters in properties -> activity -> parameter. But in beta 2 it doesn't have that opcion there, so the question is: how can i declare parameters for my workflow in WWF beta 2 thanks for the answers. ...Show All
Visual C# Operator + in strings
string path = "C:\\Documents and Settings\\"+ LogonName +"\\Recent"; Error 1 Operator '+' cannot be applied to operands of type 'string' and 'method group' What do i have to do Thanks, Guilherme It looks like LogonName is a method, if so and it returns a string, try this: string path = "C:\\Documents and Settings\\"+ LogonName() +" \\Recent "; ...Show All
.NET Development Encrypting the app.config file
My application will use the DataProtectionConfigurationProvider to encrypt my app.config file. I can encrypt the file from within my applicaiton, but I would like to be able to encrypt it outside the application so that the file is encrypted when it is deployed. I know that you can encrypt web.config files with aspnet_regiis.exe. Is there a tool that can encrypt app.config files as well Eric No there is curren ...Show All
Windows Forms Using the AxDHTMLEdit control in .NET
Im developing a WYSIWYG .net component using the Microsoft DHTML activex control (AxDHTMLEdit). The component needs to accept html content into its body element after it is instantiated, and also have stylesheets attached.I can do this, but only after I  ...Show All
Windows Forms Merging MenuStrips
Hi, I have some troubles with merging MenuStrips. My Application has an MDI Parent form and some MDI children forms. The menu in the parent form looks like File New Project Open Exit if no MDI children form is open. The menu for the children forms should look like File New ObjectType #1 ObjectType #2 ObjectType #3 Save Sa ...Show All
Windows Forms MDI Problem
This problem popped up after upgrading to VS2005. My application has a report manager. You can print 1 or more reports at a time. Each report shows up in its own form. One form is used as the MDI Parent of each of the report forms. If I print one report I set the report form to maximized. When this happens, the MDI child form is shown with 2 icons and 2 control boxes, each of which work. If I don't maximize the child form then it works. Is th ...Show All
Visual Studio Team System Task Assigned To
When creating a new task in TFS, the Assigned To drop down includes many different accounts by default. For example, it includes the TFSSERVICE account that we use to run TFS, and TFSSETUP which we used to install TFS. Is there a way to limit the list of people, or create exclusions I'd like to remove TFSSERVICE, TFSSETUP and several others from the list. Thanks in advance. Mark You can achieve that by ...Show All
