| Thread | Last Post | Replies |
|
| How to set BackgroundImage for TrackBar control. | 18 Oct 2004 16:51 GMT | 3 |
How to set the background image for TrackBar control. Since BackgroundImage property doesn't visible in design mode, I tried doing it in run time as follows, myTrackBar.BackgroundImage = Image.FromFile("C:\myImage.bmp")
|
| Reflection problem | 18 Oct 2004 16:45 GMT | 2 |
I try to use reflection to retrieve class B members and not inherited members. I wonder why the myMember value is nothing. Any suggestions? Thanks Module Module1
|
| help with connection string | 18 Oct 2004 15:36 GMT | 2 |
We are in the process of setting up ssl on our sql box. What do we need to do to modify our connection string to send/receive info from the app to sql? Thanks in advance. strConnect = "data
|
| Reading a graphic | 18 Oct 2004 15:19 GMT | 2 |
Hi all, I have a problem that has me well and truly stumped, so I am hoping that somebody here might be able to help! I have a bitmap image on my form. It is black and white and has several horizontal lines across the page. What I want to do is somehow read the
|
| How to implement custom mouse cursor | 18 Oct 2004 14:47 GMT | 3 |
I'm still searching for an easy way to implement customized mouse pointers. I've searched in the help text but couldn't get the answer. Do I have to dig into the creation of resource files or is there a better alternative? Can I use an imagelist like:
|
| Vent on COM Interop (Consuming .NET in VB6) | 18 Oct 2004 14:21 GMT | 1 |
If you are not in the mood for a rant, then leave now... I figure most VB.NET programmers have a VB6 background, so I hope you all don't mind the semi-VB.NET related Interop posting. Like most of you, we have a large base of VB6 that must be maintained (and
|
| dictionay.contains does not call overloads overrides Equals method | 18 Oct 2004 14:16 GMT | 2 |
My simple code is here: Public Class MyDictionary Inherits System.Collections.DictionaryBase Private Class MyElement
|
| Sorting and Paging are not working in Datagrid WebForms Control | 18 Oct 2004 13:19 GMT | 1 |
I create a simple web application with 1 datagrid control bound to a customers table. I set the AllowSorting and AllowPaging properties to True. When I view the aspx page in internet explorer and click on the sorting link the datagrid is not sorted. When I click on the next page ...
|
| How do i stop event handler firing twice? | 18 Oct 2004 12:45 GMT | 2 |
I have a base winform Base and a form that inherits from it Child in the base form there is an event handler for a combo box click Protected Overrideable Sub cboPickList_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles cboPickList ...
|
| Event in dataGrid | 18 Oct 2004 12:45 GMT | 5 |
I have a DataGrid and using some TextBox(es) to present data of this DataGrid. I can show the data by setting fields for these TextBox (in design view). However, I want to write codes (event handler) so that when I change focus of each row in DataGrid, the data value of the row will ...
|
| icon of the MDI-container menuBar | 18 Oct 2004 12:03 GMT | 2 |
I am building an MDI application. I have a menuBar on the MDI-container. When I open a child form, an icon appears on the left of this menuBar. I would like this icon not to be displayed. Is there a way, programmatically
|
| archive | 18 Oct 2004 11:50 GMT | 4 |
Is there an archive of these messages? I posted a question early this year and received a very helpful reply, but I'm ashamed to say I seem to have overwritten the file where I stored the answer. Is there any way I can get back to my question or is it simpler to
|
| MDI parrent select | 18 Oct 2004 11:41 GMT | 4 |
sry for the title of previues message Worksheet(formcount).MdiParent = Form1 i get an erro by form 1 he sais it is a type and con't be used as expresion1 but when i run this code from the MDI form and i type
|
| Threading question | 18 Oct 2004 11:37 GMT | 2 |
How ti dynamicaly create threads and do things on based their status. I know how to create thread using this method: -- Dim Thread1 As New System.Threading.Thread(AddressOf SomeSub)
|
| VB.Net ASP Web Service Problem | 18 Oct 2004 10:34 GMT | 1 |
I have some code in a Visual Basic Web Service and am a bit stuck. I have this piece of code so that when you type in a first name and last name it joins them <WebMethod()> Public Function JoinNames(ByVal FirstName As String, ByVal
|