First  |  Prev |  Next  |  Last
Pages: 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
Re basic to vb
Referring to the original query, I did it this way, which I think allows the process to create and run on its own thread which will avoid your PC from locking up during the operation. Regards, Phil. Public Class Form1 Private Const ROTATE_NONE = 0 Private Const ROTATE_CLOCKWISE = 1 Private Const ROT... 23 May 2010 12:29
Status of MSFT newsgroups
I have not been around here for a long time. My news servers does not retain artiles long enough, so I must ask: Is MSFT stopping all newsgroups or just getting rid of their NNTP server? Or is it something else? ... 23 May 2010 12:29
VB6 Error 3050 Could not Lock File
Hi I am using Ms Access 2000 on a Windows Server 2008 and I have four users connected on a network to the server accessing the databases through a VB6 application which is loaded on all of the users' computers.While using the VB6 program i receive the error "Error 3050 Could not lock file".I know it has to d... 21 May 2010 06:14
New Webcam and VB6 source code
Hello, I wrote some months ago a source used to visualize video from multiple webcams and to save image files from each ones. This was made with with either WIA or avicap in VB6.0. I just try to make it run with the Microsoft Lifecam Cinema that seems to allow an image size of 1280*720. Everything good exc... 25 May 2010 08:02
cairo-wrapper (VBclassic's getting a new face)
Hi all, the new dhCairo-Version is online now, as well as a huge and wellcommented Tutorial, consisting of several Tutorial-Folders which all host only one single VB-project, each Folder self- contained (no cross-references to other Folders of the tutorial, to keep things simple and "in focus"). I've also tried... 26 May 2010 22:28
Is it possible to read directly bytes from within my application?
Hello, I came across the following problem. After compiling my app into executable I want to insert into it some data (few bytes), probably at the end of the file. How can I programmatically read those bytes from within the same code? Your help appreciated, Claire ... 23 May 2010 22:19
Two graphics problems
I have an app which needs adding to. We need a UC built, and its purpose is to allow the user to position objects in relation to each other. A bit like a map or plan... The user builds the various objects in another part of the app. Line and Circle elements are drawn onto picture boxes, and their parameters... 21 May 2010 17:15
Error 6 line of code?
Folks I came across the following line of code which errors out. If lrc <> ERROR_NONE Then Error 5 You can see examples of this code in MS KB articles. For example http://support.microsoft.com/kb/210860 This compiles but at execution time causes an error. Now this isn't a big deal as the code is going ... 21 May 2010 17:15
Calling insertion stored procedure using ADODB.Command
I am using VB6, ADO and SQL Server 2005 as the database. I have a stored procedure like this: alter PROCEDURE [dbo].[INSERT_INTO_HistTradesOrigtest] @ID int output, @Floor varchar(50) = NULL, @Order varchar(50) = NULL, @TradeType varchar(10) = NULL, @ACCOUNT varchar(10) = NULL AS insert into HistTradesOrig ... 21 May 2010 12:49
Getting out what's in XMLDom object
I believe I have retrieved an XMLDom Object ------------------------------------ Set XMLdoc = CreateObject("Microsoft.XMLDOM") LoadStr = "http://www.textmarketer.biz/services/rest/deliveryReports?" LoadStr = LoadStr & "username=" & UserId LoadStr = LoadStr & "&password=" & Pw ... 21 May 2010 05:09
First  |  Prev |  Next  |  Last
Pages: 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39