cloudycity's Q&A profile
Windows Forms generating winforms on the fly
I have been given the assignment of building a class that will generate winforms on the fly. The information (properties) for each of the forms is stored in a oracle table. I will need to read in those properties and generate the forms.&n ...Show All
Visual C++ Problems with CCmdTarget.h
Hello I am trying to make an application for validate digital certificates and i am using de CM Library. The problem is that is included the file "mapi.h" that gives me a lot of error in the compilation and i cant find a good version of this file or why this errors happens. I have also some problems of the same type with the file CCmdTarget.h. I am using Visual C++ 2005 Enterprise Edition with platform SDK. I dont know the ...Show All
SQL Server Foreign Key Constrint Problem
we have tables created CREATE TABLE Project ( CreatedBy int NOT NULL, CreatedOn datetime NOT NULL, Description nvarchar(1028) NULL, ProjectID int identity(1,1) NOT NULL, ProjectName nvarchar(128) NOT NULL, RefProjectID int, Time_Stamp datetime NOT NULL ) GO CREATE TABLE Project_AuditLogs ( Before_Data int NOT NULL, EventID int NOT NULL, LogDate datetime NOT NULL, Project_Audit_ID int identity(1,1) NOT NULL, UserID int NOT NULL ) GO an ...Show All
Windows Forms .NET for Tablet PC
I am working on a VB.NET app for tablet pc and handwriting. I am looking for either a book or website or something to help me along with this. I know that its possible to develop for gestures within an app, but i can't fin ...Show All
Windows Forms procedure descriptions
I am guessing this is simple but for the life of me I can't find any documentation or examples on how to do this. I am trying to add secriptions to my procedures and there arguments so that during design time they pop up as you&n ...Show All
Windows Forms need help with datagridview
I have a datagridview with a comboboxcell. when a value is selected in that combobox, I want the datagrid to change the selected cell. What I mean is, I don't want to use the TAB key. It should jump automatic to another column in the same row. Could somebody help me I found an other way to get want I wanted. After a combobox selection in the datagridview, I used two events to handle my needs. fir ...Show All
Windows Forms Must I use visual studio .net for windows forms programming?
Hello, guys. I am just a beginner and I wonder must I use visul studio .net to learn winforms programming and develop an application Thanks in advance. You could also go for Visual Basic .NET or C# .NET, which are sold separately.  ...Show All
Visual Basic Unable to port VBA to VB2005 Express
Hi, I hope you maybe able to assist me. If I type TextBox1.text=Month(Date()) in Access VBA the text box displays 12. In VB2005 Express Edition the above does not work Can anyone assist Thankyou in advance. Jae textbox1.text = Convert . ToString ( Now . Month ) ...Show All
Visual Studio Team System My Work Items
Can the My Work Items result be put in a Dockable Window like the Error List is I have multiple monitors and it would be nice to be able to drag my Work Items window to another monitor other then my code window. Right now all I can do is split it with other documents open in the editor. In fact, I would request this of any of the Query windows... Active Bugs All Tasks My Work Items etc.. ...Show All
Visual Studio Express Editions hehe, Cant believe Im stuck on this...
This is my IF Else statment Im throughing it a few arguements and it does not like my || OR sybols and ive tryed && It does not seem to let me put more then one arguement. Just want to test the text fields to see they have any data in them before the code continues... Really cant believe Im stuck on this... maybe I play with to many languages... or tired! If someone could steer me in the correct dirrection please feel free or even ...Show All
Windows Forms VB .NET: How to display "Licenced to: user name"
Hi! I am making About form where I want to display, between other information, something like this: "This program is licenced to: user name". How to fetch the name of the person Which class to use I know there is the PC user name digged&n ...Show All
Visual Studio Tools for Office COMException generated while trying to customize an Office document
I'm trying to add a customization module to a document (Excel for example) using ServerDocument.AddCustomization() as told in msdn help but an exception is raised: "Unable to cast COM object of type 'VSTOPersist.Interop.VSTOPersistWordClass' to interface type 'Microsoft.VisualStudio.Tools.Applications.Runtime.IAppInfoDocument'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{09 ...Show All
.NET Development Failed to access IIS metabase
Getting the following when am trying to run a web client in Visual Studio 05. I have already set the permissions using "aspnet_regiis -ga aspnet" for the web service I created and it works fine. Switch projects to the client and i get this. Switch back to the web service and it works. Failed to access IIS metabase. Description: An unhandled exception occurred during the execution of the current web request. Please review ...Show All
SQL Server How to identify which version we have?
How do I tell if I am running SQL2K Enterprise Edition or Standard Edition We have a 2-node cluster. Does that imply Enterprise Edition, or could Standard do that as well Thanks for any info. Thanks, that was very helpful. We are kicking around upgrade questions. The price for 2005 Enterprise is very much higher than Standard, but because we have 2000 Enterprise we were wondering if we needed that version in 20 ...Show All
Visual Basic Data refresh problem
I have a table connected to a binding source and a table adapter, which are bound to a dataset. The text boxes are editable and the Update setting is OnValidate. However, the edits are not being passed back to the database. I added the following lines to the OnClosing event for the form: Me.Validate() Me.TblSystemBindingSource.EndEdit() Me.TblSystemTableAdapter.Update(Me.ManForexCLSDataSet.tblSystem) However, the application ...Show All
