Description:
Microsoft Visual Basic newsgroup.
|
|
|
The difference between listbox and label?
|
| |
Can someone tell me what is going on?
I have a listbox that loads text into itself at startup
And after user double clicks the line chosen it brings up another form with a label I call magnifier to show that line in the same font but two sizes bigger, the font chosen for both the listbox and label is Time new Roman.... more »
|
|
FolderItems
|
| |
In this sample code all items defined by sFileSource are set into
FolderItems. I would like to specify precisely the items. i.e. I have a list of files that I want to put into Folderitems.
I searched MSDN and found little help breaking down these shell32 ops.
What is the format of FolderItems? e.g array of UDT or???... more »
|
|
Why can't I view the code at startup?
|
| |
This happens on some source programs.
I open VB6. I then open a program. When I click "view", "code" is
not a selectable option. I can't look at the code that I have
previously written.
I then click "Debug" thence "step into" and, voila, the code is not
visible and the "Private Sub Form_Load()" is highlighted.... more »
|
|
SQL query
|
| |
Suppose I have a table with two rows and filled with these values:
Col1 Col2
1 100
1 101
1 102
1 105
1 108
2 100
2 103
2 110
2 111
3 102
3 105
3 112
4 100
4 103
4 105
4 110
I need to make an SQL query that returns a Col1 values list, but depending... more »
|
|
Combining 2 vectors into one array
|
| |
I have 2 vectors of same size
Dim x() Dim y() x(1) = 2
x(2) = 11
x(3) = 31
y(1) = 4
y(2) = 5
y(3) = 3
I want a 2 dimensional array Arr()
2 4
11 5 31 3
Thanks
Avi
|
|
Task scheduling reliability
|
| |
I am going to write an app to perform a task to copy files at around let's say 2AM (some preset fixed trigger time).
I do not want to use task scheduler since it requires using task scheduler.
So the question of Windows time etc comes into question.
i.e. is there one best way to see if it is time to do something?... more »
|
|
WebCam Problems
|
| |
I am having problems getting image data from an internal laptop webcam.
It may be that the drivers just do not support but maybe someone here has further insights.
I am using the VFW framecallback to get the image data then convert it to a JPEG file. I need JPEG files.
The callback method looks like:... more »
|
|
disable Shift+Delete in the IDE
|
| |
I'm tired of this, do you experience the same?
The problem is when editing the code, sometimes I have something on the clipboard that I copied from somewhere, and I need to replace some part of the code so I use Shift+End or Shift+KeyLeft or Shift+KeyDown to select the exact part of the code that I need to delete, then I hit the delete key,... more »
|
|
|