Answer Questions
Will321 Control.Invoke & Delegates in VB
does anyone know how to use the Control.Invoke method i want to fill a treeview from a different thread, so to add the nodes i have to use the Control.Invoke method (or the Control.BeginInvoke / EndInvoke, but that sounds even more complicated) i c ...Show All
Christopher Bernholt cangrow property in the crystal report
hello i have made a crystal report whose datasource is a table which contains two fields(testname,result,referencerange) of multiple lines,i have put the cangrow property of the three fields in the crystal report to true in order to display them as foll ...Show All
Mazzel Problem in using Journal Hooks
I have beening struggling on this for several days and can't figure it out. I created a Journalhook dll which using Journal Hooks (JournalRecord and JournalPlayback) to record and playback mouse and keyboard events. I have another windows form test application (exe), which basically have four buttons (start record, stop record, start playback and stop playback). In each button's click event, it calls a function from Journalhook dll to perf ...Show All
skayal DataGrid Formatting when bound to ArrayList?
How do i control the formatting of a datagrid when i bind to an arraylist Private Sub Form1_Load( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles MyBase .Load Dim al1 As New ArrayList() al1.Add("Apple") al1.Add("Orange") al1.Add("Bacon") 'Create a DataGridTableStyle set mappingname to table. Dim ts1 As New DataGridTableStyle() ts1.MappingName = " " 'Step 2: Amount Dim co ...Show All
consultutah Using MSHFlexGrid in C#
Hi. I am trying to use the Microsoft Hierarchical FlexiGrid ActiveX control in .NET on a Windows Form. The problem is, however, that it seems impossible to get at the Cols property, which I have been using quite extensively in previous projects in VFP and VB6. Can anyone confirm, and does anyone know of a workaround (I am using VS.NET 2003, by the way.) Thanks, Eyvind. Hi Paul, I guess I could use the F ...Show All
ohine Terrarium 1.2... Are there going to be 'stones' in Terrarium?
I just looked at a screenshot of the new Terrarium game (version 1.2), and noticed that there are stones on the playfield. Is this going to be a new feature of Terrarium 1.2 Can't wait to play it! Could be interesting. Onc ...Show All
Bodis I wonder, if there is any description of the base functionality of the Whidbey?
And if it is exist, could someone said me there can I learn it And also, How can I stay Alpha Tester of the Whidbey, I would like to participate in testing to help in its developing. Thanks you very much. Alex, Labit These docum ...Show All
Larry Charlton DataGridViewCheckBoxColumn
Hi, I would like to know how to change the appearance of checkbox in DataGridViewCheckBoxColumn. With normal check box control, we can change the appearance to button or normal. How can I do that with in DataGridView Hi. Iam new to vb.net and I would like to know if datagrid and datagrid view is the same. If not, where can I download datagrid view Thanks. Hi Mamta, Thanks for ur suggestion. I think u ...Show All
Vivek Puranik Can anyone explain this code from the Data Form Wizard
I am experimenting with the Data Form Wizard and created a windows form (mulitple records) that displays one record at a time with record navigation, update, delete, cancel, cancel all and add buttons. This is a form bound to a dataset. This i ...Show All
AAx modifying control properties
when I create a simple form application project in vc++ express I have these two files created by default, form1.h & project_name.cpp now suppose i add a text box in form1 I'm not able to change the properties like text of this textbox from anywhere else other then form1.h (say if i want to change properties from this file project_name.cpp) its a very basic doubt but I've done evrything from making textbox public t ...Show All
Florian Broeder xpCommonControls..
I'm working with xpCommonControls. I'm looking through the testbed of the controls. The only problem is that they are in vb. So with my limited knowledge I am trying to take some of the examples and turn them in to c# code that  ...Show All
Conor Long It works in localhost(local computer) but it does not work on internet.
Hi guys. I am trying to make some program to Deploy WinForms on the Web. What I am doing so far is that the program is working fine in local computer. However, It did not work on another computer using internet. I just follow the web page ...Show All
asdfgh Refresh Designer at Design Time?
Hi, I’ve created a simple user control which resizes its height automatically according to the image size loaded by a user at design time. After loading the image my control resizes but the control selection area doesn’t resize automatically - only when I click on the control. My control also has a custom control designer which restricts the control user to set the user controls height at design time. ...Show All
Magannahan Skjellifetti loading a browser in a pane or the likes of it
I want to display a XML file similiar to how IE displays a XML with all the nodes viewable and expanded etc. How can I do this in a windows form you can either custom bind your XML file to the a TreeView control & ...Show All
Mustang TabControl changing TabPage
Hello, After clicking a button on the first page, I do some processing, then I want the user to automatically be directed to the second tabpage. How do I do this programmatically Thanks. I don't know how I missed that. Thanks for your help. Did you try something along the following line tabControl1.SelectedTab = tabPage2; Or tabCont ...Show All
