
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 12:23 AM
Can VB6 play a .mp4 4K movie ?
I built a VB6 app using Quartz but it does not play.
My app will play lower rez movies.
I am Windows 7 Pro.
Do...
0 replies | 4 view(s)
-
Yesterday, 10:37 PM
The error message literally tells you what the problem is:
Here is the relevant parts of your code:
Dim olecmd As New OleDbCommand(strCategory,...
1 replies | 82 view(s)
-
Yesterday, 05:05 PM
No point in trying to help this bloke. He can't even help himself. It is a lost cause.
21 replies | 482 view(s)
-
Yesterday, 04:34 PM
I wound up not using the code from @Arnoutdv because of the initial processing required to load the arrays. My data source is comma delimited text...
6 replies | 180 view(s)
-
Yesterday, 04:20 PM
Hi, I want to insert data from one table to another. Using Transaction, I get an error message: Private Sub Button2_Click(sender As Object, e As...
1 replies | 82 view(s)
-
Yesterday, 03:29 PM
Ba dum, tss.
69649 replies | 23305612 view(s)
-
Yesterday, 03:14 PM
That would have been showing some real school spirit.
69649 replies | 23305612 view(s)
-
Yesterday, 03:13 PM
If she was a paranormal paraprofessional, she might have told you that the school was flooded with ghosts.
69649 replies | 23305612 view(s)
-
Yesterday, 02:51 PM
Dim img As New ImageFile
Dim r As Integer, c As Integer, i As Double
img.LoadFile "<PATH>"
With New ImageProcess
.Filters.Add...
9 replies | 4441 view(s)
-
Yesterday, 02:13 PM
Thank you for the explanation ... that makes sense.
7 replies | 170 view(s)
-
Yesterday, 02:02 PM
You are correct, thank you.
7 replies | 170 view(s)
-
Yesterday, 01:45 PM
I think the AM/PM part is formatting applied by the control. By using "hh:mm tt" you were creating the string "05:00 PM" but the PM part was being...
7 replies | 170 view(s)
-
Yesterday, 01:40 PM
I think you might be referring to the WinForms DateTimePicker control but this is a Web Forms project.
7 replies | 170 view(s)
-
Yesterday, 01:33 PM
Post your code to allow us to better understand both the situation and the question.
1 replies | 92 view(s)
-
Yesterday, 01:20 PM
@Arnoutdv Thank you!
Yes, it looks to me as if it should work. I have something rather similar for single (not arrayed) variants.
I've been...
6 replies | 180 view(s)
-
Yesterday, 01:15 PM
This might be a situation where the correct control is actually the answer. If timeValue is a TimeStamp, DateTime, or DateTimeOffset then you really...
7 replies | 170 view(s)
-
Yesterday, 01:05 PM
My wife's a paraprofessional for the middle school and she told me that they flooded.
69649 replies | 23305612 view(s)
-
Yesterday, 01:05 PM
Dude, we got some bad weather for about an hour here. It hailed and everything.
When I took my walk around the neighborhood, there were shingles...
69649 replies | 23305612 view(s)
-
Yesterday, 01:04 PM
omg ... it worked!!!
I felt like I had tried every conceivable combination of parameters, both upper and lower case, that I almost replied "I...
7 replies | 170 view(s)
-
Yesterday, 12:34 PM
Going to be in the 80's this week. Sweet.
Glad it's not going to be raining. Found I have a roof leak after last weeks storms.
69649 replies | 23305612 view(s)
-
Yesterday, 12:20 PM
Thank you very much for your time
Excellent
305 replies | 94334 view(s)
-
Yesterday, 11:45 AM
Instead of a label, can you use a locked textbox?
21 replies | 482 view(s)
-
Yesterday, 11:45 AM
Try using this:
txtTime.text = timeValue.ToString("HH:mm")
I'm not sure it will work but I think it might.
7 replies | 170 view(s)
-
Yesterday, 11:15 AM
The raw data is stored sequentially, at least.
The array variable is a pointer to a SAFEARRAY structure, but that contains a pointer to the data...
6 replies | 180 view(s)
-
Yesterday, 10:54 AM
In my vb.net webforms application, I have a textbox with the Textmode = "Time". I need to show the correct AM/PM designation, so I am using the...
7 replies | 170 view(s)
-
Yesterday, 10:38 AM
Hello jdc2000. I was wondering what "added the copy verification code" meant exactly?
16 replies | 10919 view(s)
-
Yesterday, 10:36 AM
great!
resiolved immediatlly
2 replies | 94 view(s)
-
Yesterday, 10:33 AM
It seems the controls are locked on the form
Right mouse click on the form, "Lock Controls"
You can also the AutoSize property to True.
2 replies | 94 view(s)
-
Yesterday, 10:32 AM
My subroutine ChartIt contains the code that designs and displays an MSChart scatter plot. Another subroutine calls Chartit 4 times to draw 4 lines...
1 replies | 92 view(s)
-
Yesterday, 10:31 AM
This should work:
Option Explicit
Private Sub Form_Load()
Dim i As Long
Dim laData() As Long, iaData() As Integer
ReDim laData(9),...
6 replies | 180 view(s)
|
Click Here to Expand Forum to Full Width
|