vkh75's Q&A profile
Visual Studio Express Editions Simple, yet complicated questions...
Hello, I am new to programming, and would like to jump right into making some quality applications. I have been in a C++ programming class since August, and have really become familiar with the basics. At first, I practiced with the simple stuff, and made some very cool console applications. After creating these applications, I made a release build, and sent them to some friends to get their opinions. Then, I began to step into Windows F ...Show All
Microsoft ISV Community Center Forums Can I unProtect a document?
My VB code protects a Word object without setting a password, like this: Call Document.Protect(2) Is it possible to Unprotect this document If so, how (Did I post this in the right forum ). Thanks in advance for help. -Jeff Use the uprotect method of the document If ActiveDocument.ProtectionType <> wdNoProtection Then ActiveDocument. Unprotect Password:=strPassword End If T ...Show All
Software Development for Windows Vista Virtualization?
Various Microsoft Vista docs talk about registry and disk virtualization, e.g. "In Windows Vista, many legacy applications that were not designed to support standard user accounts can run without modification, using the built-in file/registry virtualization feature. File/registry virtualization gives an application its own "virtualized" view of a resource it is attempting to change using a copy-on-write strategy. For example, when ...Show All
Microsoft ISV Community Center Forums Copying selected Worksheets to new workbook
Hi, all. How do I copy only 3 worksheets from a book with 9 to a new workbook . I do not know the name/path of the new workbook because the user will save it where he wants. Please help!, I have tried many things, but it creates a workbook for every worksheet or it happens other weird things. Thanks. Jorge. Hi Jorge, Here's some info from our support engineer: Let’s talk about following Excel ...Show All
Windows Forms Partial type request for RTM
I just noticed that in VB.NET 2005 Beta 2, you can't tell (by default) what class a Windows Form inherits from. For example: Public Class Form1 End Class We use visual inheritance a lot at my company. It would be nice if MS would move&nb ...Show All
Visual Studio Team System Active Directory mode
Is the requirement around Active Directory mode just for the AD that the servers are members of My tfssetup account is in a trusted AD and I'm wondering if that could have an impact on our testing. In general, our test servers are in a semi-isolated AD and user accounts (developers, testers, etc) are in the trusted AD. Has this (or a similar configuration) been tested It turns out that Tom was running into some interesting syn ...Show All
SQL Server DTExec is taking all my memory
I have created a SSIS package that reads 500 text files splits them into 4 raw files then reads them again and writes then to 4 database tables different Tables. The reason form this is that my raw files have multiple types of records in them and it is only 1 Coolum. I split this out into the different types of records and load whole rows into the database. ie input 1 txt file <T6> 1:1000178 3:18148821-00 5:40204043 6:1 17:EX20 ...Show All
Visual Studio Express Editions Help Please on Visual Express Database Saving
I just recently downloaded visual basic express and i've found it to be a very powerful tool despite being free. I've been moving right along through the tutorial and ran into a simple problem..... I got to this page on the "How Do I" help training: "Adding or Modifying Your Records: Updating Data" I created a project and connected it to a database. When I run the form and "update" the database on the form( ...Show All
SQL Server CREATE ASSEMBLY failed because method 'get_Count'...
Hi All, I am trying to create and assembly which saves the results of a XML query. The dll, when called from a exe, works and saves the results to file as expected. However, when trying to create the assembly I get the error: " Msg 6215, Level 16, State 1, Line 2 CREATE ASSEMBLY failed because method 'get_Count' on type 'ADODB._Collection' in external_access assembly 'Interop.ADODB' has invalid attribute 0x1003." ...Show All
Visual Studio Express Editions ONE MORE TIME - registration benefits are....where?
I've looked through the thread started at the end of November, "registratiojn benefits are....where " and apparently the question is not answered there. One reply gives a link that takes you to "how to register"...which I have already done. I don't see anything at that page that explains where to find the benefit files. So, one more time, does anyone know where to find the Corbis pix, the icons, and the e-books that were offered as registrati ...Show All
SQL Server How to sort that does not include duplicates in display?
Hi everybody, I like to asked anyone who is very good at sql to help me display this data in a table format that duplicate headings, subheadings or other columns won't appear twice or more. Can anyone help me I need to sort them and load them in a Datatable. Loop thorugh all records and display them in a label control created at run time. Thanks in advance. Sample Data: Topics Table TopicId TopicLevel Topic  ...Show All
SQL Server Aggregation Design Wizard: functionality questions
Hi, As an example, I use the Aggregation Design Wizard to specify MOLAP 20% for a partition - this is based on 20 products, 40 sub-products, 100 sub-sub-products. What if my product dimension table increases substantially in size so that I now have 200 products, 400 sub-products and 1000 sub-sub-products - do I need to rerun the aggregation wizard to maintain this "20% performance gain" Or does MSAS know that I always want 20% performa ...Show All
Windows Forms TextBox Focus
I cannot get my textbox to focus on the load event of the form. I have tried using the TabIndex = 0 both during design mode and runtime mode, but my Focus always falls on the last item i.e. the CANCEL button on the form. I need& ...Show All
.NET Development Get the Webservice from my local machine to the production server (I am using Visual Web Developer 2005 express)
Hello, I finished a webservice-project with several methods on my local System. Now I want to publish it on the production server. My Development Environment is Visual Web Developer 2005. I have read that simply uploading the files ist not the solution (code-behind model). The file "Service.asmx", which points to the real Code (and is - so far as I have read - only from interest for the development environm ...Show All
SQL Server Product Level Insufficient
I am trying to run dtexec on some DTSC packages I created using SSIS. I keep getting the error "The product level is insufficient for the component". Anybody know what this means Thanks, Michael D. Fox Thanks Matt, I just went back and reinstalled, checking everything in sight, and it works now. Thanks again, Michael D. Fox ...Show All
