Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
all groups > vb.net > august 2005 > threads for saturday august 6

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 windows
Posted by David A. Osborn at 8/6/2005 9:48:29 PM
Can someone point me in the right direction for making standard windows help windows for my application? ...more >>


format Listview Items
Posted by thomasp NO[at]SPAM msala.net at 8/6/2005 7:30:43 PM
Can I format the items in a listview differently? Use different fonts and colors for different item. VB2005 Thanks, Thomas -- Posted via NewsDemon.com - Premium Uncensored Newsgroup Service ------->>>>>>http://www.NewsDemon.com<<<<<<------ Unlimited Access, Anonymous Accounts, ...more >>

combo box linking to a textbox
Posted by iwdu15 at 8/6/2005 6:40:01 PM
hi, this is the code i have to put the text ina combo box thats being show into a text box Private Sub cmbteams_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmbteams.SelectedIndexChanged If cmbteams.SelectedIndex <> -1 Then ...more >>

question on interop and public name
Posted by gg at 8/6/2005 5:08:32 PM
How can I ensure that public exposed function and sub names be useable by unmanaged client without fear of mangling? It seems names like RegExpTest is not useable by some OLE client which insists using regexptest instead of RegExpTest. The ole client then gives me a message of bad functio...more >>

vb.net and mysql connector
Posted by sqadmin NO[at]SPAM gmail.com at 8/6/2005 3:19:52 PM
Is their anyone out their that can help me with the my sql connector maybe just a sample of code that will write to a table with 3 fields.. Thanks Travis ...more >>

How to read files off a network drive/folder? Please help!
Posted by Duy Vu at 8/6/2005 10:05:27 AM
Hi all, I'm using VB.Net 2003 to write a small program to display images in PictureBox1: Dim filePath As String Dim fileName As String ......... .... Do some stuff to get filePath and fileName ......... PictureBox1.Image = Image.FromFile(filePath + fileName) I have no problem if the im...more >>

Event handling of a user control
Posted by coderjoe NO[at]SPAM gmail.com at 8/6/2005 8:42:17 AM
I'm new to VB.Net and I'm using the 2003 version. I created a user control that has two labels on it. The two labels are side by side. The first is bold font and will be used to display a line number. The second will show the text of the line. These labels completely cover the control. I...more >>

Converting VB.net to ASP.net
Posted by Al at 8/6/2005 6:40:02 AM
Hi Is there any utility available to convert VB.net to asp.net? I have application that I to make it browser based. Before I strart to re write all the Windows based UI I like to know if I can save some time. Thanks in advance Al ...more >>



OwnedForm....help please!
Posted by tranky at 8/6/2005 12:00:00 AM
Hi....i need your help! I'm a newbie to use ownedforms. I create an ownedform using Me.AddOwnedForm(newform) newform.Show() After that, my code go on and not stop.why? In other words, my newform is showed correctly but i can't interact with it, because the code go on. Why? Can you help ...more >>

datagrid et VB.NET
Posted by Maileen at 8/6/2005 12:00:00 AM
Hi, I would like to use the DataGrid class to display the content on my XML file. but i would like to use it in such way : 1st column is not editable (and could be considered as header)...it just displays the XML node name 2nd column should display the value of these XML node and allow...more >>

VSTO Webcast
Posted by John at 8/6/2005 12:00:00 AM
Hi Where can I find tech ed Steve Ballmer webcast which included demo of new outlook support in vsto? Thanks Regards ...more >>

How to tell if machine shutting down.
Posted by Simon Verona at 8/6/2005 12:00:00 AM
I have a program that sits in the system tray and spawns off a number of sub processes. For some reason, when this is running on a system, Windows will not shutdown without manually shutting it down. Is there some way within my code that I can pick up that Windows wants to shut down and ...more >>

can i get one process shared by all object made in vb for vc com component??
Posted by rinku at 8/6/2005 12:00:00 AM
platform: vb6.0,vc7.0 > hello all,' > i am using com component from vc++ to vb by using GetObject() method of > vb.but it starts executing seperate process for each new object.if i watch > task manager.i want only one process must be there which is shared by all > instances.is there is any sol...more >>


DevelopmentNow Blog