| Thread | Last Post | Replies |
|
| Ctrl+Alt+Del | 03 Oct 2005 16:18 GMT | 4 |
How can I write a vb program to enable/disable popping up Windows Security form when users attemping to enter Ctrl+Alt+Del. We are using W2K and XP
|
| PrinterProperties API in Windows XP | 03 Oct 2005 15:28 GMT | 6 |
Dear Friends, I have had a problem when trying to display the printer settings dialog using PrinterProperties in Windwos XP. The only page displayed is an about page. Does somebody knows some workaround for this problem? I need to display
|
| vb2005, data access question | 03 Oct 2005 13:43 GMT | 2 |
how do i refer to a specific field in my dataset?? i created a dataset and drag-dropped in onto a form, then removed a few fields that didnt need to be on the form. i execute the program, and click add-new, fill in the fields, then click
|
| Shell and mouse movement in VB6 | 03 Oct 2005 13:20 GMT | 4 |
I am a brand new programmer - starting with VB 6. I have written a small program which in turn calls a slideshow (from ACDSee). I use the 'shell' command, and that works fine. However, the slideshow program needs mouse movement before it turns off its menu, which I want to do
|
| determine if current data has changed in VB6 | 03 Oct 2005 11:49 GMT | 13 |
How can I determine if current data has changed on a form with about 45 textboxes using SQL Server 2000 backend and ADO connection. Thanks Dib
|
| Cloning objects | 03 Oct 2005 10:04 GMT | 8 |
I have probably been spoiled by C++ in which you can access non public members of another instance of your own class. In VB I have a problem I have a class module which has private members of user defined types. Like this:
|
| Bubblesort and Output | 03 Oct 2005 09:29 GMT | 14 |
I've got a unidimensional array (from 0 to 255, of the double type). Each "bin" stores a value -- I'd like to sort the array by the stored values, then display the output in a textbox in descending order. I tried a bubblesort algorithim, but I'm sort of stuck. How do I
|
| Music in vb6 | 03 Oct 2005 07:17 GMT | 8 |
Is there any way through which i can create sound vb6 like guitar , flute... Iv been serching on net from a while but not able to find any idea how this would should be done......Please help
|
| Is there a way to execute a string? | 03 Oct 2005 06:01 GMT | 5 |
Is there a way to get VB to execute a text string? I have something like "var=fun(a,b,c)" or
|
| OCX and Web design | 03 Oct 2005 04:10 GMT | 1 |
Would it be possible to create an ActiveX control with many components (Image, text boxes listboxes etc...) that can be setup on a web page and actually work like a VB form to access DB records. I don't want to use
|
| DCOM and Window firewall | 03 Oct 2005 02:45 GMT | 14 |
I have written a small client and a server apps that appear to work fine. When I move the server app to another PC on my network, the client fails to communicate. Turning off Windows firewall on the server solves the issue. Since I like my PC to remain in one piece, I really do ...
|
| Enum membernames keep changing case | 03 Oct 2005 00:42 GMT | 7 |
I have an Enum declaration in a module with mixed case membernames. When I enter these names in expressions, the declaration is changed. If the declaration is "AlignLeft" (mixed case), and I then enter something like "case alignleft" (lower case), the declaration is
|
| VB6, launching different browser: OpenProcess, Shell, ShellExecute? | 02 Oct 2005 23:51 GMT | 2 |
I use the WinAPI: Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As
|
| HOWTO: DriveListBox | 02 Oct 2005 21:46 GMT | 1 |
Hi all... Been fighting this all day and getting frustrated. While I continue to look, maybe someone might have an answer at their fingertips: I am writing a little procedure to filter and dump data to either a floppy,
|
| how to refer to a field in database | 02 Oct 2005 14:03 GMT | 5 |
using vb to read access database. using the bindingnavigatorcontrol for move forward-back-save-delete. when i click save, this is the code VB had already attached to the save button:
|