
- 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:30 PM
With form1 active/visible, I show form2. Is there a way to prevent form1_activate from firing after form2 is closed? Form2 is used this way...
0 replies | 9 view(s)
-
Today, 06:54 PM
I looked it up, but I don't understand the answer. Does anyone here understand this?
16 replies | 341 view(s)
-
Today, 06:48 PM
When I started to develop this component I was young. Today I realize that I need to refactor the code, which should even take 2 weeks. This will...
67 replies | 1927 view(s)
-
Today, 06:36 PM
Hi.
This is nuts.
So Anyhow I'm trying to get the process description as show in task manager.
From what I read you might need to do this:
Dim...
0 replies | 18 view(s)
-
Today, 06:29 PM
Windows 10, 100% (think that's 96DPI), in this case the icons only purpose is to be used in form captions, so nothing fancy exactly. It's only...
6 replies | 119 view(s)
-
Today, 06:20 PM
Are the 80 projects 80 previous versions of this same program? If your instinct is to ask, "How would I know that?" in response to that question,...
6 replies | 112 view(s)
-
Today, 06:16 PM
You may have to try searching the files for a form caption or something that you can see that will be findable in the project files.
6 replies | 112 view(s)
-
Today, 06:01 PM
Hi krool
Is it possible to auto adjust the row height depending on the content of the cell?
thank you
434 replies | 131754 view(s)
-
Today, 05:57 PM
I wish that were the case. The exe file does not have a matching vbp.
I was taught that every project gets a folder. The exe matches the vbp. I...
6 replies | 112 view(s)
-
Today, 05:51 PM
Sadly Im dealing with the database I have been given and cant do a major redesign on it.
In this application, there will only be one or 2 clients...
2 replies | 36 view(s)
-
Today, 05:37 PM
No it doesn't. Firstly you might want to rethink using the term client when dealing with hotel info... unless you're in the red light district, you...
2 replies | 36 view(s)
-
Today, 05:37 PM
Here's an example that ignores DPI (assumes 100%) and loads an icon into PictureBox controls in increasing sizes from a DLL:
It assumes...
6 replies | 119 view(s)
-
Today, 05:27 PM
Working w/ contracting/quotes, etc. "CONTRACTOR SHALL" statements and want to be able locate the word that follows the statement "Contractor Shall"...
0 replies | 17 view(s)
-
Today, 05:17 PM
Yeah since it was indented it looked like it was inside the first If statement. Good luck
7 replies | 127 view(s)
-
Today, 05:16 PM
I read a row, then save the row, then advance to the next. Then see if we still have rows... That's a standard "report writer" engine trick to...
7 replies | 127 view(s)
-
Today, 05:15 PM
If you put your database on D: drive you will get "permission denied" too. It doesn't matter if it's on C: drive or on D: drive. You will get...
23 replies | 58831 view(s)
-
Today, 05:12 PM
I've always thought HasRows was utterly useless, though I admit to having used it once or twice. Whenever I used it, I always asked myself, "self,...
7 replies | 127 view(s)
-
Today, 05:11 PM
There is curl.exe shipped with every Win10 as a built-in utility nowadays.
Btw, Inet control probably does not support *passive* mode.
cheers,...
7 replies | 121 view(s)
-
Today, 05:09 PM
Welcome to VBForums :wave:
Go to the home page of our site: https://www.vbforums.com/forum.php
..then pick the forum that is most appropriate...
7 replies | 604 view(s)
-
Today, 05:07 PM
I am not familiar with using an OleDbCommand to update an Excel file, but my gut tells me that by you doing an insert rather than an update it is...
1 replies | 51 view(s)
-
Today, 05:03 PM
Sorry that I'm a beginner and don't know all the options or best way to do this. But that is why I'm here I hope.
Ok this time it will be mostly...
5 replies | 219 view(s)
-
Today, 05:02 PM
The "..." indicates lots of code - I picked a bad spot to cut code out, lol!
7 replies | 127 view(s)
-
Today, 04:58 PM
Ok, newb SQL guy here.
I have a vb.net mission and one of my queries has me stumped. It can be done in code, but trying to do as much as possible...
2 replies | 36 view(s)
-
Today, 04:56 PM
Tks for suggestion...
but in:
..........
Private Sub Command1_Click()
On Error Resume Next
TreeView1.Nodes.Clear
...
7 replies | 121 view(s)
-
Today, 04:46 PM
I also just did a little playing around with the SP and confirmed that it really does run just fine in SSMS.
Better yet, I just confirmed that the...
13 replies | 269 view(s)
-
Today, 04:25 PM
If Not rsPrint.HasRows Then
.
.
.
If rsPrint.HasRows Then
I'm confused about this. If you reach "If rsPrint.HasRows" how could it...
7 replies | 127 view(s)
-
Today, 04:24 PM
Try this Codebank submission by Olaf Schmidt...
7 replies | 121 view(s)
-
Today, 04:24 PM
Hi,
I'm trying to add info to an excel sheet but rather than add a new line each time I would like it to ignore the first 4 columns as these...
1 replies | 51 view(s)
-
Today, 04:19 PM
In the OP I mentioned that there were three blocks that started with BEGIN TRANSACTION, then there was a BEGIN TRY, some stuff, and a COMMIT. If...
13 replies | 269 view(s)
-
Today, 04:17 PM
How can I post a question? I am also new
7 replies | 604 view(s)
|
Click Here to Expand Forum to Full Width
|