-
- Is it possible to make the setup install .NET framework and SQL Express automatically?
by Pi314159
- 5 Replies
- Last post
by RichLeyshon
- Any suggestion
Have anyone tried Install Shield Can it do this for me My problem is our users are really novice to computers. They know only put the installation CDROM in the drive and then click "next" "next" "next" "next" "next".
Thank you
-
- Event and asynchronous operation
by codetale
- 14 Replies
- Last post
by codetale
- i have create a class that will perform an asynchronous operation, when the task is completed it will fire an event "onComplete" when i bind the event with my windows form in order to show the status
Code Snippet
MyClass c = new MyClass(); c.onComplete += new MyClass.CompleteEvent(onCompleted); but i get "Cross-thread operation not valid" error when the "o
-
- Checked buttons?
by Azurewrath
- 10 Replies
- Last post
by Azurewrath
- Hi,
Is it possible to have checked buttons, ie checkButtons
Thanks,
aw
-
- Using japanese characters on a form
by DavidW567
- 3 Replies
- Last post
by Zhi-Xin Ye - MSFT
- Hello,
I am using VS2005 C# WinXp.
I need to create forms with Japanese characters on them and I am stuck.
To start with I would like to set a label to " "
which is "Ok" according to BabelFish
But when I try to enter it, it just gived me like characters.
How do I do it.
David
-
- Install SQLExpress only on server?
by hazzoom
- 2 Replies
- Last post
by hazzoom
- Hi, I have a database win-app depend on "SQLExpress", i want to deploy "SQLExpress" only on server, if i add "SQLExpress" in prerequisites it will be installed on clients too and i don`t want that, and i don`t want to install "SQLExpress" on server manully, How can i install "SQLExpress" only on server while it is add to prerquisites
-
- Render a Questionaire as Win Form from XML file? (C#)
by ukmatt
- 6 Replies
- Last post
by ukmatt
- Hi, Apologies if this if the wrong place to ask this... I am investigating the possibility of creating a windows forms-based questionnaire which is rendered entirely from an XML file. The scenario is that a sales operative could download an meeting agenda as an XML file. This could then be opened during a customer visit and used to render every section and element on the form, allowing them to inp
-
- Need a simple example of a 3 tier application
by Holm76
- 1 Replies
- Last post
by Zhi-Xin Ye - MSFT
- Hi there
My company is moving towards and Object Model and we are therefor interesting in getting into n-tier software development.
Ive been looking at 3-tier application development. GUI, BAL and DAL but I really need a concrete example to pin all the parts together. Ive already looked at various examples but the all seem a little to big for me to grasp the essence of it all
So Im lookin
-
- DataGrid Master/Detail... close but not right
by Yeshia
- 1 Replies
- Last post
by Ken Tucker
- I am using a DataGrid, not the Datagridview, to create a Master/Detail Grid. When I run it, it displays the Master data with a expand button on each row, which is great. When I click to expand it simply gives me a clickable hyper-link to another table containing the child row. Any way of just having that child row display in place of the hyperlink I realize I can go out and get a custom 3rd party
-
- Dataset, ManagementObjectSearcher and WMI query - indexed property problems
by CatHunter
- 2 Replies
- Last post
by CatHunter
- Hello,
I have some difficulties getting my WMI query result published via a dataset. The first example works the second does not and I don't get it to run. Any ideas I'm getting an error message for the dataset stating something about "indexed properties", but I'm not a .NET specialist to get it fixed. The debug output of my WMI query works just fine, so it must be the dataset cau
-
- Autoscroll & Anchor/Dock
by ajp141051
- 2 Replies
- Last post
by ajp
- I have a form with AutoScroll set to true.
Now, I add some control. If I place that control so that part of its client area extends past the form, scrollbars appear accordingly.
However, if I set that control's Anchor right or bottom _and_ set the minimum size property, the scrollbars never appear when the form is resized & the control goes outside the form's client area.
-
- color of richtextbox contents
by bola shokry
- 8 Replies
- Last post
by bola shokry
- hi
I want to chage the color of a single word in a richtext box
thanx.
-
- RaiseEvent PropertyChanged causes exception "ArgumentOutOfRangeException"
by Grabner
- 1 Replies
- Last post
by Wei Zhou - MSFT
- This exception just started, have no idea where to look.
Hints would be appreciated
Public Property IP2() As String
Get
Return private_IP2
End Get
Set ( ByVal value As String )
If private_IP2 <> value Then
private_IP2 = value
'this line causes the exception ... ArgumentOutOfRangeException
RaiseEvent PropertyChanged( Me , New
-
- Mouse Wheel direction
by cantfindunusedname
- 1 Replies
- Last post
by jgalley
- I am trying to detect the direction of the mouse wheel rotation. I used the MouseWheel event but it only detects that the wheel was turned and not the direction. Can someone tell me how I can detect the direction Thank you for your help in advance, Steve
-
- Transparency key is not working
by Anonymousaaaaaaaaaaaaaaaahhhh
- 4 Replies
- Last post
by Anonymousaaaaaaaaaaaaaaaahhhh
- hi,
i want to know what im doing wrong here!
with the Transparency key it doesnt work for me, im on vs c# express edition .net 2 framework.
iv set the form border to none so you can close it and iv set the Transparency key to white what i want transparent but it still comes out like an image not rounded, im using bitmap images btw.
so any insight to why it wont work fo
-
- Translating DataGridView row index to a DataSet row index
by efriese
- 4 Replies
- Last post
by Zhi-Xin Ye - MSFT
- I have a sorted DataGridView and I need to make a change to the DataSet that is bound to the DataGridView. Here's the code I'm using: void DataGrid_CellValueChanged(object sender, DataGridViewCellEventArgs e) { BindingManagerBase bindingManager = null; bindingManager = DataGrid.BindingContext[DataGrid.DataSource, DataGrid.DataMember]; DataRow findRow = ((DataRowView)bindingManager.Current
-
- DateTimePicker is horrible !!!
by assassin316
- 1 Replies
- Last post
by dpuza
- I'm currently writing an application for some very picky clients in VB.NET 2005. In order to fulfill one of the requirements, I need to be able to have specific control over the DateTimePicker control. Here is the issue:
When using the arrow keys or mouse inside the DateTimePicker , you'll notice that specific fields (such as day, month, year, etc.) get highlighted in order modify the value. No
-
- VB.NET application does not execute after installing
by CodeRewind
- 6 Replies
- Last post
by CodeRewind
- I have a vb.net application which we converted from VB6. It still uses some interop dll's. It works fine on my development box. But i had to prepare a setup though Visual Studio.NET 2005 Packager and It got installed.
When i first executed it showed an hour glass and did nothing. I checked the event viewer and showed the registry permission error "Unable to open shim database versio
-
- I need standart user picker dialog
by Sergio.Rykov
- 1 Replies
- Last post
by Sean Hederman
- As I know we could call COM interface IDsObjectPicker. Does there exist C# class that provides such functionality
-
- Timer control question
by Carp25
- 14 Replies
- Last post
by Can Bilgin
- ugh I'm such a noob, but I just can figure out what is going wrong here.
the following won't work
------------------------------------------------------------------------------------------------------------------------------------
private void timer1_Tick( object sender, EventArgs e)
{
bob.Mover(5); // makes the bounding rectangle defined in bob move down the form
-
- Accessing the DNS suffix?
by WinFormsUser13232
- 2 Replies
- Last post
by Ben Rinaca
- Anyone know how to get the full network name for the current machine If my machine is tedsmachine and is in yahoo's domain, I want to get tedsmachine.yahoo.com System.Security.Principal.WindowsIdentity.GetCurrent().Name gets the machineName\Windows
-
- how to select all items in a list box
by chaitu
- 4 Replies
- Last post
by kranthi4uonly
- how to select all items in a list box in windows from please help me by button click for eg say "sleect all" button
-
- is there a design pattern to acess main Form elements from extern class?
by Ruppel
- 1 Replies
- Last post
by Ruppel
- Hi all, I have a main Form class with textboxes to work like a "Log". At this main Form I have buttons that start actions, like connecting sockets and receiving data at that sockets. But if an instance of my class Socket receive something, then i want to register it at my Log (the textbox of the main Form class). I know some ways to do it, like: When I create the Socket class I can pass
-
- SelectedIndexCollection guaranteed sorted?
by dbooksta
- 2 Replies
- Last post
by paoloTheCool
- Is it safe to assume that a ListBox.SelectedIndices property is sorted by index
-
- Datagridview and ID field
by mranzani
- 3 Replies
- Last post
by mranzani
- Hi all, I am experiencing an annoying problem with a bounded DatagridView. I'm using an MS Access (.mdb) database. I have a simple table (named, for example, "Products") with an ID field (counter) and two text fields. If the "Products" table has at least one record, when I try to add new records into the DatagridView, the ID field is automatically increased and correctly displa
-
- Combo Box / DatePicker In a DataGrid!
by Binary
- 2 Replies
- Last post
by Daudi
- Hello, I would like to place a ComboBox & a DatePicker In a Datagrid, Been searching all over the net trying to find a simple sollution but have had no luck. This is the code that I'am playing with at the momment: public void dtgrid_Database_Click( object sender, System.EventArgs e) { ComboBox cmb_Cntr = new ComboBox(); cmb_Cntr.Cursor = System.Windows.Forms.Cursors.Arrow; cmb_C