Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / General / July 2005



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
FormatCurrency problems25 Jul 2005 15:45 GMT2
I'm using the FormatCurrency function to format a TextBox's text to be in
currency format. Form4.Text20(0).Text is 54.6666666666667. When this line of
code is done:
FormatCurrency Form4.Text20(0).Text, 2
Opimizing a For ... Next loop25 Jul 2005 15:21 GMT2
CodeSmart is saying that this line needs to be optimized:
For intA = LBound(objItem.DataArry) To UBound(objItem.DataArray)
It is suggesting that the LBound and UBound should be replaced by
precalculated values, presumably as the Bounds are calculated for each
ButtonMenus25 Jul 2005 14:19 GMT2
Has anyone had any experience using the ButtonMenus on the Toolbar Control?
I want to display a combo box with different options based on the user
selecting different buttons on the toolbar. Can the items be added
dynamically and how do you show which option in the combo list the ...
Related collections of objects24 Jul 2005 23:45 GMT1
I’m in need of some remedial instruction collections of objects.
When I create a collection, call it collection A, and then create a new
collection B, if I make a change to one of the items in collection B, the
exact same changes effect collection A.  While I could see this as ...
Get names of menus created in Menu Editor; VB624 Jul 2005 23:36 GMT8
Hello --
In the course of building an app I created many menus and submenus and
later deleted some of those.
I want to clean up the code and remove menu "stubs" like
passing from child to parent24 Jul 2005 21:14 GMT10
Last week, I was looking into how to pass data (in a more elegant fashion
than using global variables) from a child form to a parent.  I was given the
suggestion of creating a public subroutine called Activate, passing variables
by reference, and allowing this subroutine to ...
Synchronization app using VB24 Jul 2005 20:11 GMT7
I have been trying to find some simple software to synchronise files between
copies on my website folder and originals in other directories.  I have not
found anything that can establish a simple link between two files without
including everything else in the folder.
MsFlexGrid.clear??24 Jul 2005 19:43 GMT4
Hi again...
You guys helped me out before with a super-simple solution... maybe there's
another simple answer out there??
I used row=0 to lay headers into msflexgrid.  Seems .clear wipes the ENTIRE
My VB programs24 Jul 2005 18:32 GMT14
My VB programs and information about them:
http://ml.pillowpc2001.net/vb/
Mike L
Inverse Sin() & Cos() functions24 Jul 2005 17:41 GMT3
I don't know if I've been looking too hard for a solution but could someone
tell me how to do a inverse Sin() and Cos() in VB6.
VB Sin() and Cos() functions take an angle as an argument and return the
sine/cosine of that angle... I would like to pass the sine/cosine of the
installtion after compile23 Jul 2005 16:58 GMT1
Dear ppl,
i made a vb6 program, and when i run compile , i get no error from it.
then i use packge & dep. or installshiled express to make an installtion
packge.
Get windows default icons23 Jul 2005 14:59 GMT2
I'd like to get the icons of a file or a folder and to put them in an
imagelist.
I'm using visual studio 2005 beta2 and i'm programming with vb.net (winforms).
I've watched some source on the web but it seem to me very dificult. Is there
MSflexGrid Question?23 Jul 2005 14:06 GMT3
Hi...
I'm looking for something that probably doesn't exist but... I've a
multi-column MSflexgrid and I'm basing edit controls on "columns"
relationships.  A for instance is... when I double-click on col 2 thru 6, I
Inputbox Question23 Jul 2005 06:05 GMT36
I want to control my input not to accept null or no value upon clicking OK
button. Since Inputbox function accepts input, I use it but upon clicking
Cancel button, the msgbox error also appear. I have attached my script for
you to check out.
Row selection23 Jul 2005 05:18 GMT1
I would like to know how do you select a row in a datagrid programatically?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.