
- 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, 07:06 AM
Sub Something(ByVal PhotoNum As Long)
Dim f As Integer
Dim s As String
f = FreeFile
Open App.Path & "\recovery\mytexts\t" &...
13 replies | 220 view(s)
-
Today, 07:04 AM
See my post #8 . l think l was preciise enough
13 replies | 220 view(s)
-
Today, 07:03 AM
and i doubt this very much:
Spot the "mistake"
Foto = "p" + PhotoNum + (".jpg")
PicBase.Picture = LoadPicture(App.Path & "" & "\recovery" &...
13 replies | 220 view(s)
-
Today, 07:00 AM
BETA 722 of the twinBASIC programming IDE is now released...
Download from here... https://github.com/twinbasic/twinbasic/releases
Click on...
473 replies | 191342 view(s)
-
Today, 06:34 AM
You are stuck, I am stuck, we are all stuck in something or other - that doesn't really help much.
You are particularly stuck in this case with...
13 replies | 220 view(s)
-
Today, 06:18 AM
Thanks but No Luck .
13 replies | 220 view(s)
-
Today, 05:55 AM
Try:
Private Sub Command1_Click()
Dim sPath As String
sPath = App.Path & "\folderA\folderB\folderC\test.txt" 'change accordingly
With...
13 replies | 220 view(s)
-
Today, 05:44 AM
Thanks Zvoni , it does not work , maybe l was not very explicit .
l have a folder "Recovery" in it 2 folders "MyPics" and "MyTexts"
in "myPics"...
13 replies | 220 view(s)
-
Today, 04:20 AM
Sub Something()
Dim f As Integer
Dim s As String
f = FreeFile
Open "C:\Folder A\Folder B\Folder C\test.txt" For Input As #f
Line...
13 replies | 220 view(s)
-
Today, 03:39 AM
Sorry , it doesn't work
13 replies | 220 view(s)
-
Today, 03:03 AM
Update released.
I added these orientations:
ntTabOrientationTopRight = 6
ntTabOrientationBottomRight = 7
ntTabOrientationLeftTop =...
304 replies | 94100 view(s)
-
Today, 02:56 AM
here some Basics to open and work with a Excelsheet
Option Strict On
Imports Microsoft.Office.Interop.Excel
Imports Microsoft.Office.Interop
...
3 replies | 158 view(s)
-
Yesterday, 11:19 PM
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\Microsoft.JScript.tlb
Microsoft.JScript.tlb
12.0.52415.36415
57,856
09-Aug-2018
1 replies | 83 view(s)
-
Yesterday, 11:16 PM
Set Doc = CreateObject("htmlfile")
Set Script = Doc.Script
Set HtmlWindowA = Doc.parentWindow
dim a as object
set a=Doc.eval
typename...
1 replies | 83 view(s)
-
Yesterday, 10:43 PM
LeClerc - car was underweight after the race
Hamilton - skid plate underneath car was not thick enough
Gasly - car was underweight after the race
832 replies | 289243 view(s)
-
Yesterday, 09:39 PM
Wow, really great day for HAAS. Hard to say where they really stand compared to the others, big swing in performance.
What did the Ferrari's get...
832 replies | 289243 view(s)
-
Yesterday, 09:32 PM
I do next to no Office Automation but I have a sneaking suspicion that the range has a Value property that would need to be set in this case. If I...
3 replies | 158 view(s)
-
Yesterday, 09:29 PM
It's worth noting that a Button control has a PerformClick method, so you can call that to have that Button raise its Click event and thus execute...
4 replies | 135 view(s)
-
Yesterday, 09:23 PM
If these templates are being represented by a name or other text then the DomainUpDown is a more appropriate choice but, if they are being...
17 replies | 1292 view(s)
-
Yesterday, 09:19 PM
Do you actually understand what MouseHover means? It is not an indication that the mouse pointer is over the control. It is specifically an...
4 replies | 289 view(s)
-
Yesterday, 09:15 PM
For the first question, where is that line located?
For the last one, the issue is that you are assigning to a readonly property in this line:
...
3 replies | 158 view(s)
-
Yesterday, 09:09 PM
That is considered good form.
4 replies | 135 view(s)
-
Yesterday, 08:09 PM
Thanks. Sounds like the best way to go is to create a seperate function. Much appreciated.
4 replies | 135 view(s)
-
Yesterday, 07:22 PM
If you want to call the event handler then for something as simple as a Click event you could just pass EventArgs.Empty as the click event doesn't...
4 replies | 135 view(s)
-
Yesterday, 06:56 PM
How do I know when the mouse has moved "IN" and "OUT" of the window? To me hover will only be called 1 time, but I may be wrong. I need continuous...
4 replies | 289 view(s)
-
Yesterday, 06:48 PM
I'm trying to figure out how I would call a function within a function within VB Net. In VBA this is easy, but I have not figured out what arguments...
4 replies | 135 view(s)
-
Yesterday, 06:39 PM
To reduce the number of threads I post regarding similar questions I'm posting them in 1 to hopefully make things less repeated.
This is a...
3 replies | 158 view(s)
-
Yesterday, 06:34 PM
https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.domainupdown?view=windowsdesktop-9.0
17 replies | 1292 view(s)
-
Yesterday, 05:47 PM
Hello Shaggy. Just before I close this I wanted to reply.
I do need the NumericUpDown, but more like the spinner in VBA. It is used to shift...
17 replies | 1292 view(s)
-
Yesterday, 03:03 PM
Yep. My mistake.
26 replies | 940 view(s)
|
Click Here to Expand Forum to Full Width
|