all groups > vb.net > october 2007 > threads for tuesday october 2
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
How to Reference text box in tab control
Posted by Wills at 10/2/2007 11:27:22 PM
I have an app that minimises to system tray. My goal is for a user to be
able to right click on the icon in the system tray and select paste from the
context menu and for the data on the clipboard to go into a textbox within
one of the tabs of a tabcontrol. I have all I need apart from how t... more >>
dll config issue...
Posted by at 10/2/2007 7:57:07 PM
I have a "business logic" dll that has a connectionString and some
my.mysettings.default values that I need to change based on the system
the dll is running on (i.e.: a development, test vs. a production
system).
So far, I've not been successful in getting the .dll to access
connectionStrings... more >>
DeviceIoControl error message
Posted by Lou at 10/2/2007 5:22:58 PM
Anybody have any ideas on this cryptic error message when calling this:
bRet = DeviceIoControl(hGpiFile, IOCTL_BLIO_READ_BYTE, lpBufferIn,
Len(lpBufferIn), lpBufferOut, Len(lpBufferOut), lpBytesReceived, Nothing)
A first chance exception of type 'System.ArgumentException' occurred in
Micro... more >>
Find Highest File Name
Posted by markcash NO[at]SPAM Hotmail.com at 10/2/2007 5:18:07 PM
I have a web application where I am displaying the current inmate
population for the county jail. Part of the information that I
display is the mugshot. Unfortunately, they have changed the way the
mugshots are being named. So I need to read a directory and get the
newest image. The problem ... more >>
"CreateFile" APIl
Posted by Lou at 10/2/2007 3:10:34 PM
i am using CreateFile in a VB6 app but it doesn't work in VB .NET COM dll.
hGpiFile = CreateFile("\\.\BLIO1", GENERIC_READ Or GENERIC_WRITE, 0,
gblSecurity, OPEN_EXISTING, 0, 0)
I get an error message:
A call to PInvoke function 'BlastronicsGpi!BlastronicsGpi.cGpi::CreateFile'
has unbalance... more >>
How to apply propertygrid's attributes to existing object?
Posted by Peter at 10/2/2007 3:07:01 PM
I have assigned an existing object to propertygrid.selectedobject property.
But I only want some of the object's properties not browsable and/or
readonly. How can I do that?
I'm trying to find information about propertygrid but most of the
information seems to be for VS2003.... more >>
Inserting fake mouse event into the message queue?
Posted by Johnny J. at 10/2/2007 12:53:18 PM
This is the situation: I'm developing an add-in for Visual Studio where I
need to trap doubleclick events in the active document.
I've got a local mouse hook installed and that works perfectly. I catch the
doubleclick event and check the VS activedocument properties.
BUT: If I've got more ... more >>
Removing Dynamic Controls
Posted by Greg at 10/2/2007 12:52:03 PM
I have a form where I have created created between 1 and 20 buttons on the
form via code. Each button shows a customer name based on that customer
having an open order. This form must update itself every 1 minute to display
any new customers that may have opened orders. Now, I have no problem ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Detecting, counting open web browser windows
Posted by Lloyd Sheen at 10/2/2007 12:20:50 PM
I am using the WebBrowser control in an application to "screen scrape"
links. The user puts in a URL and the app will then get all links
conforming to a certain pattern. This works well.
Now there are a set of buttons to activate the links "provided" and cause a
download of files thru the... more >>
Determine color scheme used by app
Posted by ljlevend2 at 10/2/2007 10:10:02 AM
I want to determine the Windows color scheme that is being used by my app.
This means that I need to determine the following:
1. Does the OS support themes?
2. Are themes currently enabled within the OS?
3. Are themes currently enabled within the application?
4. If all of the above are true... more >>
Right to Left string function
Posted by BobAchgill at 10/2/2007 8:07:03 AM
I need a function (or code) that will physically change the words in a text
string to make the first word be last, second word next to last, etc. but
maintain the same position of the letters in each word.
e.g.
Before: The dog ran
After: ran dog the
Is there such a thing?
Thanks!
... more >>
Finding a File
Posted by Arne Beruldsen at 10/2/2007 7:08:00 AM
What is the best way to find a file? I don't know the directory but the file
is almost certainly on the c drive.
Thanks... more >>
License Key Generator
Posted by Arne Beruldsen at 10/2/2007 7:06:00 AM
I have an app that I would like protected by using a simple License Key
generator. Something that can derive a number from the hard drive serial
number for example. I don't need anything complicated. I'm not much for
math...so don't suggest I write an Algorithm.
If someone can point me i... more >>
For...Each Loop and Controls Help
Posted by at 10/2/2007 2:07:41 AM
Alright, I need some help with a (somewhat large) problem. I am
working with a large number of controls on a form. I have made it a
bit easier on myself to deal with them through the naming conventions
and locked/unlocked settings. However, there is still one problem that
I have. The order.
D... more >>
Difference Between Interface and Abstract Class
Posted by msbs1984 at 10/2/2007 12:00:00 AM
Difference Between Interface and Abstract Class?
... more >>
|