Search:
Type: Posts; User: dee-u
Search:
Search took 0.07 seconds.
-
Is your gasoline price increased due to this conflict? Ours is now 'skyrocketing'. :(
-
I love the Lord of the Ring movies. The Revenant was memorable. Don't you guys watch Korean movies?
-
32,246 new cases for today Jan. 12, 2022
-
From 889 last Dec. 29 we now have more than 20K+ daily.
28,007 - January 11, 2022
33,169 - January 10, 2022
28,707 - January 9, 2022
26,458 - January 8, 2022
21,819 - January 7, 2022
17,220 -...
-
No one said about "detect if from this computer", I said I wanted to know if the excel file was generated from the system and it should be identifiable if it is imported to the system. System =...
-
How's the spread of Covid in your country these past few days? We've had relatively low no. of new infections for weeks now. I am not sure if Omicron is something to be concerned of, there is at...
-
I tried to "import" a relatively small code with one subroutine, it is a tool to read an xlsx file and spit out a pdf output. After commenting out the codes for the form (disabling buttonts, etc.) it...
-
Wow, that is very interesting, indeed I was able to add a file to the xlsx file using winrar and able to see it after opening it again. Will look further on how I can integrate this, thanks for the...
-
I would like to be be able to mark an excel file with a key which will come from the system so that when an excel file is imported it would try to find that key to determine if the file came from the...
-
I'll try this route, thanks!
-
The feature is already there then what is the debate all about? For it to be removed from TB? You guys have debated for pages in this thread, perhaps those who dislike the feature may take it to the...
-
I would like to be be able to mark an excel file with a key which will come from the system so that when an excel file is imported it would try to find that key to determine if the file came from the...
-
Welcome to the forums!
Have a look at the following tutorial for ADO: https://www.vbforums.com/showthread.php?551154-Database-ADO-Tutorial-for-Classic-VB
-
I am productive with my time... I've already got 5 kids at age 35.
-
Guys, how did you upload your images? Did you just use the "Insert Image"?
-
The debate will end once no one from the .Net and VB6 side posts something like this.
-
We get flooded almost annually but that was the highest one we've experienced. A colleague and his family went to the top of their roof since the flood was higher than him already, I think he is...
-
If I am not mistaken it was a little bit less than $1/L here in my town around Sept. and earlier, now it is more than $1 already. The price increased by about Php10 where the exchange rate is $1 =...
-
Why not use DISTINCT in your query?
-
Can you put an alert on callC just to make sure it is also being called? You can try putting the callC function in another js file and just load it before the Body end tag.
-
https://www.vbforums.com/images/ieimages/2021/10/9.jpg
Hmmmm... tried uploading it to an image sharing site and it seems to work
-
-
Last month was the highest flood we ever experienced.
182786
Weird, the image has a preview in the forum test but none here.
-
Happened to me too, I think yesterday, it was weird since I was logged-in in the other tabs and refresh did not solve it. Using Chrome.
-
Are you even sure the following code is correct?
If Chk.Value Is Nothing Then
Chk.Value = False
Else
Chk.Value = True
End If
If Chk.Value become True then the way I see it, it will...
-
It appears your Form1 is empty, you can try adding the following code so it will be associated to its designer:
Public Class Form1
End Class
-
What you can try to do is to add another form then copy the contents of the .designer file to the .designer of the newly created form.
-
You can store your connectionstring "dsn=192.168.0.2;uid=sa;pwd=sa123sa;dsq=iats" to a variable then use that variable in your connect.
-
You said you had a USB Flash Drive inserted when it went on sleep mode? Then does that mean you were able to use the USB Flash Drive before the sleep mode? Have you tried another USB Flash Drive? And...
-
https://www.youtube.com/watch?v=0VCK8rLKXKA
-
https://www.youtube.com/watch?v=5zlE5guCSdo
-
Kanlungan
https://www.youtube.com/watch?v=gFDuZ_xs7AE
-
Is your laptop not overheating?
-
I am thinking of a "slab roof" as the ceiling, and a regular roof on top of it. Perhaps some grills or shutters on the windows may provide protection from flying debris. We are regularly battered by...
-
Would having slab roof provide a better resistance against hurricanes?
-
You have a data at "CZ8669", if you are going to try the snippet I shared it will output 8669. I tried the code in the other workbooks you shared in your other threads, I encountered "1048576" as the...
-
Based on this SO, usedrange is not reliable in finding the last used row and instead suggest this:
Private Sub GetTotal()
Dim lastrow As Long
With Sheets("Sheet1")
If...
-
Here's from one of the comments of the link you posted:
https://www.sqlite.org/lang_update.html#upfrom
-
For vbRichClient questions, why not just prefix the title with [vbRichClient]?
-
Wow, VB.net can do that now? Looks like Javascript ES6.
|
Click Here to Expand Forum to Full Width
|