all groups > vb.net > january 2007 > threads for wednesday january 31
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
WebBrowser and CanGoForward
Posted by Fla at 1/31/2007 11:58:41 PM
Hy!
I've developed a small browser for navigate into an HTML manual inside
a form, but I found the following problem when I browse through links
in the same HTML doc: I can't use the GoForward button 'cause
CanGoForward boolean value switches from true to false when I go back
in the link hist... more >>
System.Net.Mail
Posted by verinews at 1/31/2007 11:49:59 PM
Does anyone know if there's a System.Net.Mail class on the web that can be
adapted to COM so it can be called from VB6?
... more >>
how to load a image in picture box
Posted by JAWAAHAR at 1/31/2007 9:44:00 PM
hi
how to load a image in picture box using application path. i stored my image
in my application path.... more >>
amend a control by function or class
Posted by Benson Wong at 1/31/2007 9:38:23 PM
I want to write a tailor-made function or class to amend textedit controls,
so that their properties are consistent or changed by some rules.
My idea is as follows:
TailorMadeRoutine(TextBox1)
sub TailorMadeRoutine(object textbox)
textbox.color=...
textbox.size=...
end
Is this idea works... more >>
Explicit Linking of DLL's in VB.net
Posted by Noone at 1/31/2007 7:45:41 PM
Hello all,
Ok, I want to create a program that will load plugins (dll's) from a
plugin folder. I can create the forms and put them into a dll but I
cannot actually add them dynamically at run time. I have tried to use
the LoadLibrary and GetProc functions, which sort of worked. I got
the p... more >>
Forcing TextChanged event on setting Control.Text
Posted by Zytan at 1/31/2007 6:07:17 PM
TextChanged is only called when the user modifes a control's text, not
if the program does.
How can I make it be called when the program modifies the text?
Zytan
... more >>
Help Please - sorting array of objects
Posted by Larry at 1/31/2007 6:00:09 PM
Thanks for the help in advance. Does anyone have a code sample for the
following scenario.
how would you sort the array of books (BookView) by author and by price.
if there were a number of items in BookView Array?
Public BookView(0) As Book
Class Book
Public author As String
P... more >>
OT: Need good English translation of 1 sentence
Posted by Martha Stark at 1/31/2007 5:24:27 PM
Hi newsgroup,
could an original English speaker please freshen up my bad English
translation? It is about a virtual keyboard.
My sentence is:
"To type on the keyboard you need to have a text editor open that you
can write in/ inside/ into/ within (just like when using a normal
compute... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
AutoSize Default =True
Posted by Bob at 1/31/2007 4:39:01 PM
In VB.Net 2003 and previous versions new labels were created with
AutoSize=False. In VB.Net 2005, new labels are created with AutoSize=True.
Why was it changed? Is there somewhere in VB.Net 2005 where this defalut can
be changed back to Autosize=False. I am not interested in creating my ow... more >>
regular expressions question
Posted by Robert Dufour at 1/31/2007 4:35:29 PM
How do you use regular expression to validate a string to be a validly
constructed email address?
Thanks for any help
Bob
... more >>
help me toread a access 2000 file
Posted by luca.gere at 1/31/2007 3:29:35 PM
I have an access 2000 file and if i open one table and i scroll the
records i see some records with errors.
So i want to do an application in vb.net to read it and write only the
correct data in another database.
I try to do it using OleDbCommand...OleDbDataAdapter but when i use
the "fill" ... more >>
VB.NET 2005 Version Number in Application
Posted by Zim Babwe at 1/31/2007 3:13:25 PM
I posted in another group but thought this was the better place to post,
since it had to do with the vb language
I have been making changes to my Windows Application and in the
Project/Properties the Publish Version shows the following:
Major: 1
Minor: 0
Build: 0
Revision: 45
I would ... more >>
How to use Updates option in vb express 2005
Posted by raz230 at 1/31/2007 12:20:27 PM
I have recently begun working with VS 2005 (Visual Basic Express
2005). I have been using 2003 using the 1.1 version
of the framework before that and I notice all these new options with
the 2005 projects.
Specifically under your project properties, on the Publish pane, there
is an Updates bu... more >>
Assign Type at Runtime
Posted by blisspikle at 1/31/2007 10:16:37 AM
I tried closely copying some code that I found on this group for
assigning a type at runtime, but I cannot get it to work. Can someone
see what is wrong with my logic?
Thanks,
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e
As System.EventArgs) Handles Button1.Click
... more >>
Formattazione Testo come euro
Posted by Enzo Cavallaro at 1/31/2007 10:06:59 AM
Buon giorno a tutti,
potreste spiegarmi come si fa a formattare con vb2005 un numero 1234 in
1.234,00 oppure un numero come 1255,00 in 1.255,00
Grazie a tutti
... more >>
How to return a list of files located on an FTP server
Posted by vbnewbie at 1/31/2007 9:27:23 AM
I need to capture the names and paths of all files located on an ftp
server.
I will then populate a listbox with these file names so that a user
can select which to download.
In the following example, I would need to get a list of all the file
names in the folder named Data2
ftp://myftp/Da... more >>
Auto-adjust height of richtextbox (or textbox) based on length of string?
Posted by papalarge at 1/31/2007 9:16:41 AM
Hey all...
I've been using the following to calculate the height the textbox
needs to be in order to grow it vertically to its necessary size.
textbox1.Height = Me.CreateGraphics().MeasureString(textbox1.Text,
textbox1.Font, textbox1.Width).Height
However it's not appearing to work that w... more >>
pull dates out of a text file
Posted by Smokey Grindle at 1/31/2007 8:10:52 AM
Ok I must admit I stink at regular expressions... been trying to learn them
for a while now and its not sticking how I wish it would... but I am trying
to take a very long string (about 30KB) and pull out all the dates in it
that are in mm/dd/yyyy format and put them into a collection... how w... more >>
Help with a DataGridView
Posted by Ryan at 1/31/2007 8:09:07 AM
Hi all,
I'm loading a datagridview from an Excel file using a dataadapter.fill()
method. A few questions:
1) Is there any way to control the column datatypes? The columns are
defined by the .fill method based on the excel file, and the data is read in
during the .file method, so everythi... more >>
how to output to both speakers one channel (left or right) when playing MP3 in VB 2005.net ?
Posted by red_tea at 1/31/2007 8:05:19 AM
Hi, here is my situation:
I am building an applicaiton using VB 2005.net + Windows Media Player
11 COM object.
I want to use this application to play some MP3 files that have two
channels (left, right), however, sometime, i need to only play one of
the channels (either left or right), then ... more >>
Question about Firing and event from a dll
Posted by Andrew at 1/31/2007 7:51:02 AM
I wanted to know what is the best or cleanest way to fire an event from a dll
to the app that is using the dll in vb.net 2.0.
Description:
The dll will call or fire an event called “MyEventName(“Info to passâ€)â€
every 60 seconds. I want the app the process the event with the informa... more >>
Using $ in some commands
Posted by Doogie at 1/31/2007 7:25:12 AM
Hi,
I have a lot of old VB 6 experience and for the last several years
have been programming in C#. Now I'm going to be doing some VB.NET
development. As I'm "relearning" things so to speak, I remember I was
taught that using commands like Trim$ and LTrim$ instead of Trim and
LTrim were the... more >>
Vertical ScrollBar in RTB
Posted by ShaneO at 1/31/2007 7:05:39 AM
In a Windows Form I have a RichTextBox with Multiline = True and
ScrollBars = Vertical. As expected, when Text is loaded into the RTB
the Vertical ScrollBar will appear if needed.
Does anyone know of a way (in Code) to determine if the Vertical
ScrollBar is visible or not? (VB 2005)
Thi... more >>
Microsoft bug in excel.Please suggest a work around !!
Posted by only2gayathri NO[at]SPAM gmail.com at 1/31/2007 4:24:23 AM
Hi all,
I have a page(vb.net) which directs to a excel sheet.This excel sheet
retains all the values(mainly numbers) from the page and displays
it.The problem is that sometimes the number's remain in text format
when downloaded to excel and this kind of creates a flag(similar to
the one when ... more >>
VS2K5 doesn't compile/execute latest code
Posted by Adil Akram at 1/31/2007 3:36:00 AM
I posted this question in vsnet.ide newsgroup about more than a week back but
didn't get any single response yet therefore, reposting again same to several
newsgroups.
When I run my C# WinForms project either by pressing F5 or clicking Start
button on toolbar, it sometimes doesn't execu... more >>
Get Culture Info from Language Name
Posted by lucky at 1/31/2007 3:29:07 AM
hi guys,
right now i'm going through System.Globalization Namespace. and i
found very intersting class there called CultureInfo.
i was trying to get cultureInfo on the basis of name but i didnt find
the way to do it. for example, if i pass the language name
"Danish","German",Russian", i'm sup... more >>
How do i get Web page Source?
Posted by kdh7807 NO[at]SPAM gmail.com at 1/31/2007 2:03:12 AM
I've Used inet Control at vb 6.0
But in .NET, I Can't fint that.
Anyone can help me?
... more >>
|