
- 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, 04:25 PM
Break point never reached.
Reset it and it works,
Thanks
3 replies | 143 view(s)
-
98 replies | 92218 view(s)
-
Today, 03:27 PM
I'm new to this forum and just wanted to chime in on this topic. SEO is a process of optimizing your website or page to appear higher in search...
45 replies | 6382 view(s)
-
Today, 03:21 PM
Beware of marketing jargon...and it sounds like you are suitably wary in that regard.
Has anybody ever seen an API advertised as being "powerful,...
3 replies | 49 view(s)
-
Today, 03:11 PM
oopppss??? You takin' the p's?
The subject does make me queasy. It's riding a fine line. Any program that locks the user out is something that is...
6 replies | 121 view(s)
-
Today, 02:38 PM
Just because it's been done doesn't mean it's not against the rules. So, ooppps
Though this doesn't feel like a request for help with malware,...
6 replies | 121 view(s)
-
Today, 02:32 PM
I use SQLite Expert. The personal edition is free.
https://www.sqliteexpert.com/
4 replies | 185 view(s)
-
Today, 02:23 PM
Personally, I really think this is a case where a Collection object should be used.
Just use your VALORE etcetera as keys, and use vbNullString...
7 replies | 181 view(s)
-
Today, 02:22 PM
79 items total. Looks like about 70 can fit on my screen top to bottom without scrolling. I set both of those properties to 25, 79, 100 but does not...
2 replies | 74 view(s)
-
Today, 02:13 PM
Yayyy, I figured it out:
Option Explicit
Dim PatientData As New Collection
Private Sub Form_Load()
PatientData.Add "Unknown", "Gender"
2 replies | 67 view(s)
-
Today, 02:12 PM
Thanks, tg. As far as your first bullet goes, it seems everything is a marketing pitch and of course they say "easily integrate our API's." I had...
3 replies | 49 view(s)
-
Today, 02:08 PM
Hmmm, ok, I can create a class that has the following:
Option Explicit
Public Property Get test() As String
test = "unknown"
End...
2 replies | 67 view(s)
-
Today, 02:07 PM
Read the documentation - see how easy it is to integrate the APIs ...
Try building proof of concepts (POCs) that demonstrate some basic usage of...
3 replies | 49 view(s)
-
Today, 02:06 PM
Ye....Of course we have talked about hijack in the past with pm's and if I recall I was talking to admins here, so, oopppss, you assumption is...
6 replies | 121 view(s)
-
Today, 01:58 PM
This is one that doesn't come to mind immediately.
I'm making a little utility code that's basically peeled out of a much larger application. I'm...
2 replies | 67 view(s)
-
Today, 01:58 PM
Every time a "ReDim Preserve" is used, the whole array is copied all over again so the performance is abysmal when this method is heavily used...
7 replies | 181 view(s)
-
Today, 01:57 PM
Hello. Currently at my company we use Epicor Prophet 21 as our ERP software. I do not have P21 installed nor do I ever run it, but I code our...
3 replies | 49 view(s)
-
Today, 01:53 PM
it all depends.
- if theres no need to follow "order" u can:
array(i) = array(last one)
and redim last one -1
this will place the last one...
7 replies | 181 view(s)
-
Today, 12:55 PM
Damn clever and simple solution there Elroy! Would suggest heavily documenting that the array is unsorted if this is what you are doing though.
7 replies | 181 view(s)
-
Today, 12:39 PM
I am trying to add grouped column headers to a bound datagrid view.
I want columns 3-7 grouped as "First Group". I have managed that with the...
0 replies | 55 view(s)
-
Today, 12:34 PM
I've just made an alternative version of the Unicode captions for "Label" controls. This version is not using a Dictionary object at all. I've been...
8 replies | 410 view(s)
-
Today, 12:24 PM
I slightly edited your post. Email addresses tend to be picked up by the spiders, resulting in waves of spam. Therefore, your email no longer looks...
28 replies | 3258 view(s)
-
Today, 12:18 PM
If you don't care about order, copy the last one into the index being deleted, and then Redim to Ubound-1.
7 replies | 181 view(s)
-
Today, 12:15 PM
Yeah, wet code is the pits. :p
6 replies | 218 view(s)
-
Today, 12:13 PM
*just shakes head*
9 replies | 262 view(s)
-
Today, 11:28 AM
How many items are you talking about?
What is the MaxDropDownItem property, MaxLength property set to?
Just need more information and the...
2 replies | 74 view(s)
-
Today, 11:19 AM
Here's an example that will swap surfaces & contexts of a clicked PictureBox with the PB to the left (or wrap around to the far-right PB when the...
2 replies | 124 view(s)
-
Today, 11:12 AM
Hi All - I have never come across this issue until today where my ComboBox has too many items and will not allow scrolling. When I say too many...
2 replies | 74 view(s)
-
Today, 11:06 AM
Hey,
Not sure if we have been formerly introduced or not, but my name is James Payne and I am the editor for the developer sites at...
28 replies | 3258 view(s)
-
Today, 11:04 AM
I found this re: cairo_set_source_surface():
This is a convenience function for creating a pattern from surface and setting it as the source in cr...
2 replies | 124 view(s)
|
Click Here to Expand Forum to Full Width
|