| Thread | Last Post | Replies |
|
| "the object invoked has disconnected from" using intrinsic grid ct | 25 Oct 2007 01:49 GMT | 7 |
We have suddently started getting this error. We have the following code snippet: grd.Col = 1: grd.Text = rs.Fields("WR_VesselID").Value grd.Col = 2: grd.Text = Trim(cboVessel.Text)
|
| Program crashes when I open report | 24 Oct 2007 17:34 GMT | 2 |
When I print a Visual Basic .net Report my program crashes randomly. It sometimes happens after the 3rd time I try it, and other times after the second. Here is the code I use:
|
| Indexed controls | 23 Oct 2007 17:14 GMT | 3 |
I'm trying "upgrading myself" (I'm afraid it won't be easy...) from VB 5.0 to VB 2005 Express Edition. In VB 5, I was used to creating indexed controls at design time, let's say lbl(0), lbl(1), and so on...
|
| ListView and Scrollbars | 23 Oct 2007 08:56 GMT | 1 |
I am using Microsoft Visual Basic 2005 Express Edition. I am wondering if anyone knows of a way to display the vertical scrollbar at all times, even if it is not needed?
|
| Trustful Supplier of Top Quality Designers bags!-www.evelyna.com | 22 Oct 2007 23:57 GMT | 2 |
Superior Designers Leather Handbags FROM WWW.EVELYNA.COM -Handbags and Purses LV,GUCCI,CHANEL,Dior,HERMES,FENDI,CHLOE,D&G,Marc Jacobs, MIUMIIU,Coach, etc. Hello,
|
| Modifying someone else's VB software | 22 Oct 2007 13:27 GMT | 10 |
I purchased some software from a company several years ago. The company has recently released an update to the software, and the older version now refuses to run without it. Unfortunately, the new version is
|
| VB Compression | 20 Oct 2007 03:27 GMT | 5 |
I'm not sure if this is the correct place to post this, but here goes: About a year ago, I came across a very nice application in Visual Basic 6 (with full source) that allowed one to compress an arbitrary file with multiple different algorithms, and view various statistics
|
| Run commandline file from vb6 and read the output | 19 Oct 2007 20:38 GMT | 3 |
I want to run a commandline tool from vb. It searches for some information in a database and returns it to the commanline (I guess stdout) Running an application from vb is not the issue, but I don't know how
|
| VB basics | 19 Oct 2007 20:37 GMT | 4 |
I am new to VB programming and I have just started learning the same.I have a query and need some information.I want to know what is the difference between the programs for which I have given the code below, as both of them produce the same result.
|
| HP Desktop for sale! | 19 Oct 2007 02:19 GMT | 1 |
I have an unused HP Pavilion with the fallowing specs: # Processor: AMD Athlon 64 X2 4000+ (2.1GHz, 2000MT/s System Bus) # Memory: 2048MB PC2-5300 DDR2 SDRAM memory (2x1GB) (expandable to 8 GB (4 x 2 GB) (64-bit OS)/ 4 GB (4 x 1 GB) (32-bit OS)) # Hard Drive:320GB 7200RPM SATA 3G (3 ...
|
| Using the Printer.copies command | 19 Oct 2007 02:06 GMT | 1 |
How can I use the "Printer.copies" to get multi copies of a formated page? Thanks for any help. Riley
|
| saving data in text files and reading back in | 18 Oct 2007 19:51 GMT | 4 |
hi people i am trying to save some lotto numbers . i want to save 200 sets os 6 . i have tried to save to a txt file but when i save the second set it overwrites the first set . i have also tried a msflexgrid which would be
|
| Incorrect value for Environ() in VB6 in AMD64 machine | 17 Oct 2007 20:46 GMT | 2 |
I have a VB6 application with a call Environ(PROCESSOR_ARCHITECTURE).This is working as expected in x86 machines, but in an AMD64 machine,this call returned the value x86.The environment variable string PROCESSOR_ARCHITECTURE and the regkey ...
|
| A few Question Concerning VBA in Excel | 17 Oct 2007 17:19 GMT | 1 |
In the following the "Macro1" does not work while "Macro1_1" does. I know I got a method to make Range("VarName") update while being a parameter in a subroutine. But could you explain to me why and if I have done it correctly.
|
| select statment and AND operator | 16 Oct 2007 18:13 GMT | 12 |
hi friends i am tring to run a selcet statement wuth "and" operator.but i am fasing problem. i have 2 text box. one is for number and 2nd is for string. text1 for number
|