all groups > vb.net > january 2006 > threads for saturday january 28
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
Determine my IP Address
Posted by Cliff Cavin at 1/28/2006 8:25:26 PM
Is there any way in VB2005 to easily determine what my IP Address is?
I want to know my external IP, not the internal IP as seen from behind the
router.
I know that I can programatically pull in a web page like MyIPAddr.com, but
there must be a more direct way.
Thanks,,,,Cliff
... more >>
How to change header texts in the Datagrid control?
Posted by HKSHK at 1/28/2006 5:50:05 PM
Hello,
I want to change the header text of in an unbound datagrid
(System.Windows.Forms). Does anybody have an idea how I can do that?
Thanks in advance!
Best Regards,
HKSHK
... more >>
Darn, still does not work!
Posted by Bob at 1/28/2006 5:36:53 PM
Vs2003, Winform app, trying to read an application setting
Dim MyAppMgr as new System.configuration.AppsettingsReader
Me.textbox1.text = MyAppMgr.Getvalue("MyServerName",string)
Now when I execute the first line I get a system.dll exception because it
says required attiubte 'Value' not found.... more >>
VB.NET Shutdown from text file
Posted by newsgroups.jd NO[at]SPAM gmail.com at 1/28/2006 3:43:43 PM
Let me start by saying I am a noob to VB.net and am not a programmer
anyways
I am trying to learn and would like to get this to work... so please be
gentle, If Im doing it wrong please tell me...
I have users that leave their computers on all night and I want them to
shut them off. Local adm... more >>
Playing sounds from resources in VB2005
Posted by Terry Olsen at 1/28/2006 2:14:56 PM
Using the following routine to play embedded wav files:
Private Sub PlaySound(ByVal Sound As Int32)
Select Case Sound
Case 1 : My.Computer.Audio.Play(My.Resources.Sounds.GoOnline,
AudioPlayMode.Background)
Case 2 : My.Computer.Audio.Play(My.Resources.Sounds.DoorOpen,
AudioPlayMode.Bac... more >>
Problème data tramsmission from tableadapter to ACCESS database
Posted by philip at 1/28/2006 2:11:53 PM
On a form, I have a datagridview.
This datagridview is constructed on a dataset filled by a tableadapter.
The table adapter do very well what it must do when filling dataset.
Insertions, modifications and deletions functions very well in the dataset.
But impossible to transmit modifications in A... more >>
Can't get a value from my app.config file
Posted by Bob at 1/28/2006 1:33:17 PM
Winforms, Vs2003
Code is
Dim MyAppMgr as new System.configuration.AppsetingsReader
Me.txextbox1.text = MyAppMgr.Getvalue("MyServerName",string)
The IDE tells me that string is aclass type and so is not a valid
expression.
I know I'm trying to retrieve a string value so what's the proper syn... more >>
How get original Toolbox Icon for Inherit Control?
Posted by mtczx232 NO[at]SPAM yahoo.com at 1/28/2006 12:27:38 PM
I going to drive my own Inherit control for All Win control,
But I see that inherit control not get by default the original control
Icon.
How i can get the original Icon for each Inherit control?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Assign property from db to object property?
Posted by Burt at 1/28/2006 11:10:03 AM
I have a large number of name/value pairs in a database I want to loop
through and assign the value to an object with the property of that
name. Pseudocode would be:
while oRec.Read
myObject.oRec("PropertyName") = oRec("PropertyValue")
loop
Is there any way to this? Many thanks for any h... more >>
User's Mail Editor
Posted by Dennis at 1/28/2006 10:52:26 AM
I am using the following code that I got from this newsgroup to start a
user's default e-mail editor and it works ok. However, I would like to
attach a file to the editor (like using word as editor)
Dim psi As New ProcessStartInfo
psi.UseShellExecute = True
psi.File... more >>
convert rtf to html
Posted by iwdu15 at 1/28/2006 10:08:26 AM
hi, how can i convert rtf encoding to HTML? i looked at previous posts and i
cant seem to find the HTTPUtility in vbexpress 2005. Is it not there, and is
there another way? thanks
--
-iwdu15... more >>
Odd or Even
Posted by William Foster at 1/28/2006 3:27:48 AM
Good evening all,
Does anyone know how to find out whether a value is either odd or even
in the Visual Basic component of Visual Studio 2005. I have found the
Math and Information tools which provide some of the common functions
within other Microsoft packages such as Excel; however basic fun... more >>
Install tool for VBEpress and .Net 2.0?
Posted by Al_C at 1/28/2006 12:35:08 AM
Any suggestions?
My last installer does not support VB.Express apps...... :(
Thanks,
Al
... more >>
How to: Retrieving BuiltinDocumentProperties from Word Document
Posted by Charles Law at 1/28/2006 12:00:00 AM
Word has a property BuiltinDocumentProperties, which (in VBA) returns a
DocumentProperties collection. In VB.NET, using Word automation, it returns
a _ComObject. I have tried to cast this to DocumentProperties, but I get an
invalid cast exception.
In Explorer, I can right click a Word docum... more >>
setup and deployment (install new font)
Posted by Saber at 1/28/2006 12:00:00 AM
How can I force the installer to install a font on target machine?
I'm using VB 2005 and windows forms.
TIA
--
Saber S.
http://maghalat.com
... more >>
Two combo box with same data adapter in same dataset.
Posted by Hardik Shah at 1/28/2006 12:00:00 AM
Hi,
I have created a entry module with data binding , I have two combo box with
same data adapter with same data set. when I change the first combobox's
value, there is automatically changed to second combo box also as it has
same data adapter.
If I want to use both combo box diffrently , h... more >>
|