Answer Questions
MattRobins Application that has intellisense
Anyone have any information on building an application that has intellisense (or something like it) built into it. For instance, it has a text area that when you '.' you get a drop down of available functions. thanks, lee ActiPro has the best one for the money from my experience. ...Show All
Motris Customize ListView?
Hello,, Is there a way how to add a custom control to one (or more) column/s in listview control for example I would like to store date information in one column and for easy editing I would like to have a date picker available. thanks Yeah,, maybe I will do that. thanks for help. Anyhow, I just found an app that has the same functionality I'm trying to get: http://www.iliumsoft.com/site/lp/listpro.h ...Show All
Citrus using datagird, datasets etc..
hello people im using vb2005 and heres my problem i have 3 tables, companys, employes, and company-employes o want to show the company-employes on a grid, usind a adapter and this table contains, date, idcompany and idemploye, so i need to go to the other tables using inner join not to show only the ids but the names from those ids i want to put this on a grid where im going to have on the grid the followind fields. date, idem ...Show All
septembereleven Display form in multiple screens
Hello, I have a system with two monitors connected, using two screens. I need set in my winforms application in wich screen my form is displayed. How I can do this Thanks Josep M Girona OK, Thanks. I have assigned the workingarea.x value to left property of my form. But also, I need to establish the startposition to manual in orden to obtain the desired results. Josep M Busquets ...Show All
Michael Boehm Notification when component deleted?
I have a designer for my custom control. How do I get notified when the control instance is deleted from the designer Is there a designer event or method I should be looking at Phil Wright http://www.componentfactory.com Free user interface controls for VS2005 ComponentRemoved event of the IComponentChangeService will help you achieve what you want. HTH. Alan J ...Show All
Awsok Adding ListBox Control to a TreeView
Is it possible to add a listbox control to a treeview control in windows forms If possible how Thanks Are you trying to create a "TreeGrid" control of sorts Like the locals window ...Show All
ZJames Ma How to make a column invisible in data grid
Hi All, I wanted to make the first column in my data grid as invisible column because it holds the key for the row. I am trying to use the follwing code . This code poulates my datagrid dgResultType with 3 columns instead of just&nb ...Show All
S Hussain grid row display order affected by binding?! (interesting)
I have random data coming in from a process which I need to display with the latest always appearing on top. There are no specific sorts, keys or anything. Just rows to display. How do I do this I am trying with DataSet.InsertAt(0, *datastring ...Show All
Chris Dunaway error: null is not valid value for stream
Dim strm As System.IO.Stream = Me .GetType().Assembly.GetManifestResourceStream("fullbuttonface.bmp") _buttonFace = New Bitmap(strm) May be the bitmap file is not part of the assembly, how do I put it in the assembly Thanks 1- how do i embed the image 2- Is this what assemblies are good for, is this the purpose of using assmblies Thanks I can t find where I can set my image as an embedded resou ...Show All
AkChauhan Install Content Files In A Directory Structure
I am using c# Express. I have created an application that searches for content files(images and sounds) in folders located in the same directory as the application's .exe file. Is it possible to have Clickonce install my application's content files as part of a directory structure rather than a bunch of loose files in the same place as the exefile such as: Appfolder << Dont Care if this is unknown I'm using Directory.GetCurr ...Show All
jchen Retrieve data from listbox
hi, here i have one listBox1 and populated it (using listBox1.Items.Add()) with data from two columns (name and email address) inside a datagridview. There are about hundreds rows of data and the listbox is meant for displaying whatever user has selected inside DGV. Now, with a click of a button, I want only data from one column (email address) to be inside a textbox, separated by commas. My code cannot call up all email addresses ins ...Show All
hp39 How to build a group-filter, based on multiple ListBox ?
Hello, I would like to filter a DataView, based on multiple listboxes, just like "Itunes" does. It does work when i have consecutive selections, but when nothing is selected between two listboxes, the filter goes crazy. I have made arrays that contains fields & control names, for easier upgrade. it resumes like this : - if string not empty then add - ColumnName + " Like '" + SelectedValue + "' AND " ............................. ...Show All
stefangachter binding dataset to a datagrid
i am using a winform datagrid.i m trying to bind it to a dataset whose datatable contents are filled at runtime depending on user input. i do it like datagrid.datasource=dataset the datagrid shows an expandable tree view.It opens to show the required datatables correctly.But when i try to navigate to a table by clicking it, it refuses to do so. The same thing when i try to associate it with an untyped dataset(which is filled with a sql ...Show All
BuddyBoy Running scripts for manage servers in vb.net application
I have written some scripts to administer and to automate processes in servers with Windows 2003 server, Windows xp and Windows 2000 as well as to know the characteristics of computers. But now I want to design an application to execute these scripts that already I have designed. can someone help me, to find information about this or say me what instruction or instrutions are for this. Thanks for your help. ...Show All
Ajay Bansal Using one dataset on Multiple Forms
I'm trying to use one dataset, dsCarLoginService on multiple forms. I found the following code in the forums and it appears to make sense. DsCarLoginService is my dataset that I'm attempting to pass to the second form. I have the following code on my second form to accept the dataset: ..... Private serviceDataSet As DataSet Public Sub New ( ByRef dsCarLoginService As DataSet) MyBase . New () 'This call is requi ...Show All
