| Thread | Last Post | Replies |
|
| Voice | 12 Mar 2005 02:54 GMT | 2 |
I need to whip up a quick demo of voice software. I can find .net examples, but not any in VB6. Any one know of a sample I can look at or recommend an approach?
|
| Creating .BAT file from VB | 12 Mar 2005 01:57 GMT | 7 |
I've got some code that'll create a executable file.(Below). My problem is that the Write command I'm using to add text to the .bat file is prefixed with speach marks. This is obviously causing problems when I try to run it. Is there a way of adding my text to this file without ...
|
| week number to date | 12 Mar 2005 00:08 GMT | 4 |
Using VB, is it possible to generate the date for the first day of any particular given week? I am being passed week and year but I need to generate the date for the first day for the given week.
|
| Parsing SQL | 11 Mar 2005 23:49 GMT | 19 |
I am trying to write a function to correct an SQL string. The problem is apostrophes in string values cause the database to parse incorrectly and give out a syntax error. This is usually solved via something like: sSQL = "Select * From tblName Where Surname = '" & replace$(sValue, ...
|
| Q - Windows Service in VB6? | 11 Mar 2005 22:55 GMT | 2 |
Can a Windows service be created with VB6 Enterprise? If yes, what type of project should it be, and what additional actions must be taken? Thanks in advance!
|
| Variable Declaration | 11 Mar 2005 20:12 GMT | 5 |
Running VB6 SP5 on WinXP Pro. In a fairly large project (10MB exe) I have noticed lately that the computer runs with undeclared variables. I have the 'Require Variable Declaration' check box checked in the Options dialog. And I have the 'Option Explicit' statement at the head of ...
|
| Detect WM_QUIT or WM_CLOSE | 11 Mar 2005 19:58 GMT | 8 |
I've got a VB app which I'm trying to run as a Windows service. I'm doing this using some code called XYNTService which is pretty good. The only problem I get is that when I stop the service my VB app just disappears. XYNTService posts a WM_QUIT message to my app and it just ...
|
| Printing PDFs | 11 Mar 2005 19:54 GMT | 1 |
I need to write an app that prints PDFs to a particular printer. I'm told there's some way to load the file into a browser control, then use it to print the file from there. Assuming the machine has just the Adobe reader on it, how would I go about this?
|
| fso: impossible to jump to root dir (vb6 pro) | 11 Mar 2005 19:04 GMT | 2 |
im developing a remote administration tool and one of my main targets is to have a file explorer for the remote pc. i am using the filesystemobject (fso) to do this. you know that when you start your program from the vb 6 ide it starts in the folder C:\Program Files\Microsoft ...
|
| icons & VB 6.0 | 11 Mar 2005 15:36 GMT | 5 |
I have created an exe file with VB 6.0 and i want to change the default icon for the program. How can this be done? i.e. use a different icon Khalil
|
| Passing structures by value to a C DLL | 11 Mar 2005 15:13 GMT | 1 |
I am translating a series of API's in a C DLL to VB and I have a small problem with certain API's like the following. struct LATTI { CHAR csys[16];
|
| Form resize | 11 Mar 2005 14:55 GMT | 2 |
I have a form with an image control on it. When i resize the form, i want to resize the image on it. I have reset the image control size in form_resize event. It works, but i don't like that is such a clipping.
|
| Printer Object Spilt page vertically | 11 Mar 2005 14:54 GMT | 2 |
I need to split a page vertically into two using printer object... Example Split side 1 Split Part 2 Destination: London Name: John Smith
|
| annc: vb6 support ending 31 mar 2005 | 11 Mar 2005 14:51 GMT | 7 |
No more patches are planned for VB6 - but Microsoft may be persuaded to create a so-called vb.com by moving VBA/VB6 into vs.net (there is a petition to this affect from many of us): <http://story.news.yahoo.com/news?tmpl=story&cid=74&e=2&u=/cmp/20050309/tc_cmp/60 407800>
|
| vss problem | 11 Mar 2005 14:50 GMT | 1 |
Hi i add a vb project to vss now i can remove it, how can i do??? i tried to: delete the proj forom vss delete all the file from the vss in the proj dir
|