Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~7K People Reached
About Me

Founding manager - Bennet-Tec Information Systems. Custom Software Development services and off-the-shelf Component Software www.Bennet-Tec.comInterested in working with small businesses - startups, Angels, VC's - Business Strategy and Business Plan…

Interests
Science and Technology - new ideas - social impact - business opportunities
Member Avatar for Jeff-Bennett

I'm interested in meeting people to discuss Amazon Alexa in NY ( especially Long Island) area. I'd like to find people with background in creating / programming Alexa Skills, also people with expertise in large Alexa installations with multiple accounts. - Jeff

Member Avatar for rproffitt
0
299
Member Avatar for Jeff-Bennett

I'm looking for a way to get the coordinates of a polygon offset x pixels within a known polygon. This seems to be a non-trivial problem, but I thought of a trick - What if I have the original polygon drawn by Windows with a thick line, the inside edges …

Member Avatar for Stagnant
0
494
Member Avatar for Jeff-Bennett

I am looking for pointers on how to program communications between a custom app which will run on an Android tablet and Quicken running on a Windows desktop or server, I have never worked with Quicken, does anyone have any pointers where to start ? - jeff

Member Avatar for rproffitt
0
119
Member Avatar for aliyahkusnan

I saw your note on needing to save a picturebox you are drawing to. There are two things you need to do 1. Set AutoRedraw = True ( before you start drawing ) 2. Save the Image property of the Picturebox not the Picture property Example: Picture1.AutoRedraw = True Picture1.Line …

Member Avatar for Jeff-Bennett
0
2K
Member Avatar for rashid_khan

For creating Bar Codes ( either 2D and also 3D bar codes ) I've used the bar code library from Tal Tech. Check them out at [http://www.taltech.com](http://www.taltech.com/) They also offer bar code reader devices.

Member Avatar for Jeff-Bennett
0
172
Member Avatar for suganyar

> when i move cursor on image in one location it should display > some information, and moving cursor in another location , > and need to display some other information. > help me with visual basic 6.0 code. thanks As other replies have indicated you can easily capture the …

Member Avatar for Jeff-Bennett
0
1K
Member Avatar for raheel_88

Yes you can definitely do this in VB 6. You can potentially set this up as an MDI project with a container form holding a form with a Tree on the right, and then you will load other forms with the desired elements on the left depending on the selected …

Member Avatar for Jeff-Bennett
0
196
Member Avatar for neosonic

[QUOTE=neosonic;1746417] Is there any third party program? or any suggestions to reduce the saved image size and to load the picture more efficiently? [/QUOTE] The problem is that VB 6 SavePicture always saves uncompressed images ( BMP ) One option is to save the picture in a compressed format like …

Member Avatar for Jeff-Bennett
0
1K
Member Avatar for kazekagerandy

I think what you need is to display the full image ( picturebox larger than 100x100 ) but then display a rectangle of size 100x100 on top of the picture and let the user drag this rectangle to specify the area to crop. Is that correct ? Would it be …

Member Avatar for Jeff-Bennett
0
406
Member Avatar for Tekito

[QUOTE=Tekito;753780]I need to display a DAG (directed acyclic graph), which is basically a Treeview, except children can have multiple parents. Any clue on a control or method to implement this in Visual Basic 2008?[/QUOTE] You might look at our MetaDraw component [url]www.MetaDraw.com[/url] MetaDraw will allow you to create diagrams such …

Member Avatar for Tekito
0
178