| Thread | Last Post | Replies |
|
| Opening and closing XLAs. | 03 Jun 2008 21:31 GMT | 4 |
The following includes many details of how I arrived where I am now. While not directly relevant to the question at hand I hope it may help others who may be struggling with similar issues. For anyone who would like to help, but wishes to skip the history
|
| bulk regedit? | 03 Jun 2008 20:09 GMT | 6 |
Is there a way to change every registry entry for example from Z:\Program Files\Microsoft Visual Studio to
|
| Search a particular Window from an incomplete windows title | 03 Jun 2008 15:59 GMT | 4 |
Good evening, my question is Suppose I have a window (Internet Explorer for example) with title: "Youtube - Queen - The show must go on".
|
| Passing strings between a vc6 dll and vb6 exe | 03 Jun 2008 15:35 GMT | 9 |
I have a win32 dll (VC6) and a VB6 exe. The dll gets loaded (and a specified single parameter function is called) by a 3rd party app - when an event of interest occurs. The 3rd party app uses the __cdecl calling convention and passes a single LPSTR argument to the dll
|
| coding to make an VB application in windows start\programs | 03 Jun 2008 15:06 GMT | 2 |
Can anyone help me with the coding of how to make an VB application in the windows startup ( start\programs). Thanks, Bavithra
|
| DirectX.AudioVideoPlayback location | 03 Jun 2008 11:35 GMT | 7 |
I have a problem with component DirectX.AudioVideoPlayback.Video. Following part of code works good but I have one problem. The movie is allways on the top left corner of the display. Size of the movie has change according to size of the PictureBox but position of the movie is
|
| Router and winsock | 03 Jun 2008 05:49 GMT | 2 |
I need information from you who have successfull experience in router setting so it can transfer outside data to a pc with a winsock program. The information is about router name and
|
| Compact Access DB with VB6 | 03 Jun 2008 04:15 GMT | 7 |
Using VB6 (SP6), ADO 2.1, Access 2000 (9.0.8948-SP3) and the following code directly from MS support Dim jro As jro.JetEngine Set jro = New jro.JetEngine
|
| Rapid gfx display Qs | 03 Jun 2008 02:27 GMT | 91 |
I have a task that involves getting still image files to the screen as quickly as possible (20ms max). These images are all equal size, but are randomly chosen from a stack of 30,000 or so in a folder. I'll have access to fast disk, fast dual-core proc, fast video, but
|
| Counterpart of "Split"? | 02 Jun 2008 21:18 GMT | 9 |
I have to do the following: Dim l& For l = 1 To UBound(n_iBuffer) m_sBytesAsString = m_sBytesAsString & n_iBuffer(l) & ":"
|
| timeout with windows-api | 02 Jun 2008 21:10 GMT | 2 |
In VB. 6.0, I want to add a timer manually. What I did is : ' (SetTimer is an imported windows-api) ... ' myproc is the last argument of setTimer API.
|
| printing on Hebrew - VB.6. | 02 Jun 2008 21:05 GMT | 6 |
I am using VB. 6.'s Printer class for printing. The line I am printing has numbers, hebrew characters, and English characters. (each columns has other attributes - one column is Hebrew, other represented
|
| Change datatype in XML | 02 Jun 2008 15:10 GMT | 1 |
We have an ASP file written in VB script, which connects to Oracle via Microsoft OLEDB Provider for Oracle (Provider=MSDAORA.1). Set objCmd = Server.CreateObject("ADODB.Command") Set objRs = Server.CreateObject("ADODB.RecordSet")
|
| Crystal Newbie | 02 Jun 2008 13:22 GMT | 1 |
VB6 SP6 Already tried the VB Crystal group, but no one was home. Where can I get instruction on how to set up and use Crystal? I would like to try it but not sure if it is installed and how to access it.
|
| dir$ problem | 02 Jun 2008 12:33 GMT | 5 |
I have a function written by somebody many years ago: Public Function DirExists(strDir As String) As Boolean ' Comments : Determines if the named directory exists ' Parameters: strDir - Directory to check
|