| Thread | Last Post | Replies |
|
| "See also" greyed out | 06 Dec 2005 15:40 GMT | 6 |
VB6 SP5 and MSDN Oct 2001 When I F1 something in VB6 the See also link is greyed out. Reinstallation doesn't help. I've searched Google and MSDN but no luck. This has happened before and someone gave me the solution but I can't find
|
| Payroll Calculations | 06 Dec 2005 13:42 GMT | 1 |
Thank you very much for your help. Actually I am not much of a Visua Basic person. I did try to calculate in MS-Access but I am havin problems with this code: pre
|
| Sourcesafe and Visual Basic | 06 Dec 2005 12:06 GMT | 5 |
I use my development machine to develop my application and build setups. I use Sourcesafe to manage my sources. Imagine a scenario where I finish version 1 and release it. I start working on version 2. In the meantime I need to do some fixes to version 1 and
|
| Error Trapping | 06 Dec 2005 08:58 GMT | 4 |
I have been programming from a while and faced a problem every time i am in the middle of poroject . The problem is trapping the error which we never know where it may occure especailly in that project which is running out of time the.
|
| Selecting a listview Item | 06 Dec 2005 08:31 GMT | 1 |
When I perform lvAssign_ItemClick lvItem lvPackage.SelectedItem.Index is not incrementing. In short, The item is not getting selected.
|
| Jpeg compression | 06 Dec 2005 07:21 GMT | 1 |
i need to compress jpeg file as i have to save them on the disk. i have a code in VB.Net which uses ImageInfoCodec and EncoderParameter classes from the System.Drawing. How can use these classes in visual basic 6.0
|
| Search Files Using Wildcard Characters? | 06 Dec 2005 05:53 GMT | 2 |
I had a look at different posts in this newsgroup before posting this query but couldn't find a good short example. Basically what I want to do is search for files in a folder whose names start with "d" (with the file extension being anything). This is what I
|
| My Documents folder | 06 Dec 2005 03:08 GMT | 3 |
I want my app to open files in the "My documents" folder. I just want to make sure that it will do that even if the folder is renamed . Is this possible? Anil
|
| Odd VB6 Crash | 06 Dec 2005 02:17 GMT | 8 |
I've used VB6 a lot over the last couple of years and I am getting something really odd. I have a simple program that has gets a small amount of data from a SQL Server with very simple SQL. It seems like the recordset open is clobbering memory. When I access one of the
|
| easier to decompile vb6 or vbnet? obfuscators? | 06 Dec 2005 00:14 GMT | 9 |
I have an application that I wrote in java. This is an university environment but I soon found out that there are people with no background in programming who would go to any lengths to decompile the application get the code, then change the methods and variable names
|
| Thumbnails control | 05 Dec 2005 23:02 GMT | 1 |
I want to dsplay pictures in win Explore like thumbnail view control in my VB 6.0 form. is it a sample avaiable or control for this? Thanks.
|
| multi language in Win XP | 05 Dec 2005 21:19 GMT | 1 |
I have a system written by VB allow to input chinese, japanese and korean.... before, I use english windows nt 4.0 and njstar for data entry... after upgrade to windows xp, I need to change the "Language for non-unicode program" in regional setting and restart
|
| How to display Unicode character? | 05 Dec 2005 21:13 GMT | 4 |
Hello, friends, We hava serveral forms used for by our Asian offices in our app. How do I display those Asian Unicode characters in VB if I know their Unicode values already?
|
| Sending a click programmatically | 05 Dec 2005 20:51 GMT | 1 |
I have a dialog box. On startup I need to send it a mouse click in a certain spot (there are reasons, really). I've tried doing SendMessage(me.Hwnd, wm_lbuttondown, 0,0) and then SendMessage(me.Hwnd, wm_lbuttonup, 0,0) up but it doesn't seem to work. I am probably
|
| Make persistent mod to PATH: How to? | 05 Dec 2005 20:27 GMT | 2 |
I'm just putting together an old PC running VB (original edition). I want to add a folder to Window's PATH environment variable. Naturally(?), I went to Start |Settings | Control Panel | System but found no environment variables.
|