| Thread | Last Post | Replies |
|
| Newbie Data Type Problem | 02 Jun 2006 11:17 GMT | 12 |
I have been trying to run this code: B = 186282 * 186282 ..but every data type I use gets an Overflow error! I tried Double, Single, Long, Decimal, Variant. I am using VB6.
|
| Using VB6 dll in Delphi app. | 02 Jun 2006 02:27 GMT | 18 |
I'm the VB programmer on this project, and another guy is doing the Delphi part. System info: Windows XP SP2
|
| Copy GIF to the clipboard | 02 Jun 2006 00:00 GMT | 3 |
I have created a GIF file but the user wants it copied to the clipboard, so they can paste it in to PowerPoint. Is there any way I can do this? Thanks Steve
|
| Flex Grid Column Names | 01 Jun 2006 22:36 GMT | 1 |
Is it possible to get and set data in flex grid cells by column name rather than an integer based index? For example: MyFlexGrid.Rows(3).Column("MyColumnName") = "MyValue"
|
| working with strings | 01 Jun 2006 21:21 GMT | 10 |
Hey coders, Wondering if anyone can give me an example of how to remove the first and last character from a string. Simple enough right? I was able to figure out how to combine and all that, simple stuff, but I havn't
|
| How to disable close button? | 01 Jun 2006 17:27 GMT | 5 |
I want to disable the close button. ( the one trigger unload event ) Don't know how to do.. Best regards, Boki.
|
| Did 'UserControls' survive the transition to post VB6 development??? | 01 Jun 2006 13:19 GMT | 1 |
Having just built my first UserControl in VB6, it *just* occurred to me to wonder... Are UserControls still operative in .Net or has the whole UserControl concept gone away after VB6?
|
| How to detect if a file sitting on a network drive is open by an a | 01 Jun 2006 09:50 GMT | 1 |
How to detect if a file sitting on a network drive is still open by another application? This application resides on another machine on the network? I am using VB.NET 2003
|
| Any information about POS on VB | 01 Jun 2006 08:29 GMT | 14 |
I want to learn writing POS on VB and SQL server. I have search Google using term "POS". But I cannot find any website that is providing technical information about how to develop POS with VB. Please suggest any useful information on how to develop POS on VB
|
| Timer event just...doesn't happen | 01 Jun 2006 07:58 GMT | 28 |
I have a pretty puzzling problem where a time event seemingly just doesn't arrive for about half a minute. I can't reproduce it on my machine, but asked a colleague to activate my quite extensive logging features, so I can see pretty much what's going on.
|
| Windows Media Player | 01 Jun 2006 01:37 GMT | 1 |
i want open files from cd to play them on WindowsMediaPlayer... i wrote code like this WindowsMediaPlayer1.URL = "D:\folder1\file.mpg" it work Ok...
|