all groups > vb.net > october 2007 > threads for tuesday october 16
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Help with strange WebBrowser control problem...
Posted by David at 10/16/2007 11:59:45 PM
I'm using the AxSHDocVw.WebBrowser control to download data from a webpage
at work (it's an internal page on my company's intranet).
The page produces a runtime error after a while and the strange thing is
that until the page is refreshed with Internet Explorer, the error keeps
occurring. ... more >>
How to use picturebox in VBA excel
Posted by amitaglawe NO[at]SPAM gmail.com at 10/16/2007 11:28:56 PM
I have some requirements inwhich i have used picture box application
in VB and now i have to do same application and i am looking for a
picture box application in VBA excel which i am not able to get it. If
it is not in VBA excel is there any alternative for it ...or is there
any special dll or... more >>
string that will sort after all strings of Roman letters.
Posted by Academia at 10/16/2007 10:14:08 PM
I want a string of characters that will sort after all strings of Roman
letters.
Something that will display using a font like the one this note is written
with.
Is there such a thing?
I tried using a string starting with { because in ASCII it comes after the
letters but that sorts be... more >>
Title bar
Posted by Pitaridis Aristotelis at 10/16/2007 8:48:44 PM
Does anyone knows how to add an extra button at the upper right corner of a
window like emule does in it's window?
... more >>
When to use "imports" statement?
Posted by kimiraikkonen at 10/16/2007 7:02:36 PM
Hello,
I want to ask about "imports" statement. Some projects must be
inserted with "imports xxxx" statements before beginning coding. But
how do i know when to use or do i have to use "imports" statement?
How will i know which "imports" will my project need? From books or
how can i guess?
... more >>
Can I make a Common Array Class and create a instance of the Common Array Class with Type of a new class
Posted by Peri at 10/16/2007 5:32:44 PM
Dear All,
I have written a common array class which has insert, search and other
functions.
For Example (Code in VB.NET):
' Client Class
Public Class Client
Public ClientCode As String 'Key Field
Public ClientName As String
...
End Class
'Client Array Class - Simila... more >>
Installing own control into the VS toolbox?
Posted by Johnny Jörgensen at 10/16/2007 5:16:23 PM
Does anybody know how to create a new group in the Visual Studio toolbox and
install a custom control into that group - all during the installation?
I assume that it requires some registry tweaking, but what keys?
Cheers,
Johnny J.
... more >>
can i call outlook express library to send email from VB6 or VB.net
Posted by win at 10/16/2007 4:51:31 PM
Don't see what you're looking for? Search DevelopmentNow.com.
Container control resizing issue (child not anchored)
Posted by Jason Barnett at 10/16/2007 2:48:02 PM
I'm working with VS2005 on a Windows 2000 workstation, and I'm trying to
create a container control for use with win forms. I've started out by
creating a UserControl and adding the Designer attribute;
ParentControlDesigner (according to
http://support.microsoft.com/default.aspx?scid=kb;EN-... more >>
Need later version MSDN
Posted by Jim Richards at 10/16/2007 1:54:39 PM
Hello all. I have finally bitten the bullet and seriously started to learn
VB.NET. I have the developement enviromnent installed and integrated my
latest MSDN dated July 2005. If someone is thru with a later version ( say
Oct 2006, Jan 2007 or so ) and would let me have it, I will gladly pay
... more >>
RegEx for \x###
Posted by Arthur Dent at 10/16/2007 12:02:41 PM
Hello all, i am trying to write a regex to find escaped characters in a
string of the form "\x009" ...
to parse strings that look something like this... "My dog jumps\x013\x010"
I had that working fine, with the regex "\\[x]\d{3}"
Now i wanted to extend it so that it would NOT count them wh... more >>
Using Vista Home Premium with VB.net 2005...
Posted by Brad Pears at 10/16/2007 11:41:33 AM
I am looking at purchasing a new laptop and of course they all come with
Vista now. I want to use the new OS but want to make sure that I am not
going to be pooched when trying to install and run vs.net 2005 on a vista
machine!
Has anyone had any experience with this yet? Will I be safe wit... more >>
Publishing web service
Posted by cj at 10/16/2007 11:16:40 AM
I'm finally back to trying to write a web service. In VB 2005 I created
a new web site and then ASP.NET Web Service. It opened showing
App_Code/Service.VB with the following code already in it
Imports System.Web
Imports System.Web.Services
Imports System.Web.Services.Protocols
<WebServ... more >>
Hyperlinks in .aspx.vb
Posted by ats NO[at]SPAM jbex at 10/16/2007 10:12:15 AM
I have a webform with a codebehind page. On this page an email address
(amongst other info) is pulled from a db. This data is then placed on a
label. How can I create a hyperlink from that eamil address in the
codebehind page?
TIA
--
ats@jbex
I'm not gonna be taken in
They said if I d... more >>
XPath parsing of HTML files
Posted by Thomas Wieczorek at 10/16/2007 8:32:05 AM
Hello!
I have to extract various product data from online shops, e.g. price,
title, description. I planned to create a form with a combobox to
choose the shops from, a Microsoft Browser to display the sites and
some labels/textboxes to display the extracted data. It is quite
simple so far.
E... more >>
VB list box how to obtain text in selected rows ?
Posted by wojjed NO[at]SPAM gmail.com at 10/16/2007 5:13:18 AM
Hi
Here's how i fill the list :
Private Sub CommandButton1_Click()
Dim sFilename As Variant
sFilename = Application.GetOpenFilename("Excel files (*.xls; *.csv),
*.xls; *.csv", 0, "Wybierz pliki", 0, True)
For Y = 1 To UBound(sFilename)
ListBox1.AddItem (sFilename(Y))
... more >>
Excel Interaction
Posted by at 10/16/2007 4:56:49 AM
Alright, so I've got a pretty hefty program that is integrating with
excel. My problem is that I'm wanting to avoid a particular dialog
from appearing, just because the portion that it pertains to is
automated. Basically, this has to deal with the .merge function for a
range of cells in excel. I... more >>
|