Answer Questions
JARP2006 Plz I want every one to share me this problem
I want to use datetimepicker to display arabic calender instead of english calender so how to do that I mean by an activex control is the one that i can use to display the calender in arabic calender so the user can sel ...Show All
Johnny Larue WinForms Application that disappears
Hi, I'm developping a MDI application, after few hours of running it disappears with no exception thrown nor any kind of message. Any idea Nothing in the event viewer either It fires alot of events. How many open child windows would you have Is that 200 events per child window It doesn't leave many ms for processing over, though if the processing is fast it should be able to handle it on a reasonable machine. Have you ...Show All
PTA MenuItems
Hey, Is there a code like the one below that dose the same thing but for a MenuStrip item : ToolStrip3.Items.Add(newbutton) Thanks :) nope, that did not work... If this helps here is the code for that part: Dim newbutton As New System.Windows.Forms.ToolStripButton newbutton.Name = buttonName ...Show All
gxhpainter TopMost window only to a certain window handle
Setting the TopMost property makes the window top of all window handles. How do I make the window topmost only for a particular window handle not all. Tried the following API BOOL SetWindowPos( HWND hWnd , HWND hWndInsertAfter , int X , int Y , int cx , int cy , UINT uFlags ); Still stays topmost for all windows. Setting the "TopLevel" property to true will make the window ...Show All
HemaR DataGrid.Navigate Event
Hi, DataGrid.Navigate is an event that occurs when the user navigates to a new table. The DataSource for my DataGrid is a two table DataSet. NavigateEventArgs and sender do not tell us what table has been navigated to. How can I tell which of t ...Show All
kallzz VB to VB.NET Question
I converting a program (that I didn't write) that uses MSMQ (Microsoft Message Queuing). Is there a better way of doing this in .NET Trey Is it good practice to use COM+ when I do my message queueing Trey ...Show All
Mebbage unbound column in a data bound datagridview
I have a unbound column which i want to show data that is related to the current data this is showing in the grid. The unbound column is read only. And the datagridview is used for data-entry so it being edited or added to. The grid is used to show which instructors are teaching a course and for editing this particular file. Instructor_id is save in the file that is bound to the grid. And I am trying to show the instructors name in the unboun ...Show All
krypton355 how can I build skinnable application?
How can I build a skin changeable application with VB.Net I just wish that can build a interface that can change all applications form's background pic, form fonts. does any one have some sample codes Hi Franklin, Take a look here: OpenTheme Tookit http://opentheme.sourceforge.net/OpenThemeTutorial.html The official home page of the project is: http://sourceforge.net/projects/opentheme/ Click on the Downloa ...Show All
MarkFred Sql express prerequisistes - Microsoft direct link
Hello all some of my users will use SQL express but some will not so i do not want to install the sql express using the prerequisists mechanism, I want to ask the user on application startup if he wish to install the local db, and if he says yes, i would like to check if he has it using registery check and if he does not install it. What i need is: a registery code for checking existance of the SQL express. and alink to direct instal ...Show All
Geetha Srinivasan Run a program in the background
How can i run a program in the background I've putted 0% oppacity but when i press alt+tab it shows that there is something running. Thanks, Guilhreme If you want to have an icon in the system tray you'll want to add a NotifyIcon component to your form. Yeah, but how to make the app disapear, but continue running Yeahh.. this works sorry for not being objectivly at othe ...Show All
Mo Han What is the best practice to store application messages in multi-language applications?
Hi, I'm developing a multi-language application. For localization within buttons, labels, and everything on forms, it's quite simple as you all know that the VS.NET manages satellite assembly for us. However, what about other messages such as application messages which are shown in MessageBox and error messages As far as I can imagine, there are 3 ways :- 1. Store these messages in database by making a table like (messageID, culture ...Show All
Mario Lucin ContextMenuStrip for treenode
Hello, I'm using a contextmenustrip for a treenode; how do I figure out which tree node currently has the context menu strip for it I'm trying to use the contextmenustrip location, but it references the wrong tree node. Thanks. Sorry, I'm not sure I understand your answer here. If I have code which assigns a context menu to a tree node (I 3 different types of node, to which I assign different menus). ...Show All
Kim Schjefstad Weard DataGrid
Upon binding data to a datagrid the scrollbars do not appear until I click on one of the column headers to sort the data. Then they work fine. You can scroll using a mouse wheel but no scroll bars. Here is what I am doing: dbDataSet&n ...Show All
Ansgar Windows Forms autotab
In Windows Forms is there an autotab capability It existed in MFC where when typing into an Edit control (textBox), once the max number of characters for the control was exceeded, the focus went to the next control and the characters were&nb ...Show All
fuul Deploy .NET Framework with application?
Sorry if this question is really basic, but my team has just decided to do a .net windows forms application (we have been asp.net for about 1 year). I was wondering if it is possible to distribute the .net framework along with our ap ...Show All
