
- 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, 11:08 AM
The "password" is probably a share-level password on the MDB. Few users seem to even be aware of Jet user-level security and database object...
3 replies | 51 view(s)
-
Today, 10:59 AM
Dil didn't state it well, but he does have something of a point. Minimum wage jobs may not exist much, already. If they do exist, WHY do they exist?...
515 replies | 15739 view(s)
-
Today, 10:47 AM
VB beginner here...
I have spreadsheets with a column which has the text of hyperlinks to images. It generally starts at cell AH16. I want to...
0 replies | 6 view(s)
-
Today, 10:43 AM
I tested at 175% DPI. Sees to work fine after adding a GDI Scaling node to the manifest ("System (enhanced)" scaling appcompat feature in Windows 10...
24 replies | 426 view(s)
-
Today, 10:29 AM
RTCC does not support __int64 so have to manually impl all operations.
cheers,
</wqw>
2 replies | 72 view(s)
-
Today, 10:17 AM
Thanks gilman. It has been updated.
J.A. Coutts
31 replies | 2362 view(s)
-
Today, 10:09 AM
what is the logic of your sequences ?
on the first example in post #1, the sequence of replacement is 3 x ',' then 3 x 'T' and so on
on the the...
6 replies | 184 view(s)
-
Today, 09:40 AM
Makes no odds, but I've never needed to run elevated before. I've just tested by pushing a build out to a production site (obviously tested against...
3 replies | 51 view(s)
-
Today, 09:34 AM
Could it be that you are running the IDE elevated but not the compiled exe? As a test try running the exe elevated.
3 replies | 51 view(s)
-
Today, 09:34 AM
I agree but I think Wes and JMc have pretty much given my answer already - don't make it one size. There's nothing wrong with stratifying it in all...
515 replies | 15739 view(s)
-
Today, 09:23 AM
All of a sudden the main app I support cannot connect to a database when compiled (Access 2000 format, although I have been editing it on newer...
3 replies | 51 view(s)
-
Today, 09:11 AM
You can use Currency.
2 replies | 72 view(s)
-
Today, 08:44 AM
I've read you Post(s) 4 times and still don't get it.
a guess would be to use Skip and Take in a Loop
quick samle (without Loop)
...
6 replies | 184 view(s)
-
Today, 08:23 AM
I've some C code that I've converted to VB.
I've been working on some precision Maths that require at least 18 decimal point precision.
My way...
2 replies | 72 view(s)
-
Today, 08:22 AM
Possibly. I don't work with Excel VBA, so don't know what the obstacles might be...
11 replies | 417 view(s)
-
Today, 08:05 AM
Shaggy - I know I marked this resolved - but quick question...
It made me use OVERLOADS because the base class had a Dispose() method. What would...
20 replies | 407 view(s)
-
Today, 07:55 AM
I need to save several controls in the tag. Can I do it like this?
Listbox0.tag=ListBox0;RadioButton3;List3;03
Private Sub RBChanged(LB As...
17 replies | 460 view(s)
-
Today, 07:53 AM
Please try this in
Private Sub ctxServer_DataArrival(Index As Integer, ByVal bytesTotal As Long)
...
ctxServer(Index).GetData sRequest
......
7 replies | 201 view(s)
-
Today, 06:16 AM
OK. I have many other words such as
"no to te be dc cu nt wi at de cz cm de re wo id st ri gp" etc
on these I want to insert different character...
6 replies | 184 view(s)
-
Today, 05:52 AM
I just added a button Command1 to your project :
Private Sub Command1_Click()
Unload Me
End Sub
when i click the button vb6 crash
11 replies | 2510 view(s)
-
Today, 05:42 AM
hi shagratt
great control !!
i'm running it in VB6 in Windows XP
and i get this error when call the Form_Unload event
Private Sub...
11 replies | 2510 view(s)
-
Today, 05:32 AM
I am experimenting with the IFileInUse interface which allows you to know which application is currently using\locking a file.
But before going...
0 replies | 59 view(s)
-
Today, 04:25 AM
Better create a new thread and then show the code you use currently and doesn’t work for you
445 replies | 132347 view(s)
-
Today, 04:07 AM
OK thanks
issue resolved
11 replies | 168 view(s)
-
Today, 03:45 AM
thanks .
I did not modify the code. My actions are as follows
Click the button Subscribe to ChatMsg
then return
ws was opened on:...
7 replies | 201 view(s)
-
Today, 03:27 AM
i realized that, but if someone has a error handler that can return line numbers etc i would have thought this thread would have been redundant,...
5 replies | 141 view(s)
-
Today, 03:18 AM
I was working on a project, doing absolutely nothing related to the PictureBox controls, then all of a sudden that error pops up on load "Problems...
0 replies | 54 view(s)
-
Today, 03:16 AM
No need to even use a StringBuilder. Just do something like this:
Dim numbers = Enumerable.Range(1, 10).Select(Function(n) n * 10 + 1)
...
5 replies | 163 view(s)
-
Today, 03:12 AM
I downloaded the last version, but Flashbox.frm is not included
31 replies | 2362 view(s)
|
Click Here to Expand Forum to Full Width
|