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
~10.7K People Reached
Member Avatar for shayacov

Hello, I have a ComboBox in my WinForm which has data from SQL server (used LINQ to bring up the data). I'd like to have an option just like AutoComplete in VB.NET but not only by the first letter but for a search LIKE. For Example: My ComboBox has there …

Member Avatar for jiiinaguipo
0
2K
Member Avatar for fabio.bozzo

I re-post a thread which many others submitted times ago, but never got solutions or good answers! I re-new the challenge :) [url]http://www.daniweb.com/forums/thread226795.html[/url] The last post gives an idea. Another is here [url]http://www.daniweb.com/forums/thread104261.html[/url] I mean: editable dropdown boxes autocomplete function works with a so builded filter: LIKE 'string%' what WE …

Member Avatar for Santanu Das
0
8K
Member Avatar for fabio.bozzo

Hi to all, I'm using the WIA Aut. Library [url]http://www.microsoft.com/downloads/details.aspx?familyid=a332a77a-01b8-4de6-91c2-b7ea32537e29&displaylang=en[/url] , trying to capture photos from 5 digital cameras (Nikon D90) USB-connected to my pc. Now, I partially achieved my goal, what I do is: - loop through the attached devices, connecting to every camera; - fotocamera.ExecuteCommand (WIA.CommandID.wiaCommandTakePicture) ; - …

Member Avatar for vince8290
0
522
Member Avatar for fabio.bozzo

Maybe it's a noob question ... anyway, I create a dynamic number of PictureBox controls. I keep them inside a List. What I want now is to make them clickable: same event handler for all (opening of the image source file) with a parameter. The question is: how can I …

Member Avatar for Luigiview
0
241
Member Avatar for fabio.bozzo

I just setup a border layout for my page, here's some code: [CODE] <cflayout type="border"> <cflayoutarea position="top" size="80" align="right"> <p> <cfform name="logMeout" action="#CGI.script_name#" method="post" target="_top"> <cfinput type="submit" name="logout" value="Logout" /> </cfform> </p> </cflayoutarea> ... [/CODE] When I click that button, the logout page displays in the top bar. What I …

0
80