
- 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, 06:34 AM
I can't emphasise enough how much I agree with this comment.
Never use .accdb format. Use .mdb format.
19 replies | 21714 view(s)
-
Today, 06:32 AM
But the line Set r = Application.InputBox("mention the range", , , , , , , 8) already stores a range in the variable r, doesn't it?
The type 8 in...
2 replies | 34 view(s)
-
Today, 05:43 AM
I'm trying to understand what you're trying to do.....
Looks like "shifting" an array "down" an element (a.k.a removing first element)
8 replies | 179 view(s)
-
Today, 05:39 AM
I'm trying to understand what you're trying to do.....
8 replies | 179 view(s)
-
Today, 05:38 AM
This is an API-created ComboBoxEx.
When I change the combo selection through code, this isn't a problem, I set the text after the change and it...
0 replies | 26 view(s)
-
Today, 05:37 AM
After lots of trial and errors I finally managed to implement insert/delete row/column in RTF tables.
I have taken this approach. Convert a table...
12 replies | 439 view(s)
-
Today, 05:19 AM
There's no way that all that code is relevant to the problem. You should already have done this for yourself but you definitely should be doing it...
1 replies | 46 view(s)
-
Today, 04:59 AM
So where in the app do you want to sendkeys to? It would be better with FindWindow, FindWindowEx, and SendMessage, assuming its a textbox youre...
6 replies | 155 view(s)
-
Today, 04:59 AM
memcpy speed is only little difference for CopyMemory
=========================
Private Declare Function memcpy CDecl Lib "msvcrt" _
...
8 replies | 179 view(s)
-
Today, 04:58 AM
You first ask for a range, which is stored in r (a range variable)
Then I think the code should be the following
a(i, j) =...
2 replies | 34 view(s)
-
Today, 04:50 AM
As you prefer. Alternatively you could use tlb (without debugging in IDE) or DispCallFunc (slower).
Using Add-in you can write like:
Option...
8 replies | 179 view(s)
-
Today, 04:36 AM
whether I need use your add-in ?? ...
8 replies | 179 view(s)
-
Today, 04:30 AM
I am trying to use Printdocument to print the content of my Listview1. The first column is an image 16x16. The code recognize the .ImageIndex but the...
1 replies | 46 view(s)
-
Today, 04:14 AM
Yes, you're right.
I edited my post, and i forgot that one
5 replies | 128 view(s)
-
Today, 04:14 AM
Hi I am writing a VBA code for getting data from different workbooks and combining them in a single one. However, I am getting the 'Subscription out...
2 replies | 34 view(s)
-
Today, 04:11 AM
Use memcpy from msvcrt. It supports SIMD.
8 replies | 179 view(s)
-
Today, 03:46 AM
But surely that would help standardise and potentially reduce the number of those variants? It also makes it much easier for any developer as you can...
118 replies | 8589 view(s)
-
Today, 03:35 AM
Ah, OK. I recalled that it mentioned that you can use Basic or JS but not the details.
27 replies | 721 view(s)
-
Today, 03:20 AM
@Zvoni
Should be
Public Function ExtractNumeric(ByRef s As String) As Long
''''MyFunction = Left$(s, StrSpn(StrPtr(s), StrPtr(NUM_CHAR)))
...
5 replies | 128 view(s)
-
Today, 02:38 AM
1. Enter the name of your app. Select the app category, color scheme and test device.
2. Add the website feature. Convert your website into a...
4 replies | 949 view(s)
-
Today, 02:24 AM
<!DOCTYPE html>
<html>
<head>
<title>Read Data from HTML Table uisng JavaScript</title>
<style>
table, th, td
{
...
9 replies | 279 view(s)
-
Today, 01:42 AM
Assuming numeric Portion is at the beginning/left of the string:
No Error-Handling whatsoever!
Private Declare PtrSafe Function StrSpn Lib...
5 replies | 128 view(s)
-
Today, 01:38 AM
A mobile application development platform (MADP) is a type of software that allows a business to rapidly build, test and perhaps deploy mobile apps...
16 replies | 4668 view(s)
-
Today, 01:18 AM
I haven't used speech namespace ever, sorry.
I haven't used it but how about using DirectX ? Maybe the Buffer.Volume Property?
...
3 replies | 114 view(s)
-
Today, 01:14 AM
Quick overview of where we're at in case you missed it:
1984 replies | 123227 view(s)
-
Today, 12:54 AM
Actually, I'm not using it wrong. I posted it here wrong by mistake. I'm aware of the app title. I've used the title, class, instance, current...
6 replies | 155 view(s)
-
Today, 12:38 AM
okay , I will look into that - as per your suggestion I am thinking is there a way I can use the speech. recognoizer and then check from this class...
3 replies | 114 view(s)
-
Today, 12:32 AM
Firstly, always set the DataSource last. Set the DisplayMember and/or ValueMember beforehand.
As for the issue, what's the issue? Copying a folder...
4 replies | 150 view(s)
|
Click Here to Expand Forum to Full Width
|