hi... am developing an c# windows application in which i need to control the form controls from another form, i tried it but its not, so any one plz help me out in solving this.. thnks n rgrds ageesh
Ageesh
Posts
-
controling a form controls from another form in c# -
how to attatch, restore database to msde using vb.net or c# .nehi.. i would like to attach OR RESTORE a database TO MSDE USING VB.NET OR C#. PLZ HELP ME OUT TO SOLVE THIS PROBLEM... THNKS & RGDS AGEESH
-
Dot Net Installerhi... am using vb.net + sql 20000, now i have to install sql server then create the database and install t application, by following these process only i would be able to run t application. i wanna know will i be able to use my application with out installing sqlserver (ie by using msde can i create db) and how to create an installation package for the above
-
Crystal report using ttx in vb.nethi.. i am trying to develop a report using crystal report with ttx using vb.net 2005, in the first stage i created the report with data source as Field Definition Only. problem am facing is that how should i insert values to the ttx file. plz help me out in solving this..
-
Applications running in a system..hi... i would like to get t details of all t applications that are running in a remote system using a vb.net application. plz help me out to solve this.
-
Create an exe without need of setup file and packaging and deployment advicehi... i think u can do the thing with setupfactory, u can search it in google..
-
SQL Query Designer, Analyzer, Builderhi.. if u r using sql server u have t facility to make query. t thing u hav to do is to select t tables link t tables and pick t fields. t query is ready Rgrds Ageesh
-
How to programatically hide a DatagridComboboxColumn? [modified]hi.. this single line code will do.. DatagridComboboxColumn.Visible = false; "DatagridComboboxColumn" this will change according to the name of column u set. with rgrds ageesh M
-
get the names of all the fieldshi... You can use this query to get column names of the table SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'name of the table' with Rgrds Ageesh M.
-
Pros and Cons of 3-Tier architecturehii... i would like to know more about software development in 3-t architecture and its pros and cons.
-
Taking measurements of an autocad drawing in vb.netHi, I am doing an application in VB.Net 2005 and in that I want to read the measurements of an autocad drawing. Is there any way to do it. If possible please help. Thanks Report post as abusive
-
how to get DataGridViewComboBoxColumn selected value in vb.net2005,Am using datagrid to collect some data and in that i added a combobox(with its value and display member), textboxcolum . now i want to save it to data base while saving i want to save the selected value of the combobox and string in textboxcolum...Plz help me out in solving this :)