Register
Help
Remember Me?
Forum
What's New?
Activity Stream
New Posts
New Events
Mark Forums Read
Advertiser Disclosure
Advanced Search
Home
Activity Stream
If this is your first visit, be sure to check out the
FAQ
by clicking the link above. You may have to
register
before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Activity Stream
Filter
Sort By
Time
Show
Recent
Recent
Popular
Popular
Anytime
Anytime
Last 7 Days
Last 7 Days
Last 30 Days
Last 30 Days
All
All
Photos
Photos
VBForums
Forums
New Activity (
)
Please reload this page to view the 200+ new activity items that have been created.
Older Activity
Today,
06:06 AM
TTn
replied to a thread
VB6 QUESTION: Extracting target information from a Windows Shortcut or .LNK
in
Visual Basic 6 and Earlier
Nice, that's right. I found this, not sure if it works, but seems like what you want. ...
see more
2 replies | 96 view(s)
Today,
05:33 AM
luca90
started a thread
fill a combobox with a sorted files in dir c:\,ydir\
in
Visual Basic 6 and Earlier
i have in a dir_ 1.txt 2.txt 55.txt 20.txt 9.txt 11.txt ... 6.txt
see more
0 replies | 12 view(s)
Today,
05:15 AM
yereverluvinuncleber
replied to a thread
VB6 QUESTION: Extracting target information from a Windows Shortcut or .LNK
in
Visual Basic 6 and Earlier
In the absence of such code already existing. Thinking of the problem, doing it myself, I probably need to read the file into an array as a series of...
see more
2 replies | 96 view(s)
Today,
04:39 AM
evan66
replied to a thread
VS 2017
Interval on the Y-axis for an Excel graph
in
Visual Basic .NET
ChrisE, you have the Y-axis inteval set to 10. How would you cahnge it to 5 or 20 ? Thanks for your help
see more
4 replies | 145 view(s)
Today,
04:17 AM
jmcilhinney
replied to a thread
VS 2010
Shell command returns file not found error
in
Visual Basic .NET
That code looks like it was written in VB6 originally so that would explain why you were using Shell. I wonder whether the UAC prompt when using...
see more
3 replies | 64 view(s)
Today,
03:17 AM
Visual Bear
replied to a thread
Run specific version of excel from VB.NET
in
Visual Basic .NET
Hi, I export a .txt file from sql server and open it in excel. Excel then opens a few workbooks with links to the .txt workbook. The workbooks...
see more
5 replies | 319 view(s)
Today,
03:10 AM
Visual Bear
replied to a thread
VS 2010
Shell command returns file not found error
in
Visual Basic .NET
Thanks for answering. I´m using this to reference an instance of excel 2003 (separate thread for this), because I also have Office365 installed. ...
see more
3 replies | 64 view(s)
Today,
03:00 AM
wqweto
replied to a thread
Can't Find SQL Server-REVIVED
in
Database Development
Most DHCP servers save client leases in a file on reboot. Not sure about uDHCPd/dnsmasq on your router though. cheers, </wqw>
see more
45 replies | 3117 view(s)
Today,
02:29 AM
Peekay
replied to a thread
Rotated text
in
Visual Basic 6 and Earlier
In the latter link given there is this routine: Public Sub GetCurrentLogFont(Byval frmIn As Form, lfIn as LOGFONT) What parameter would I use...
see more
9 replies | 262 view(s)
Today,
02:24 AM
jmcilhinney
replied to a thread
Anything to save a buck
in
General Discussion / Chit Chat
I might ask what the hell you were talking about, grandpa, if I wasn't old enough to remember such shenanigans myself.
see more
3 replies | 100 view(s)
Today,
02:16 AM
ChrisE
replied to a thread
Run specific version of excel from VB.NET
in
Visual Basic .NET
what operations do you perform
see more
5 replies | 319 view(s)
Today,
02:13 AM
jmcilhinney
replied to a thread
VS 2010
Shell command returns file not found error
in
Visual Basic .NET
Asking us to help you fix code that you haven't shown us is not a great start. If you are actually using Shell then don't. This is not VB6. Use...
see more
3 replies | 64 view(s)
Today,
01:59 AM
Steve R Jones
replied to a thread
Anything to save a buck
in
General Discussion / Chit Chat
And I thought riding in a car trunk at the drive in movie theater was bad:eek:
see more
3 replies | 100 view(s)
Today,
01:38 AM
sapator
replied to a thread
VS 2017
Phone Menu System (DTMF)
in
Visual Basic .NET
Hmm. I can't find the app. If it's on my old PC I would need to remove the drive and search. Anyhow. First things first. You need to make your...
see more
3 replies | 103 view(s)
Today,
01:04 AM
ChrisE
replied to a thread
VS 2017
Interval on the Y-axis for an Excel graph
in
Visual Basic .NET
you have to tell which ChartType chartPage.ChartType = Excel.XlChartType.xl3DBarClustered something like this 'create chart Dim...
see more
4 replies | 145 view(s)
Today,
12:52 AM
Visual Bear
started a thread
VS 2010
Shell command returns file not found error
in
Visual Basic .NET
Hi, Well, like the title says, the shell command suddenly stopped working. Yes, it worked before, and no, I have not changed anything since then....
see more
3 replies | 64 view(s)
Today,
12:45 AM
Visual Bear
replied to a thread
Run specific version of excel from VB.NET
in
Visual Basic .NET
Hi again and thanks for answering! This has turned out to be a bit of a problem. I followed the links and did some searching. Combining and...
see more
5 replies | 319 view(s)
Today,
12:24 AM
PACOBJX
replied to a thread
Insert multiples files txt into table sql server
in
Visual Basic 6 and Earlier
It is exactly that, my question would be how to adapt that code to my requirement. where could the code vary?
see more
5 replies | 154 view(s)
Yesterday,
11:40 PM
evan66
replied to a thread
VS 2017
Interval on the Y-axis for an Excel graph
in
Visual Basic .NET
Thanks for quick reply, Your code works if the chart is on a Windows form, but not if on an Excel sheet. I think Excel sheets do not have...
see more
4 replies | 145 view(s)
Yesterday,
10:25 PM
KBConsole
replied to a thread
VS 2019
Visual Studio Gone Mad, Rise of the machines etc.
in
Visual Basic .NET
You're right (the image is fine on my pc though it's the preview that's blurry or it lost quality in the upload process). Dim PixelCounter As...
see more
3 replies | 111 view(s)
Yesterday,
10:13 PM
web2k6
replied to a thread
System.UnauthorizedAccessException (Access to the path denied) Error
in
Visual Basic .NET
Hi Shaggy thanks for your input! It will still keep on running. It bugs the heck out of me when leaving it overnight and checking in the morning...
see more
2 replies | 106 view(s)
Yesterday,
10:09 PM
Shaggy Hiker
replied to a thread
'The Cult Of The Rusty Spoon'
in
General Discussion / Chit Chat
To be fair, I was making an ironic comment. The existence of the first thread makes not a whit of difference since the rest of the thread isn't...
see more
478 replies | 6760 view(s)
Yesterday,
10:05 PM
jmcilhinney
replied to a thread
VS 2019
Visual Studio Gone Mad, Rise of the machines etc.
in
Visual Basic .NET
If I'm not mistaken, error messages are text too.
see more
3 replies | 111 view(s)
Yesterday,
10:00 PM
OptionBase1
replied to a thread
VS 2019
Visual Studio Gone Mad, Rise of the machines etc.
in
Visual Basic .NET
Unfortunately the attached image is totally unreadable. Can you paste just the code itself as text and then maybe a small cropped image containing...
see more
3 replies | 111 view(s)
Yesterday,
09:56 PM
KBConsole
started a thread
VS 2019
Visual Studio Gone Mad, Rise of the machines etc.
in
Visual Basic .NET
Either I'm being very blind to the issue or I need to disable the error manager thingy somehow. I have errors on variables that don't exist and...
see more
3 replies | 111 view(s)
Yesterday,
09:17 PM
jmcilhinney
replied to a thread
Creating Windows Applications in VB Net - Two
in
Visual Basic .NET
I'm using VS2019 v16.9.4 and so should you be. If you're able to target .NET 5.0 then you must be using VS 2019 (I'm fairly certain that's true - I...
see more
2 replies | 109 view(s)
Yesterday,
09:07 PM
jmcilhinney
replied to a thread
VS 2019
How to update data automatically without closing/re-opening the program
in
Visual Basic .NET
Why would you have to re-open the program? How did you get the data to populate that ComboBox in the first place? Why can't you just do that again?...
see more
1 replies | 90 view(s)
Yesterday,
08:59 PM
jmcilhinney
replied to a thread
VS 2019
add icon to Listview subitem
in
Visual Basic .NET
Does the documentation indicate anywhere that you can add icons to subitems? If you want to know how a type or member works then you should ALWAYS...
see more
1 replies | 77 view(s)
Yesterday,
08:31 PM
DreamWarrior77
replied to a thread
VS 2017
Phone Menu System (DTMF)
in
Visual Basic .NET
ok I think TAPI3 is probably what I might require, I will be using a magic jack.. The first problem is how will I detect if it is ringing and then...
see more
3 replies | 103 view(s)
More Activity
No More Results
No Recent Activity
Click Here to Expand Forum to Full Width