all groups > dotnet general > june 2005 > threads for saturday june 4
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
Is it possible
Posted by AlexS at 6/4/2005 6:43:00 PM
I would like to use Windows Explorer as control in my app (panel or
control). Is there a simple way to do that? I don't like to re-code existing
functionality - like browsing folders, selecting file(s) etc.
... more >>
Prequalifying table names with the user name in reusable components
Posted by John at 6/4/2005 5:41:34 PM
Hi,
I have a data driven application which has some generalized components. So,
for reuse, I am building the components so they can be reused in other
projects ... it takes almost no extra effort, just a bit of planning.
Following the security convention of only giving the user as much ac... more >>
Error when trying to pull a jpeg out of a stream..
Posted by bull.enteract NO[at]SPAM rcn.com at 6/4/2005 3:02:24 PM
Ok, I start off with a bitmap image. I encode it as a jpeg and send it
across the network and pick it up on the other end. Now I have the
jpeg image on the other end as an arrray of bytes and I want to display
it in a picturebox control. How the heck do I convert this byte[] into
a bitmap?
... more >>
Non inline datagrid edit
Posted by K Goodson via .NET 247 at 6/4/2005 2:20:19 PM
I want to edit a datagrid by linking to another form(the Edit form) when the user clicks a linkbutton.
I am trying to capture the datarow for the datagrid line where the Edit linkbutton is clicked. Then I want to
put that datarow in a public property in the first form so that in the Edit form ... more >>
help with pinvoke
Posted by savage at 6/4/2005 1:43:01 PM
hey all
i need to convert an unmanaged c++ dll and header to c#, ive done the header
structures but having problems with pinvoke signatures
method 1:
typedef int (_stdcall *pOmniConnect) (char * IpAddress,
unsigned int Port,
... more >>
Catch base constructor errors with c#
Posted by SEB at 6/4/2005 11:30:02 AM
How to catch errors thrown by the base class constructor in c# app?
Any help greatly appreciated.
... more >>
How to Eject a CD
Posted by Allen St.Clair at 6/4/2005 9:46:01 AM
How can I eject a CD tray (Drive Letter is known)?
Thx~
... more >>
A challenge to all MVP's.......GET A J.O.B. for once in your life
Posted by lwti at 6/4/2005 3:45:58 AM
You guys who hang around here are some of the sorriest and most incompetent
programmers( if you can even be called that) ever!!!
The only thing you know are reference books and theory that's been proven
wrong in the real world
You sit in front of your computer answering the SAME nickel and dim... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to Save Image in a SQL-Server DB
Posted by Sincere at 6/4/2005 1:29:28 AM
hello all,
iam making a library system, which requires to save a image of titles in
the database. i did came to know how to open an image but i'll b happy if i
can be well assisted on how to save the image to a db.
and one thing more, is there any way to add images to the menu in vb.net ... more >>
|