Alicia Rose's Q&A profile
Smart Device Development bubble notification
hi, i am working with pocket pc 2003 right now and i use MFC to develop it. i wonder how can i handle the return value from bubble notification i got some information in http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/ppc_fications.asp but i still can't understand how to handle the return value ( which is on part 2 of this article ). Any sample code about this thing Thank you very much. ...Show All
Visual Studio Express Editions BIG BUG in VB 2005
Hi, I thinked I turned crazy when I saw my programs working and then, some events diseappeared (combobox, listbox, ...). The fact is that my VB 2005 sometimes removes for itself the "handles ..." after a sub. For example, if I have: Private Sub Cbo_agent_SelectedIndexChanged( ByVal eventSender As System.Object, ByVal e As System.EventArgs) Handles Cbo_agent.SelectedIndexChanged I run or generate my project and then, I h ...Show All
Visual Studio Express Editions I had an old copy of .NET installed. Getting rid of that fixed the problem.
I would like to install C++ Express Edition. I click the download button and get a copy of vcsetup.exe sent to me which I save. I run vcsetup.exe and it seems to run. It gives me a progress bar and popup window re uninstalling old versions. I click OK on the popup window. Progress bar finishes and vcsetup.exe exits. The problem is that nothing more happens after this point! What am I missing I had never installed a previ ...Show All
Visual Studio Issue with DSL Tool
I use Microsoft Domain-Specific Language (DSL) Tool for creating and deploying the DSL within Visual Studio IDE. Prior to creating the installer, while creating the project template, I get a failure while performing the "Run Custom Tool" or "Transform All Templates" step on *.dsldt files. The error message is as shown below - Custom tool error: Errors were generated when initializing the transformation ...Show All
Windows Forms Event for Dynamically Created Controls
Hi All, i have a form which creates the controls according to the no of records present in dataset and then these are binded to the certain row of the table of the dataset and my code for this is Sub createcontrols()   ...Show All
.NET Development Unhandled Exception Microsoft ODBC.SQL Server Grantor Does Not have Grant Permission
When I install my application on a Users Machine and they click a button that has to fire a stored procedure they get an error message: Unhandled exception has occured in your application. If you click continue, the application will ignore this error and attempt to continue. If you click quit the application will close Microsoft ODBC.SQL Server SQL Server Grantor does not have Grant Permission. I'm testing this out and gave the user fu ...Show All
Visual Studio IDebugClassField::EnumBaseClasses doesn't work well.
Now we are using Visual Studio Debugging SDK to develope a debuger for cobol language, and we want to display a member data of a class in the local and watch window. The class and its base class are defined out side and the data we want to display is in the base class. So in order to get the member data, we use the function IDebugClassField::EnumBaseClasses to obtain the field of the ...Show All
Visual Studio VS 2005 has corrupted a custom VSZ file's format for VS 2003
I have both Visual Studio .NET 2003 Pro and Visual Studio 2005 Pro August CTP installed on the same machine. I am doing this with the understanding that when VS 2005 is released as RTM, it will be expected to coexist with older versions of Visual Studio, while people are trying to transition from the old to the new. I have made a custom project type with the necessary .vsdir and .vsz files. Currently, that custom project only works ...Show All
Visual C# VS 2005 C# to wrap in COM
Hello Everyone, I wrote a C# dll in VS 2005 and to my surprise it didn't work on VS 2003 projects. The only solution I think maybe is to wrap in a COM wrapper....I was wondering what is the best way to do that...My COM skills are not that great.... Anyone help, really appreciated.... Thanks, Harsimrat As you have discovered, assemblies built for the 2.0 framework cannot be used by previous framework ...Show All
Visual C++ Floating Point Supoport
<itsmike@discussions.microsoft.com> wrote in message news:9639e8e2-d13a-4dfc-9058-e52e72f1e069@discussions.microsoft.com > The floating point control methods (_controlfp,...) are listed as > deprecated during > compile under vs/8/express (beta). Are they truly deprecated They are deprecated in favor of _controlfp_s. The only difference is that _controlfp_s returns an error code, so it c ...Show All
Architecture Windows Service event log full?
I have a Windows Service which has been running happily for months, writing the occasional message to a private Windows event log using System.Diagnostics.EventLog.WriteEntry. Just today, however, my service has stopped running, and the Application event log contains the error: Service cannot be started. System.ComponentModel.Win32Exception: The event log file is full. It didn't look that full to me; a few hundred events, certainly fewe ...Show All
Visual FoxPro Laser Printer Problem with VFP
HI! I designed a Software in VFP 6 & also developed Some Reports.Problem is when i use Printer Like Epson Dot Matrix & other epson series it works fine but when i install Laser printer & want to use, then my software even System hang.I have to do restart my system. I wanna use any time of printer with my VFP software but it's not working with Laser printer. Guide me & solve my this problem. Thanks Syed Zishan Kalam It's ...Show All
Visual Basic Controls Flickering when drawed on the form
Hello there :) This was a Problem in Visual Basic 2003 when having a Form with about 150 Controls the form simply consists of panels and those panels have Labels and controls beside hem the form itself has a background picture ,,, the Panels also have backimages the Problem is when the form is shown the controls are being drawn really slow ... (the form is 1024*768) that wasn't a Problem at all back in VB6 anyway I saw that Visual Basic 2005 has ...Show All
Windows Forms missed controls/properties?
My project is an user interface for an access 2003 file. I need these things: ComboBox that check the item The user may click the arrow and select the item using the dropdown list and he can also enter the text. The ComboBox must show a messagebox telling the value is wrong. (Ive another unresolved thread for this http://forums.microsoft.com/msdn/ShowPost.aspx PostID=13251 ) TextBox for Dates TextBox for Double TextBox for Integer T ...Show All
Visual C# Application object model question
Hello, I'm trying to implement an application class like this: http://msdn.microsoft.com/VBasic/default.aspx pull=/library/en-us/dndotnet/html/automationmodel.asp But I can't get the Application object to work; the code is: private static readonly Application instance = new Application(); public static Application Instance { get &nbs ...Show All
