all groups > dotnet windows forms > january 2004 > threads for sunday january 11
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 can use FlahWindow() on .NET?
Posted by gif at 1/11/2004 11:36:08 PM
i want flash the window in a particular moment, i can use FlashWindow() fo
that but it doesn't work on .NET.
... more >>
Office Integration From VB Form
Posted by Brian P. Hammer at 1/11/2004 11:16:31 PM
All,
I am looking for ideas, code samples, links about topics to access Outlook.
In my app, I want to allow a user to open an Outlook public folder of
contact records. Then allow user to select a contact and have it linked
(path stored in SQL) to the record.
Any information would be great.
... more >>
implementing an assistant dialog
Posted by s.hack NO[at]SPAM odn.de at 1/11/2004 11:13:29 PM
hello,
how should i implement an assistant dialog with next, back, finish buttons.
does anyone know a link to a best practise?
thank you for your assistance
Stefan... more >>
Problem with Key Event Sequence
Posted by PaulV at 1/11/2004 9:41:42 PM
Using 1,1, C#, Windows Form (actually a UI Type Editor).
I need to filter characters in a textbox to numbers and a decimal
point while allowing backspace and delete key strokes
The doc says: KeyDown, KeyPress, KeyUp.
I'm seeing KeyPress then KeyDown. If KeyDown KeyEventArgs.handled
behave... more >>
SqlAdapter and Parameters
Posted by LS at 1/11/2004 8:26:00 PM
I have a Windows Form (VS.NET 2003) that uses a SqlAdapter and a dataset
with 2 tables. 1 table is for a combobox and the other for a datagrid.
I want to trigger a dataset refresh on the datagrid table when the combobox
value is changed.
What is the easiest way to update the SqlAdapter para... more >>
Making sound
Posted by joe at 1/11/2004 8:01:43 PM
Hi,
How do I make the bell sound, heard when some message
boxes are displayed?
Thanks... more >>
MSAccess or VB.NET
Posted by a at 1/11/2004 7:44:50 PM
I am about to write an application that is very much a Database GUI, with
entry forms and reports. Given the number of posts with issues in VB.NET
databinding, are there any good reasons to not use MSAccess as a front end
to an SQL Server DB? I prefer VB.NET, but the ease of Access is very
ent... more >>
Downloading files in a winform
Posted by random name at 1/11/2004 5:21:05 PM
Hello,
I need to download files from ftp servers, and store them into an specified folder. The storing is not the problem, but the downloading..
What are the classes in .net for that purpose?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
datagrid fomat issues
Posted by Neil at 1/11/2004 12:04:26 PM
Hi,
Just wondering if anybody knows how to get the column headings in a datagrid
to wrap i.e so I can see all the text without sizing column, also is there a
way to autofit columns to the data ?
Thanks
Neil
... more >>
Localization for touch screen controls ??
Posted by stonge-jim NO[at]SPAM ic.net at 1/11/2004 11:37:51 AM
I have an application developed which uses a standard mouse/keyboard.
However a new customer wants to use a touch screen with this
application. This mostly means that the UI needs bigger controls for
everything (and bigger fonts).
I was thinking about setting the Localizable property on my f... more >>
VB.Net samples for splash screen
Posted by STom at 1/11/2004 7:41:03 AM
I would like to create a splash screen for my application (using vb.net).
Are there any code samples around on this?
Thanks.
STom
... more >>
Buggy Bitmap.Clone ??
Posted by KK at 1/11/2004 6:22:05 AM
Hi Guru's
I'm making a Image viewer have a lasso loop functionality
for zooming a particular section of image.
The picturebox contains a given image and using the mouse
the user draws a rectangle on the picturebox the
corresponding co-ordinates are cut out from the image and
strechted on t... more >>
Security Issue for No Touch Deployment
Posted by Peter at 1/11/2004 5:58:36 AM
Hi, I have a question for No Touch deployment as below:
*I developed a test application. All are in one PC. I used
window 2003 server.
*I moved it to the web site of my local machine.
*in IE, I typed http://localhost/NoTouch/NoTouch.exe
*Immediately, the application showed up well.
*There is ... more >>
|