BamaGal's Q&A profile
Smart Device Development Uninstall_Init() and Uninstall_Exit()
can some one teach me how to use Uninstall_Init() and Uninstall_Exit() in .net compact framwork. My system will save some data into ppc registry, i want to delete those data when user uninstall my system. Can someone teach me how to do that You can not, setup DLL needs to be native. You can delete registry entries without setup DLL though. To do so add these registry entries to your CAB (e.g. with default va ...Show All
Visual Studio Express Editions Moving the record pointer
I have used foxpro for 15 years and have just downloaded the express editions for vb and sqlserver. In foxpro, when the record pointer in the controlling table moves the linked tables automatically move to the child records. I haven't been able to see how it's done with sql express and vb.net. I'm sure it must be a simple task, but for the life of me I can't see it. I think this is what you are looking for: &quo ...Show All
Visual Studio Help needed in structing a solution in source safe safely
How can I structure my Solution in source safe Hi I have created a solution in vs.net as follows Framework DataTier (solution Folder) DT.DataManager (class Library) BusinessTier (solution Folder) BT.BusinessManager (class Library)   ...Show All
Windows Forms Serious bug in DataTable Select
If you use a datatable select on a column that contains a GUID you will have a major problem if you are not using US language. We are using Danish language and when selecting like this: ds.Tables(0).Select(GuidColumn = 'SomeGUID') It will not always retu ...Show All
Software Development for Windows Vista Compilation failed for Travel Demo
On compiling the Travel Application Demo , which I had downloaded from http://www.windowsworkflow.net/default.aspx tabindex=4&tabid=49 , the following error appears: Error 1 Compilation failed. Value cannot be null. Parameter name: name C:\Trav\TravelApplication 0 0 By double clicking this error a message box appears having the following message: Cannot open File 'C:\Trav\TravelApplication'. Verify that the file still exists and ...Show All
Smart Device Development Emulator Image AKU2
Hello, Is anyone aware of an emulator with the Messaging and Security Feature Pack already installed I 'd like to test the new security features of exchange sp2 (direct push tecnology, wiping devices ... ) Thank you, The only Windows Mobile 5.0 emulators currently available have the original RTM release, there are no updated images for any of the subsequent AKUs Peter ...Show All
.NET Development Parsing data from MSQL to TextBox
ok I have the following code System.Data.SqlClient.SqlConnection conn = new System.Data.SqlClient.SqlConnection("SERVER=localhost;DATABASE=test1;UID=username;PWD=dbpassword"); System.Data.SqlClient.SqlCommand cmd = new System.Data.SqlClient.SqlCommand("SELECT * FROM tbl1 WHERE IDNum = '"+txtIdNum.Text+" LIMIT 0, 1', conn"); System.Data.DataSet ds = new System.Data.DataSet("MyDataset"); Ho ...Show All
Visual Studio Show more than one Property in a Compartment
Hello, In the Documentation of the September Release, I remember it was a document wich explains how to show more than one Object property in a Compartment, is this possible with the last release How Can I do it Thank you very much! Rafa Cabedo. Rafa, I assume you mean the " Compute a property value based on others " example where name and type was displayed in the compartment If yes, this e ...Show All
Windows Forms Serializing a Collection
I have a control that has a Collection Property on it. How would I go about making that collection serialize say by serializing it into calling AddRange and passing in all the items of the collection I tried a TypeConverter using Instan ...Show All
Software Development for Windows Vista Parallel Activity issue in Sequence Workflow
Hi To All, I am using WinFX December CTP and released version of VS 2005. In Sequential workflow, when i tried to use parallel activity with two code activities inside them. The code activities do not seem to be executed parallel manner. Actually, i put the thread into sleep in first code activities for a specific amount of time. The result is always, first code is getting executed prior to second code. Is it a bug or is this way the ...Show All
SQL Server columns in select list
In your client, sure -- every client library can do that. In SQL Server, probably not. What is the business or technical problem you're trying to solve Perhaps we can come up with a better way of handling it. -- Adam Machanic SQL Server MVP http://www.datamanipulation.net -- < buragohain@discussions.microsoft.com > wrote in message news:6926c563-86b6-40a5-a ...Show All
Visual Studio Express Editions Big problem on Project Template of VCSExpress
how to find the attribute of StartWorkingDirectory in VCSExpress In VS2005 I can get the attribte like this: EnvDTE. Property p2 = proj.ConfigurationManager.Item( "Debug" , "Any C PU" ).Properties.Item( "StartWorkingDirectory" ); p2.Value = "d:\MyProject"; But I don't know how to get it in VCSExpress Please help me! Thanks a lot. Here is a responce that I posted in y ...Show All
Windows Forms Projects: What types of projects?
Hi all, I have a question regarding what makes up a project. 1) There are of course layers; business layer, DAL, UI layer etc. a) So, is a business logic layer built in its own Project and the DAL built in its own Project and the Use ...Show All
Visual Studio Team System Continuous Code Integration supported by Team Build?
Does anyone know if Team Build will support the concept of continuous code integration as is currently provided by the combination of CrusiseControl, Nnant and Nunit Specifically, I need the functionality of every X amount of time have an autobuild that gets all code from source control, compiles, runs al unit tests and notifies developers if anything broke. Thanks JoseB. Jose, You may want to look a ...Show All
Visual Basic Datagridview "HideSelection"
I'm using an unbound datagridview to display information, and I need to color-code certain cells to alert the user to status events. Is there a way to not have the selected row highlighted when the control does not have focus (similar to the VB6 .HideSelection property) Did that do what you wanted it to do, or did you find another solution I'd be interested in the other solution if you have one . ...Show All
