| Thread | Last Post | Replies |
|
| Turn on and off the maxButton and MInButton at runtime | 11 Jul 2006 20:35 GMT | 9 |
How can I turn on and off the max and min buttons of a form at runtime? Thanks
|
| passing struct from vb to c dll | 11 Jul 2006 16:26 GMT | 6 |
I am having some problem for getting values in struct from the c dll. I have following definition Type MBRINFO szMember As String * 80 ' member name array
|
| Dos Batch Files | 11 Jul 2006 11:45 GMT | 3 |
I have some really old games which run in Dos, which have to be started from a batch file. I am using VB5 and would like to create a program which will run a batch file with a click of a button. How do I run .bat's from VB? Graham
|
| New to VB | 11 Jul 2006 04:10 GMT | 1 |
I am new to VB and recently purchased the Microsoft book "Build a program now!" by Patrice Pelland which includes a copy of MS VB 2005 Express Edition. I was looking to create an administration program which uses databases.
|
| Adjusting file times | 11 Jul 2006 02:01 GMT | 1 |
I am trying to adjust the Creation and Modification times for a file by 5 hours. And the time is correct if I concert the time to a string. However, the time is getting adjusted by only 1 hour when I view the file in windows explorer.
|
| Need help with passing /arguments etc. to a commandline app using Shell() | 11 Jul 2006 00:35 GMT | 2 |
Hiya, do any of you have experience with doing this? I'm trying to use unrar and similar apps, and I need to pass arguments and switches to them. The thing is I can run an app using
|
| conditional with form | 10 Jul 2006 19:02 GMT | 7 |
I got stuck on a part of code on my VB script. I have this one form that has two radio buttons and a command button. Let's call the radio buttons 'radio1' and 'radio2' and the command button 'button1'. button1 is supposed to start a program depending on which radio button is
|
| threads in vb 6.0 | 10 Jul 2006 15:34 GMT | 1 |
Hi friends.. Iam developing one application on vb 6.0 till now iam using timer control with 5 milli seconds time stampings. till today its working good.
|
| pls help on using stack | 10 Jul 2006 14:13 GMT | 6 |
the task is to write a program that uses stack to determine if a string is palemdrome or not . please help to to achieve the task pls give quick reply. i have a limited time.please atleast give idea how to implement stack.
|
| BIRCH cluster analiysis code | 10 Jul 2006 10:55 GMT | 2 |
could someone tell me about link where I can find source code of BIRCH cluster analysis algorithm or, generally, code source of cluster algorithm in VB. Thank
|
| Resize a JPEG in VB6 | 09 Jul 2006 21:07 GMT | 5 |
Does anyone know how to resize a JPEG in VB6? Is there some vanilla code to do this, or do I need to purchase a library of some sort? I would be very appreciative for an intelligent response. Thanks in advance!
|
| Help requested How to automatically scan folders and subfolders for files | 09 Jul 2006 11:21 GMT | 2 |
I'm a newbie to VB and I would like some help please. I want to write a script that will automatically scan folders and subfolders for specific files. Basically I want to automatically scan about 100 folders and their subfolders of about 6 levels for specific files to then open,
|
| Callin C directed exes from VB | 09 Jul 2006 10:04 GMT | 3 |
I am a 2nd year engineering student .As a part of my project, I implemented MD5 hash algorithm in C /C++. now that i want to provide the user interface for the calculator...i want to call C produced .exe from VB.i tried calling hash.exe(say) from VB using SHELL routine
|
| Executable cannot point to the right server | 09 Jul 2006 08:30 GMT | 3 |
I 'm trying to deploy a vb application to a different server. It has two parts, executable and dll. This is what I did: - I changed the connecting string, making it point to a different sql sever. It runs, and points to the sql sever I just changed. Everything
|
| Random Number Generation Excluding Select Numbers | 09 Jul 2006 05:14 GMT | 2 |
What is the best way to generate random numbers between 1 and 1000 while excluding 2 other numbers For example any random number between 1 and 1000 except 345 and 987? Thanks in advance!
|