
- 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:57 PM
In the end I added a recursive search for all .lnk files for the start menu in either %userprofile% or %programdata% + "\Microsoft\Windows\Start...
6 replies | 158 view(s)
-
Today, 04:45 PM
That article is about "store apps" not real programs.
It might help to see a small program that reproduces the problem. I still don't see it in...
6 replies | 147 view(s)
-
Today, 04:04 PM
why shrink it when you can hide it :
So, the problem I have now is I've already hidden the main textbox for a different function. These...
4 replies | 62 view(s)
-
Today, 03:47 PM
OK, thank you for the clarifications.
124 replies | 8824 view(s)
-
Today, 03:40 PM
As for #1...
If you are on a remote machine and you are trying to connect to an instance on some server and it's failing...
And you are trying...
41 replies | 2464 view(s)
-
Today, 03:38 PM
The list of features under 'Compiler Features' on the main homepage (twinbasic.com) is the most thorough list of features for now until the...
124 replies | 8824 view(s)
-
Today, 03:25 PM
Fafalone has the first reported case of forum Alzheimer's: Over time, memory just fades away.
There IS a thread that has pretty extensive use of...
14 replies | 2399 view(s)
-
Today, 03:23 PM
Don't worry, back compatibility is the #1 priority. I'm not planning any major new features for a little while until we've put the bulk of the...
124 replies | 8824 view(s)
-
Today, 03:12 PM
Is item #1 even a real possibility? After all, the issue is that A doesn't connect, but B does. If there is an IP address issue, shouldn't neither A...
41 replies | 2464 view(s)
-
Today, 03:05 PM
As far as language, something like Java or Python would be better for cross platform. Unfortunately, I do not know of any software development...
5 replies | 191 view(s)
-
Today, 03:02 PM
In that case, let me rewrite my LINQ example in a manner that uses traditional looping techniques. I think you'd be able to understand the .NET code...
14 replies | 155 view(s)
-
Today, 02:54 PM
I would expect that you likely WILL have to change something about your queries. Older Access doesn't use named parameters, and I wouldn't expect...
2 replies | 63 view(s)
-
Today, 02:54 PM
Glad you found something that works for you. Please mark the thread "Resolved".
Also did you by chance find a way to be able to select a single...
13 replies | 467 view(s)
-
Today, 02:51 PM
no your solution works perfectly for what i need , but as a novice i like to understand the code instead of just copy and paste
14 replies | 155 view(s)
-
Today, 02:51 PM
If you have access to the source code of fif.exe then I would go a different route. I would modify fif.exe to "ping" a central location every few...
4 replies | 153 view(s)
-
Today, 02:47 PM
Yes... but... that's without seeing what your queries looks like. It's possible that you may need to change some of the queries to suit SQLite. Or,...
2 replies | 63 view(s)
-
Today, 02:45 PM
Correct. The title of your thread stated Integers and so I assumed that was the data type you were actually targeting.
Number matching in Regular...
14 replies | 155 view(s)
-
Today, 02:32 PM
I have been using MS Access as the back-end database for all my VB.NET projects and now I'd like to convert one of those projects to use SQLite as...
2 replies | 63 view(s)
-
Today, 02:27 PM
ahhhh so using "\d: Match any character between 1- 9" would not work when using decimal numbers
14 replies | 155 view(s)
-
4 replies | 62 view(s)
-
Today, 02:15 PM
More to Delaney's suggestion, since the Visible property returns a Boolean, you can toggle the visibility by using the Not keyword:
TextBox1.Visible...
4 replies | 62 view(s)
-
Today, 02:10 PM
Those are Regular Expression constants. This is the RegEx explained more in detail:
Wages Paid £: Literally match those characters
\d: Match...
14 replies | 155 view(s)
-
Today, 02:04 PM
why shrink it when you can hide it :
Private Sub Button5_Click(sender As System.Object, e As System.EventArgs) Handles Button5.Click
If...
4 replies | 62 view(s)
-
Today, 01:45 PM
Another approach
' count ComboBoxes with selections
Dim cts As Integer
cts = (From cb In COMMbobox
Where...
4 replies | 102 view(s)
-
Today, 01:42 PM
worked perfectly thank you, i dont understand the "\d*" part of the code
14 replies | 155 view(s)
-
Today, 01:41 PM
I hope WaynePhillipsEA will not get distracted too much by too many "side-wishes" and will still focus on the core to make prio for compatibility.
124 replies | 8824 view(s)
-
Today, 01:36 PM
Hello, very new to programming as a whole - how do I change the height of a text box with a button? The project I'm working on has a main textbox...
4 replies | 62 view(s)
-
Today, 01:33 PM
i am writing to and from a text file and the text file when loaded is displayed in a richtextbox and is displayed exactly as shown above , i cant...
14 replies | 155 view(s)
-
Today, 01:31 PM
My apologies, I forgot to include the RegEx pattern:
Dim pattern = New Regex("Wages Paid £\d*")
14 replies | 155 view(s)
-
Today, 01:22 PM
Is there somewhere a list of all new features introduced to tB now?
I was about to open an "issue", but didn't want to suggest something already...
124 replies | 8824 view(s)
|
Click Here to Expand Forum to Full Width
|