Search:
Type: Posts; User: vbLewis
Search:
Search took 0.03 seconds.
-
Here is (Ideally) the code i would like to use, and mainly what i am using to try to run the program and capture output.
...
-
Windows 10 has removed the Windows Experience Index (WEI) interface that rates your computer, but the functionality is still there. Its a small console program in the system folder called WinSAT.exe...
-
I wrote a URLencode function that supports UTF8 heavily modified and tweaked from an example i found on the web. I managed to more than double the speed of the original code. As you can see it is...
-
Krool,
Thanks for your reply. The AutoSelectFirstItem option fixed the problem. The reason i was also getting a Click event was because i was redirecting all Select() events to the Click() event....
-
Krool, Im adding column headers and then items to the listview in report mode on form load. Im getting a Itemclick then an ItemSelect event as the first listItem is added before any following columns...
-
Is anyone else having problems with CoTaskMemFree() crashing the IDE recently when trying to free ITEMIDLIST's?
I have code that i have been using for years is all of a sudden not working on updated...
-
THANK YOU Eduardo! thats exactly what i needed!
-
I was born and raised Amish and as some of you may know amish only go to 8th grade for their education. We did learn some basic geometry but for me working in logging most of my life the need for...
-
Thanks for the replies guys and for trying to teach me how to geometry and algebra. unfortunetaly its been a entire day of fiddling and it still not working.
this is what ive come up with so far
...
-
to be honest i have no idea, thats why im here lol
Looks like you have to get the angle (slope/rise/run) of the line for starters
-
Hi fellow VBers. Im hoping one of you can help me with my math problem since i have an limited NA education.
Currently Im drawing a line from the bottom center of the form to a point on the form...
-
Thanks for the reply! Thats what i was doing, recalculating but the tooltip still showed it going down instead of up so i will try the modifytiptext event. I was just hoping there was an easy way to...
-
Im using the Slider control from the vbccr activex control as a volume control. When I have it in vertical layout mode the small value starts at the top and values get larger as you scroll down. Is...
-
right-clicking towards the bottom of the pallette will pop up a color picker
-
Hi Krool,Many thanks for your continued hard work! Is there any chance we could get a scrollbar control? (something like the flatscrollbar in mscomct2). i really detest the built in scroll bars of...
-
You guys are on to something...
doing this
Debug.Print CLng(bBefore)
gave me
-24576
I changed the logic to
-
Can someone smarter than me help me wrap my head around what is happening here? the expression (bBefore = True) is returning false even though the value of bBefore is true.
177633
-
Here is my version of a font name parser i wrote back in '07 that i submitted to PSC. Maybe you could get some ideas from it to add to yours?
Attribute VB_Name = "modFontInfo"
Option Explicit
...
-
I use If-Then if i want intellisense help. There are a couple times i have written a large if-then block and converted it to select-case after it was done, for better readability.
for a simple...
-
Worked like a charm! The transparency tip is gold. I added a slider for the value. Thanks for the help. i changed the form scalemode to pixel and my moveing code went to crap, so i did it with code...
-
Hi,
I'm attempting to merge two images with the alpha image control made by lavolpe and banging against a wall with massive failure. Would anyone care to guide me down the correct path?
There are...
-
Thanks, i will check it out.
-
Hi all,
Does anyone have any idea what could cause this kind of corruption?
Im running Win 7 64bit.
Im wondering if i could write a program or script to fix the errors or if they are...
-
Ive updated the project.
1. Added MP3 and OGG Opus audio capability.
2. Added Volume (Gain) for output audio
3. Fixed a small bug in Voice selection
4. MP3 is now the default audio format.
5....
-
PLEASE SEE THE INCLUDED READ ME FILE FOR COMPLETE INSTRUCTIONS BEFORE RUNNING THE PROJECT
Here is a project I did that shows you how to use the power of Google Cloud for next level natural...
-
This might interest you. I coded up One for my own use...
As you can see, a small difference in speed and only pure vb...
156947
-
Ive decided i will make a new Addin, with a new UI and a new database format, with the ability to import the old databases.
Some new functionality that ive thought about adding, that are missing...
-
Yes, it is a listbox limitation. (32767 items) If you look under 'Case 2' in the DisplayDatabase function you can see a note in the comments. I will probably update the app to use krool's excellent...
-
k_zeon,
I like that idea. One possibility would be to have a repository on github, with a 'master' file. then if someone would want to add api calls they could just do a merge request to get them...
-
Here is a small utility i wrote that allows you to edit the api files that come with the API Viewer 2004.
The APIViewer2004 is a nice upgrade from MS's old api viewer made by Christoph Von...
-
Add toolbar control to form -> click on 'custom' to open custom property page dialog -> add toolbar button -> click on colored command button to change button foreground color -> select new color for...
-
using 64 bit architecture it specifies 'ia64' this should be amd64 ? also a valid value is '*' for all.
-
ahh ok. yes i missed it, i was looking under the color tab and in the main toolbar properties. The fact that it is per button makes it even cooler! Thankyou!
Edit: I couldnt get any of the custom...
-
Thanks for the new release. Im using these controls in a new project. really appreciate your time and effort in these controls!
Was wondering if there would be any chance of being able to add a...
|
Click Here to Expand Forum to Full Width
|