First  |  Prev |  Next  |  Last
Pages: 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
Return Query Result Set
Hope I have the right forum. I have a number of SPROC queries in an Access DB. I would like to put the VB execution code for each query into a separate procedure and execute it in that procedure (e.g. Query_SortByDate, Query_SortByName, etc.) I then would like to use the Query result set from another procedur... 22 Jul 2008 20:55
Variants
VB6 I am trying to avoid Set and move variant array elements around. The variant can "contain" anything. If I put a Control or a User Defined Type into a variant and set that variant equal to another variant I must examine the variant with IsObject() then use Set if it is an object. Seems Set is really not ne... 22 Jul 2008 14:45
Mouse Movement
To all, I'm trying to figure out how to programatically move the mouse over the taskbar. It seems that there are some applications that are leaving their icons behind on the tray. As a result, there are multiple icons in the system tray. Any help is greatly appreciated. Thanks, RK. ... 21 Jul 2008 15:08
Keeping VScroll.Value=VScroll.max
I have a picturebox to which I am writing lines. I have a vertical scrollbar to scroll through the visible lines. For example, I may have 30 lines and the picture box displays any consecutive 30. The vertical scroll bar defines which 30 to display. (Similar to simple word processing, such as NotePad). I ... 21 Jul 2008 13:04
Problem using databound items in combo box...!!!
Hi friends; 1- I have two tables. - StuffGroup & Stuff 2- StuffGroupID field at StuffGroup table is Primary Key & at stuff table is Foreign key. 3- I use VB.Net 2008 & SQL Server Express . 4- I use VB.net own Dataset designer to design a dataset for these two tables and I use vb.net own Data Adaptor & Data bin... 21 Jul 2008 14:06
Command line interface in VB
Hi, Does anyone know if its possible to use a command line interface in VB ? Is it as quick as a dedicated command line interface ? Thanks in advance for your help. Alex ... 21 Jul 2008 20:17
Can BackgroundWorker be Single Threaded Apartment?
I have introduced a component to my solution that is throwing an exception about needing to be run in single threaded apartment mode. This component is created in an async call by a BackgroundWorker object, which seems to be on a MTA thread. Is there a way for me to get the BackgroundWorker thread to run in S... 22 Jul 2008 08:34
modify the windowstate of the console window
Dear all In another thread I got good help how to create a console application with VB6. The key is to use the link parameter /SUBSYSTEM:CONSOLE to turn a windowed app into a console app. see here: http://vb.mvps.org/samples/Console Now I like to write a VB6 app that can run EITHER in console mode or in ... 22 Jul 2008 08:34
out of stack space
Hi All, I'm running a code that uses regular expressions. A batch of txt files are being searches against important words using regular expressions. Halfway the process I get the error "Out of Stack Space". Anyone know why this error occures? Public Function SearchFiles() 'deze versie maakt gebruik van d... 22 Jul 2008 13:43
Addtional class module templates vor VB6
Is there a source to download additional class module templates for Visual Basic 6. So that they would appear in the Add class Module when creating a new class. In particular I saw on article on an xml wrapper class for VB but cant find it anywhere on the web. Jack ... 21 Jul 2008 13:04
First  |  Prev |  Next  |  Last
Pages: 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82