ursus zeta's Q&A profile
Visual FoxPro Problem while installing foxpro 9
Hello, When I run setup.exe for Visual FoxPro 9.0, welcome screen is displayed with two links activated; prerequisites and Visual FoxPro. When I click either on these, setup program hangs and nothing happens. This issue is valid also for Visual FoxPro 8.0. Any ideas Thanks I am using XP SP2 installed on a new HP notebook. I am logged in as administrator. I am using the original CD and it worked fine on my t ...Show All
Visual Basic Same problem
Yes I got the same problem too. Can type any character but back space, ctrl-z doesn't work. I have tried to repair the VS 2005, but the problem still exist. A. Jason, Do you have any tool windows set to autohide There is a known issue with autohiding toolwindows in Visual Studio Beta 2. Here is a Product Feedback link: http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx feedbackid=3 ...Show All
.NET Development 2 projects same solution
my solution is set up: Solution | --vbProject | |-----References | |-----cppProject | |-----mscorlib |- ...Show All
Smart Device Development TextBox OnClick
(Compact .Net 1.0) TextBox does not have a OnClick EventHandler to use. So I created my own TextBox class and subclassed TextBox and I override OnClick. This compiles but when clicking on the TextBox the method never gets called. Is there any way to get notified when the TextBox is clicked or selected I tried catching the OnGotFocus event, that works great except if the focus is already on the TextBox and the user click on the box again. I ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectX Extensions for Alias Maya 7
When will the export X for maya 7 be released Or is there a way to convert 6 binary or 6.5 binary too work with 7 This is what we're saying, it doesn't work. It compiles, sure, but it also crashes like crazy and can never export a .x file. And yes, I updated the paths. What is MS doing about this Anyone know Or do they just continue to ignore their users ...Show All
Visual Studio Express Editions No output from Debug.WriteLine
Hi, I must have changed something in VB. My Debug.WriteLine("What ever") statements no longer produce any output in the Output window. The window is blank! I would appreciate help in how to get Debug.WriteLine working once again, thanks. I'd need to check in Express but in VSTS it is producing the output in the output window whether I use Debug.writeline or Console.writeline. The dropdown at the top of this window show outp ...Show All
Visual Studio Export Drill Down Report
Hi all, I've been search high & low for months now for a solution regarding my problem, and I'm about to give up & think that its not possible. I'm using VS2003 VB.NET & Crystal Reports Dev 10. I would like to export the "current" drilled-down tab result programmatically. Is there any way to do this When I try to export using VB, I always export the "whole" report. And not ...Show All
Visual Basic define excel table in vb 2005 oledb using excel.xls file
Hi, i am making an application that will use a access database and an excel spread sheet. It will basically save data from mutiple text box inputted by the user into both excel and access. The part of the application i need help with is below what i am trying to do is learn how to define the table in the excel tables. I have looked around and have had no progress with defining tables field. Below i have included in the comments the definition ty ...Show All
Visual C++ Problem of struct default constructor in vc++2005 beta1
wrote in message news:fedcfa42-4dde-47fc-ae43-27b15b6f3d7c@discussions.microsoft.com... 3512.1 I made a default constructor for a struct as below. But this caused a compliation error in vc++ 2005: --------------------------------------------------------------------- Error 1 error C3417: 'Point :: Point' : value types cannot contain user-defined special member functions --------------------------------------------------- ...Show All
Visual C# How Collections.HashTable does arrange its values?
HashTable paramTable = new HashTable(); foreach (DataRow configRow in configParam.Configuration.Rows) { BEConfiguration.ConfigurationRow configRow = (BEConfiguration. ConfigurationRow) configGenericRow; if (!paramTable.Contains(configRow.MyStrin ...Show All
SQL Server Unsupported Datatype
I have an output column of DT_DECIMAL I want to assign values to this column so use SetDecimal I keep getting the following error Source Adapter [144]: Microsoft.SqlServer.Dts.Pipeline.UnsupportedBufferDataTypeException: Column data type is not supported by PipelineBuffer class. at Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetDecimal(Int32 columnIndex, Decimal value) BOL lists it as a valid datatype and the column should ...Show All
Smart Device Development Activesync fails to sync after installing vers. 4.0
Hello to all, I have upgrade activesync from version 3.7.1 to 4.0 in order to deploy my application in VS2005 beta2 to the device. After doing that, activesync stops to work: although the AS icon show connection (green) when the PDA is in the cradle, is is not possible to get the main screen of activesync ; and, when trying to explore the device, I get the following error window: " Critical communications services have failed to ...Show All
Windows Forms Asign data field to variable or otherwise use it
I sure hate to have to ask this--it's fundamental. But I've searched many hours trying to find the answer. And I've watched 4 hours of videos, too. In VB Express 2005, I've connected to an Access file and can load it to a grid on a form. I can do all the associated functions with the data that you would expect on the form. HOWEVER, I simply can't figure out how to "grab" a piece of data from a particular column (let alone row!) t ...Show All
Microsoft ISV Community Center Forums Put E-mail In From Field
Dear All, Please Help me , I need a VBA code to Put certain E-mail in From field before sending any E-mail Automatically Dawy You can use the "SendOnBehalveOfName" property: Sub MailMe() Dim outApp As Outlook.Application Dim outMail As Outlook.MailItem Set outApp = CreateObject("outlook.Application") Set outMail = outApp.CreateItem(olMailItem) outMail.SentOnBehalfOfNam ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Common framework conversion errors
I'm working on fixing up the Common Framework files from the Zbuffer, and I have fixed most, but here are a few I'm not sure about. I don't know if this little information is enough, I can provide more context if needed. 1. effect = effect.FromFile(device, path, Nothing, Nothing, ShaderFlags.NotCloneable, Nothing) Error 10 'NotCloneable' is not a member of 'Microsoft.DirectX.Dire ...Show All
