all groups > vb.net controls > september 2004 > threads for september 8 - 14, 2004
Filter by week: 1 2 3 4 5
Can anyone convert this code to vb.net?
Posted by Sammy at 9/13/2004 9:19:08 PM
Hi, can anyone convert this C# code to vb.net?
private void Page_Load(object sender, System.EventArgs e)
{
Control c = this.FindControl ("myBody");
c.Attributes["onresize"]="resizeHeights()";
c.Attributes["onfocus"]="IsAlertNeeded()";
... more >>
Please help
Posted by trialproduct2004 NO[at]SPAM yahoo.com at 9/13/2004 12:03:55 AM
hi all
i have one problem at a time of using foldernameeditor.folderbrowser
in vb.net 1.0.
At a time of opening browseforfolder dialog i have to set default path
to some folder say "C:\\test". but i haven't found any property or
method to set directory path at a time of opening browseforfolder... more >>
Paste HTML content to RichTextBox issue! Please help!!
Posted by Larry Cheung at 9/10/2004 10:02:39 PM
Hi all,
When I copy the web content from a browser (IE) and then paste it to a
RichTextBox control, the content pasted is totally a messy. All images
disappeared and formatting is gone!
However, if I paste it to a Microsoft Word document, the outcome is very
good. Image and formatting ar... more >>
How to MultiSelect Rows in a DBGrid?
Posted by John Rugo at 9/9/2004 4:34:37 PM
Hi All,
How can I select multiple rows in a DBGrid?
I have the grid set up so that the entire row is selected when clicked on,
and the cells are not editable. I am only able to Select Multiple rows if I
click on the Left Column Boarder; but, I have that hidden and it's not
practicle.
Any... more >>
Catch a second webpage.
Posted by Eric Dreksler at 9/9/2004 3:03:32 PM
Hi,
I'm putting together an app that has the COM Microsoft Web Browser embedded
into it.
The point is I have to download and parse through a few webpages that
contain data that needs to be extracted, there are several of these pages
and the users don't want to have to save each one then open ... more >>
How to refrence a form from another form?
Posted by John Rugo at 9/9/2004 10:12:41 AM
Hi All,
I need some help. I have a form that is called, and can be called in
multiple instances.
For instance, I have the following procedure:
Private Sub OpenForm()
DIM NewForm as New frmTest
NewForm.Show
End Sub
From this form "NewForm", I can open another form "FRM2" that all... more >>
vb.net browser refreshing
Posted by hdeniz NO[at]SPAM mail.endicott.edu at 9/9/2004 9:23:17 AM
Hi
I wrote a vb.net program which basically works as an internet browser.
I have two last things i need to do but i almost tried and searched
for everything did not have a good answer.
My browser works as a live web chat client that keeps refreshing
itself from the internet page assigned. I... more >>
presenting html file in richtextbox
Posted by Larry Cheung at 9/9/2004 7:54:36 AM
Hi,
Is ther anyway I can present a html file on a win form? I have tried
richtextbox. However, it can only accept text or richtext file format.
I would like to use this feature to, for example, present a html email in a
form, may allow user to some editing as well.
Any help is higly app... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Treeview Sample Code
Posted by Sean at 9/9/2004 3:21:31 AM
Cound anyone provide me with some URLs for the use of treeview control (with
checkboxes)? Specially on how to dump the tree to an xml file.
Thanks,
Shenc
--
... more >>
Problems with Installed Crystal Reports Controls
Posted by Atley at 9/8/2004 1:50:02 PM
I have written a couple of applications that use the Crystal Reports that
comes with my Visual Studio Ent Arch 2003.
The applications work beautifully on the development machine. I made
install programs and tried to install the applications on a few different
machines. The applications all c... more >>
DataGrid Binding Boolean Property of Custom Objects
Posted by ngspamshield NO[at]SPAM yahoo.com at 9/8/2004 11:52:23 AM
I am experimenting with binding collections of custom objects to a
DataGrid. I am having problems with the DataGridBoolColumn style that
I am mapping to my boolean properties: I cannot turn off the tri-state
behavior. Setting AllowNulls = false does not work.
I also get an error "Cannot Winen fr... more >>
|