all groups > dotnet windows forms > january 2005 > threads for january 29 - 31, 2005
Filter by week: 1 2 3 4 5
SAMPLE IN MICROSOFT SITE
Posted by Siu at 1/31/2005 11:57:03 PM
Hi,
there is a sample of windows application which uses SQL Reporting Service,
but I don't know from where I can download it. Here is the link of the sample:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSAMPLES/htm/rss_sampleapps_v1_1s2q.asp
Please help me.
Thanks.... more >>
Possible bug in ListBox?
Posted by Ben Rush at 1/31/2005 11:39:30 PM
I would find it very hard to believe that I'm seeing a bug in the listbox
control, as I'm sure it's one of the more popular controls out there. But I
simply do the following:
1) Create a new Windows Forms application (C#/VB.Net),
2) Drag and Drop a ListBox control onto my designer.
3) In th... more >>
no active cell in read-only datagrid
Posted by Don at 1/31/2005 5:25:49 PM
George Shepherd's great Windows Forms FAQ has this article about creating a
datagrid with no active cell:
http://www.syncfusion.com/faq/winforms/search/856.asp
Unfortunately, this only works properly for datagrids that are not ReadOnly
(i.e. a row will become unhighlighted if you click the s... more >>
What is going on? C++, events, headers and cpp files.
Posted by Nicolae Fieraru at 1/31/2005 4:10:44 PM
Hi All,
I asked this question a few days ago and nobody answered me so far. I am
using C++ and Visual Studio .Net 2003.
Lets say I create a WindowsForms Application and I add a button to the form.
When I double click on the button, I create an event for click. Then I can
write all the code... more >>
TextBox displays text in reverse order of user input
Posted by Nigel B at 1/31/2005 4:01:01 PM
I have (nearly) upgraded an existing working VB 6 application to VB.NET using
the built in Vis Studio migration tool and a lot of editing. However, the
TextBoxes on Windows forms of the upgraded application display text as the
user types but in the reverse order. This effect occurs for letters... more >>
Client/server application and Windows Integrated Auth
Posted by Joubert at 1/31/2005 3:39:04 PM
Hi,
I have a .NET WinForms application that needs to identify the user and
authenticate this against a datastore (could be Access, SQL Server, or
Oracle). Currently, our login process is forms based so whatever login the
user enters, together with the password, are matched against a table i... more >>
datagrid contents changed
Posted by coderazor at 1/31/2005 12:42:22 PM
My user amends text in a datagrid. When this happens i want a Save button
that currently has enabled set to false to become enabled.
I have been messing around with the CurrentCellChanged event, however this
activates the button just by clicking within the grid.
I want the button to only bec... more >>
How Can I Have TopMost Form Without Stealing Focus?
Posted by dotNetDave at 1/31/2005 10:55:04 AM
I have a pop-up Windows Form that displays next on top of the system tray. I
can get it to pop-up just fine using .TopMost and .Show, but the problem is
that it seals focus away from the application that the user is currently
using... I don't want that. I have gone to the API level and used ca... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Kyepreview with combo box...
Posted by Ansari at 1/31/2005 10:31:44 AM
Hi All,
I have a simple requriement... I want then whenever a user press enter on a
form in moves to next control... For that purpose I wrote following code in
Form's KeyDown event and sets Form's Keypreview property to true...
Private Sub frmBHEntry_KeyDown(ByVal sender As Object, ByVal e... more >>
Binding.Format event with ComboBox
Posted by Kyle Baley at 1/31/2005 8:57:03 AM
I'm binding a ComboBox's SelectedValue property to a datasource and using a
custom Format event. The problem is that the format event never fires. Here's
some sample code that demonstrates this (create a form with a combobox on it):
Private Sub Form1_Load(ByVal sender As System.Object, By... more >>
menu shortcuts and language changes
Posted by AndrewEames at 1/31/2005 7:41:11 AM
Here's a tricky problem I just ran into.
1) Install the German language pack of the .NET framework
2)Create a menu bar with a File/New menu item and make the shortcut be
ctrl-N
3) Immediately after the call to InitializeComponent, add the following
code
CultureInfo ci = CultureInfo... more >>
Event PrintPage
Posted by Siu at 1/31/2005 7:39:09 AM
Hi,
I would like to create a PrintDocument which shows my data in a designed
table: but how can I design a table in my PrintDocument??How can I measure
the columns' length according to the contents, so that it looks like a table??
Here is an example of my PrintDocument:
Name | Surname | A... more >>
File upload as ASP.Net control??
Posted by No one at 1/31/2005 12:13:01 AM
I need to upload two files, one at a time. The only file control I can
find uses the <input type="file" />, so the handling code has to go in
the HTML side and not the code behind. I would much rather code this in
the proper place for good practice. Is there an ASP.Net control for
file up... more >>
Rename Datagrid columns, How???
Posted by zt at 1/30/2005 4:33:30 PM
How to loop for each datagrid column and rename it?
Is it different mechanism if this is webform?
Here You have example i have tryed
For Each col As System.Web.UI.WebControls.DataGridColumn In DataGrid.Columns
col.HeaderText = Translate(col.HeaderText)
Next
But it does not work? Why?
... more >>
ProgressBar/Custom ProgressBar
Posted by Extreme Datasets at 1/30/2005 12:51:02 PM
Hello All,
Does anyone know of any nice custom ProgressBar libraries?
Thanks... more >>
Winforms over LAN and Internet - Best approach? (WS, Remoting, etc)
Posted by kiln at 1/30/2005 9:46:27 AM
I am starting a project that may be suitable for vb.net, using windows
forms. I want a rich client, thus win forms vs web forms. Most users
will access the app data over a LAN, but some will be remote users,
accessing via vpn. I could use terminal services for this but am
thinking that an al... more >>
VS.NET 2005 beta and .NET Framcework 2.0
Posted by Paul Abraham at 1/30/2005 1:23:57 AM
Hello,
Can I use libraries e.g. MS Application Blocks (which build on .NET
Framework 1.0) in VS.NET 2005 (Framework 2.0)?
Is there any problems?
... more >>
Protection via activation / product registration keys
Posted by Paul Aspinall at 1/29/2005 4:21:15 PM
Hi
Can anyone offer any hints / tips for creating registration keys /
application activation, as software copy protection measures for a Winform
app developed in C#?
Thanks
... more >>
How to develop Smart Client application?
Posted by paulyau NO[at]SPAM gmail.com at 1/29/2005 7:16:12 AM
Hi all, I want to develop a smart client application so that I can use
features like one click update, easy deployment, offline ...
Which development tool i should choose to start the project?
VS.NET 2003 or VS.NET 2005 beta
Would it be difficult to develop smart client application by using
... more >>
|