
- 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, 08:58 AM
Hi
I need some itextsharp help please working out how to position a rectangle to use with columntext. This may also involve a better understanding...
0 replies | 4 view(s)
-
Today, 08:53 AM
Now it passed the Senate.
224 replies | 4273 view(s)
-
Today, 08:47 AM
createdController As oleexp.ICoreWebView2Controller
Private Sub ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler_Invoke(ByVal errorCode...
11 replies | 239 view(s)
-
Today, 08:44 AM
I agree with you but unfortunately, with my programming skills, I just don't have the knowledge to explain the code or my problem any simpler than I...
11 replies | 236 view(s)
-
Today, 08:13 AM
My VB6 "email programs" (which notify me via email) have been using the 16_digit passcode (which I had generated a couple of times in the past) are...
0 replies | 18 view(s)
-
Today, 08:10 AM
ByVal ssScriptState ?byref pexcepinfo?
why not all byval?
Private Sub IActiveScriptSite_OnScriptTerminate(pvarResult As Variant, pexcepinfo As...
11 replies | 239 view(s)
-
Today, 08:07 AM
Hi Friends :)
Thanks for your answers :)
it was just a cosmetic thing, if I can not remove controls at the right without removing the icon at...
4 replies | 279 view(s)
-
Today, 07:08 AM
webview2 maybe it's a function?,the Second parameter is byref?
A function or interface is marked as restricted, or a function uses an automatic type...
11 replies | 239 view(s)
-
Today, 06:34 AM
Here is a Class that inherits PictureBox that will allow user to crop images and save or get the cropped image. this is an evolution of various...
0 replies | 32 view(s)
-
Today, 06:33 AM
WITH CTE AS (SELECT Std_ID,Subj_ID FROM Tbl1
UNION
SELECT Std_ID,Subj_ID FROM Tbl2)
SELECT ST.ID, ST.FName, SU.Subj...
5 replies | 78 view(s)
-
Today, 06:04 AM
But 'John' ha reference in Tb2
Cnn.Execute "INSERT INTO tbl2 (Pedag_iD, Std_iD, Subj_iD) VALUES ('1', '1', '3')"
Cnn.Execute "INSERT INTO tbl2...
5 replies | 78 view(s)
-
Today, 05:55 AM
Why do you expect Student-ID's which have no connection to Subjects?
"John" is not in "Hist" nor in "Lge"
What's your overall goal here?
5 replies | 78 view(s)
-
Today, 05:53 AM
I could do that but if/when I renumber the code I would have to edit all the statements containing the 'See code at...'. I figured out a way to do...
5 replies | 237 view(s)
-
Today, 05:51 AM
Thank you sir
StrSql = "SELECT Std_tbl.ID, Fname, Subj FROM Subj_tbl " & _
" left join tbl1 on Subj_tbl.ID = tbl1.Subj_iD " & _
" left join...
5 replies | 78 view(s)
-
Today, 05:51 AM
Unfortunately MS has only doubled down on pushing manifests. There's even more reasons now why you want one with not just common controls, but also...
82 replies | 60520 view(s)
-
Today, 05:48 AM
As previously mentioned, the next version will support IActiveScript etc
I forgot to update the changelog for a while then when I did I forgot I...
11 replies | 239 view(s)
-
Today, 05:34 AM
Why not?
Ask away please! :lol:
20 replies | 301 view(s)
-
Today, 05:29 AM
Same principal.
3 replies | 97 view(s)
-
Today, 05:22 AM
It seems that AutoClipboard property is not working for me. WinXP SP3.
884 replies | 338459 view(s)
-
Today, 05:16 AM
Just ask the Neanderthals...oh that's right. You can't.
20 replies | 301 view(s)
-
Today, 05:09 AM
Esy eisai pali...
Lines like items of a ListBox or rows of a DataGridView, as you double click on them based on their containing value, the goal...
3 replies | 97 view(s)
-
Today, 05:02 AM
Move "Subj_tbl" into the FROM-Clause, and "Std_tbl" into the LEFT JOIN
5 replies | 78 view(s)
-
Today, 04:57 AM
Hello VbForums
I've these tables
Set Cnn = New_c.Connection(, DBCreateInMemory)
With Cnn.NewFieldDefs
.Add "ID Integer Primary key"
.Add...
5 replies | 78 view(s)
-
Today, 04:45 AM
'Exists'
Purrrrrfect. That works a treat. Thanks Olaf.
I spent the day looking over your example. Deciphering it so I could see what was going...
46 replies | 1091 view(s)
-
Today, 04:43 AM
Hi Puka O7.
What is a line?
If it has properties that you can set them maybe...
Create an array and map the controls by p.e. name.
Manage the...
3 replies | 97 view(s)
-
Today, 04:20 AM
The issue in interfacing with say WIN32 APIs is that the underlying CRT (c run time) that provides the memory management doesn't provide necessary...
1648 replies | 653231 view(s)
-
Today, 04:20 AM
Most humans are like that by nature.
We adopt a view becaues it's fed to us by someone else we admire and seems sensible and are thereafter...
20 replies | 301 view(s)
-
Today, 04:17 AM
Good job, VB6 Programming! That is how it should look like - all info visible and easy readable. tB contributions are leveling up :)
13 replies | 484 view(s)
-
Today, 04:06 AM
how to get json item length?
like
like {"a":1;"b":2}
like item a=1 : "a":1
1 replies | 54 view(s)
|
Click Here to Expand Forum to Full Width
|