scheppsr77's Q&A profile
Visual Studio Express Editions Where are the registration benefits
Have just installed and registerd VB Express. I received an email with a link to the registrations benefits page ( http://go.microsoft.com/fwlink/ LinkId=52054 ). This link leads however to Microsoft Connect, not the registration benefits page. The link given in the Express Registration FAQ is the same incorrect link. Judging from this forum, this seems to be quite common. has anyone got a working link to the page Cheers B-M-C wrote: Have just installed and registerd VB Express. I received an email with a link to the registrations benefits page ( http://go.mi ...Show All
Visual Studio Express Editions Case Select - Not the best way ..
I am trying to look up data in a grid. I am using a Select Case statement, see below. My question is there an another way to do this. I have another table/grid of data that has 30 rows and 30 columns and my Select Case statement will be very big. IMO the most elegant way to do that sort of lookup is to build a dictionary/hash table/map that links some sort of unique key with all the data you need to look up. ...Show All
Visual FoxPro COM server problem
I have a VFP6 project that when compiled worked great as a DLL lookup on an included table. As I no longer have access to VFP6 and the table needed updating, I tried to test out VFP9 with this project. It builds to the DLL with no errors but when I tried to register it, I got the dreaded message" DllRegisterServer in ....failed. Return code was: 0x80004005". I used Dependency Walker to profile this dll and got the following results: GetProcAddress(0x7C800000 [KERNEL32.DLL], "FlsAlloc") called from "MSVCR71.DLL" at address 0x7C341950 and returned NULL. Error: The specified procedure could not be found (127 ...Show All
Visual Studio Express Editions Help with Databse Update!
I am creating this program, its pretty simple but i have an error I used VB Express 2005 and SQL 2005 Express, basically its a table that will manage a set of messages i want to display in a text box. I have made that work.... But i also want to be able to edit/create the messages inside of the program. So i just dragged and dropped my table onto the form as an Data View sheet.. and everything else was done for me. It appears that i am able to ADD data (although, when i close it and look in VB or reopen it.. it doesnt appear) But the save button doesnt give an error when i am adding. When MODIFYING the data of a current cell ( ...Show All
Windows Forms show selected items of listbox in another listbox
hello how can i show multiple selected items of listbox into another listbox. my second question how can i show multiple selected items of checkboxlist into listbox. thank you for the time and for the help ...Show All
SQL Server Range Attribute
Hi, I have a Sales fact table that contains a SellingAmount. Each Sales transaction may have multiple sales records in the fact table, where the "Final Selling Amount" of one sale is the SUM(SellingAmount) of all instances of this sale. Note that the Sale itself is stored in a separate dimension table (SCD) with Sale Number and other details. I want to create a Range Attribute of selling prices, say Selling Amount is < 200, Selling Amount between 200 and 500, and Selling Amount > 500. And want to consider each Sales instance only once by calculating the Final Selling Amount and applying the Range dimension on this at ...Show All
SQL Server Threading in Custom Components and Script Components
Ok so its reall easy to use threading in .net. But what about doing it properly especially in SSIS. The following are my questions, Are there any implications of adding rows to a buffer from multiple threads How can the script components be written to close any spawned threads when running in Dtexec. It seems that only the top level thread is aborted leaving spawned threads running Is this an issue with dtexec Which of the core components use multiple threads i.e. does the multi flat file, I understand the sort does Cheers Simon I think your statement is not precise. It is easy to start a thread in .NET but that doesn't mean i ...Show All
Visual C++ MFC - exchange data between two CFormView form
Hi all, please help me for this problem. I want exchange data between two MDI form(VC++/MFC), ex: Note: F1 and F2 is extended from CFormView, not from Dialog In Form1(name=F1) i have: a CEdit(name=txtT1), a Button(name=cmdC1) In Form2(name=F2) i have: a CEdit(name=txtT2), a Button(name=cmdC2) Now i want, when i show F1, input a text (ex: "abcd") into txtT1, and then click cmdC1. When click cmdC1, i will show F2 and transmit the text("abcd") to F2, on F2 form i have a function to receive this text and display this text on txtT2(this text can be changed). When i click cmdC2, i want to tra ...Show All
Visual Studio Express Editions How to Run exe from memory or stream ?
hi i embedd my exe in vs.net project as resource . now in run time i want to run my exe and don't save it in hard . how to do my idea is load exe (in resource) to stream and run it . byt how to run it my exe is win32 application .. thanks.. hi, i'm not sure from this but give it a try 1) right click your project name in solution explorer and select properties 2)select resources Tab and from the top of this page select (Add resources/existing file) select your exe / open 3) go to solution exploere / expand resources node right click your exe and select properties , from build Action select embeded resources 4) in soluti ...Show All
Visual C++ Simple window
Can anyone post a link to a tutorial/example on how to create a SIMPLE window with drop down menu. zeee wrote: Can anyone post a link to a tutorial/example on how to create a SIMPLE window with drop down menu. You can use the Win32 application template in the app wizard to generate an app with a simple window, menu, and an about box. ...Show All
Visual Studio How to support Exception Assistant
I want to support an exception assistant to COBOL Exceptions. How can it support It seems that it has realized by putting an XML file on the ExceptionAssistantContent folder of an IDE folder about the standard exception for Visual Studio. Best Regards. Dear Lufeng If the exception object of COBOL is a similar form to $exception, we can support "View Detail" I want you to teach details what form a similar form is. Best Regards. Shinya Watanabe ...Show All
Visual Studio Tools for Office Outlook Addin to Interact With External Application
As a VS Developer I'm excited about VSTO 2005 and I'm also frustrated by the lack of documentation and fragmentation in existing documentation for VSTO as compared to VS but... I need to be able to have Outlook interact with an external application on the same machine by having Outlook send copies of email and contact objects or data to the external application and accept data from the external application for email to be sent by Outlook. I've downloaded the Outlook Hands-on Labs to glean what I can with the following results: The Outlook Inspectors seem unpredictable when trying to add a menu item for ...Show All
Visual Studio Express Editions Add Data Source Wizard Functionality
I have recently installed Microsoft's Visual Basic.Net Express edition and when I go to the Add Data Sources it only lists SQL Server and Access DB. I am using NCR Teradata as my connection and it would be very helpful to have the wizard pick up my ODBC's. Any help would be appreciated. Thank You, The express system can only connect to the built in local database systems using the wizards, to connect to them you have to make the code changes manually. ...Show All
SQL Server Dynamic SQL task
I want to make my SQL task dynamic i.e I want to accept the Connection String through variable i pass to the package I dont intend on using a configuration file.How do i go about doing this and what all variables do i pass to do this. Thanks Clayton P.S How can we assign Connections dynamically to a OLEDB Source by passing values from a list of variables. Running the package using dtexec you can update the value of the connection string by using the Set command. The Books Online topic dtexec utility contains information about using the set option. You cannot update property expression by using ...Show All
Windows Forms Supressing Print Dialog in MSHTML
I am using the HtmlEditorControl that is posted in the 'Samples' section and I am trying to supress the Print Dialog from popping up everytime I print the contents. Is it possible to programmatically keep this dialog from popping up Thanks in advance for any help on this, Kevin. I don't think this is possible. Although you could "simulate" ...Show All
