|
First
|
Prev |
Next
|
Last
Pages: 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172
Html sourcecode Hi, Is there anyone knows howto obtain HTML sourcecode in a string. In VB6 I used "inet" to do the job but it won't work in VB.net. Thank Dave ... 2 Sep 2005 14:34
Custom Control RaiseEvent I cannot figure out what I'm doing wrong, can someone shed some light on this for me? I have the following code inside a working user control (MyControl): Public Event SubmitClick(ByVal sender As Object, ByVal e As EventArgs) Private Sub btnSubmit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Ha... 1 Sep 2005 11:17
Multline -textbox How can I limit the line for the user to input in the "multiline - textbox ?" Thanks a lot. From Agnes ... 12 Sep 2005 16:44
multi column combo box in vb.net Hi Does anyone know how to create a multi column combo box from the same table? Thanks, Cindy ... 2 Sep 2005 14:34
Setting focus on a control when the form is loaded Hi, there! I want to set focus on a control, of which TabIndex is not the first, when a form is loaded. In the form's load event, I have used Control.Focus() but it doesn't not work. The focus is not on the control I set. The focus is always on the control of which TabIndex is 0. Thanks. ... 30 Aug 2005 11:00
ToolTip Class I have implemented the ToolTip class for a user control that inheirits from the panel. I show different tool tips depending on where the mouse is on the control when the hover event occurs. However, if the mouse is moved to another part of the control, the tooltip doesn't show again until the user moves the m... 29 Aug 2005 09:44
pivot tables I'm creating a pivot table using vb.net and the data is from sqlserver (desktop). I have been successful at creating the pivot table, which includes a 'date' column field. I'd like to group the date column field by months and quarters, but can't come up with the correct code. Here is the code I've written to create... 29 Aug 2005 09:44
VB.NET datagrid problem HEy Im having problems with setting the width of my columns of my datagrid. Here's the code resultatGrid.DataSource = getFirms(0) // gets metaData from database Dim tableStyle As New DataGridTableStyle tableStyle.PreferredColumnWidth = 100 tableStyle.RowHeadersVisible = False tableStyle.MappingName... 8 Sep 2005 16:46
Application.DoEvents I find myself having to use Application.DoEvents to clear out my program events before proceeding to the next line of code, especially when working with MCI and using "NOTIFY" callback. Is this considered good programming practice? I thought that I had read somewhere that using Applicaiton.DoEvents was not a ... 9 Aug 2005 08:10
PDF Printing Why is it so hard to find some sample code to print a pdf without a 3rd party component? -- I am using the free version of SPAMfighter for private users. It has removed 3662 spam emails to date. Paying users do not have this message in their emails. Try www.SPAMfighter.com for free now! ... 7 Sep 2005 14:59 |