Found 20 threads
-
0 Votes
Refresh C# windows application form
I have to refresh the main form during closing the sub form. How can i do. regards vishnuAnswered | 6 Replies | 80014 Views | Created by P.V.Vishnu - Tuesday, January 9, 2007 2:15 PM | Last reply by Phill W. _ - Thursday, August 31, 2017 10:16 AM -
4 Votes
for next loop decreasing
Is there a way to make a for next loop that runs from high to low? I am using a loop to figure out if a textbox contains a string. A sample string would ...Answered | 4 Replies | 38687 Views | Created by Troy Lundin - Saturday, July 29, 2006 9:21 PM | Last reply by K'Davis - Thursday, August 17, 2017 9:27 PM -
0 Votes
How do I test whether I have permission to read a file?
I am trying to test whether I have the ability to read a specific file, without actually reading the file or any exceptions being generated. I'm looking for the equivalent of the -r operator in shell ...Answered | 7 Replies | 11135 Views | Created by Kevin L C - Monday, December 18, 2006 9:24 PM | Last reply by LeoTohill - Friday, July 7, 2017 5:00 PM -
2 Votes
How to open a Form with Console application?
Hi, Could some one come and explain how to open a form with console application. Imagine, you wrote an application in console mode and ask a user to press "w" to show the ...Answered | 16 Replies | 25730 Views | Created by Memphis.Ray - Saturday, September 1, 2007 12:40 AM | Last reply by Nagendra Mishr - Wednesday, March 29, 2017 2:34 PM -
12 Votes
Force Uppercase
I have a textbox into which data is keyed. I want to be able to have the keys entered set to upper case before they appear in the textbox. I dont want the user to have to use the shift key. how can i ...Answered | 14 Replies | 46757 Views | Created by RaspBurkee - Friday, October 21, 2005 1:37 PM | Last reply by kuklei - Saturday, February 11, 2017 1:57 PM -
0 Votes
How to catch Exception that throw by timer
I have a WinForm application and a timer inside. The timer will throw an Exception while event Elapsed. How can I catch this Exception in WinForm?Answered | 13 Replies | 17341 Views | Created by Liu Feng - Tuesday, August 1, 2006 3:05 AM | Last reply by Scott_Chamberlain - Thursday, January 26, 2017 12:04 AM -
0 Votes
bluetooth
Hi.I was wondering, is there a way to access bluetooth connection on a mobile device?I have made an application which consists of 2 sub apps:1) server - this recieves (and will send) data on a port ...Answered | 3 Replies | 9552 Views | Created by ahmedilyas - Sunday, July 24, 2005 10:38 PM | Last reply by bipul pandey CDAC - Wednesday, January 18, 2017 1:42 PM -
0 Votes
File.Exists()
Hi. Wierd problem hereIf i take this exact same code and put it into a Windows app in C#, it works and enters the loop after the File.Exists() commandIf i take this, modify it for the smartphone, it ...Answered | 3 Replies | 9299 Views | Created by ahmedilyas - Sunday, August 21, 2005 2:14 AM | Last reply by danoplus - Wednesday, January 11, 2017 5:02 AM -
0 Votes
How Can I create Windows User Account by calling WMI method to do that ??
Hi How Can I create Windows User Account by calling WMI method to do that ?? I know that I can create windows user account by using [System.DirectoryEntry] ...Answered | 11 Replies | 19664 Views | Created by Fraas - Sunday, September 3, 2006 11:25 AM | Last reply by Siva Belasamy - Monday, December 19, 2016 7:40 AM -
2 Votes
capturing a panel to a jpg!?
ok.. another question please.. is there a way to capture a panel and save it as a jpg pic.. "note" the panel contains ...Answered | 16 Replies | 33998 Views | Created by osamaT - Wednesday, July 12, 2006 5:13 PM | Last reply by Sergio SMF - Sunday, December 18, 2016 2:53 AM -
0 Votes
Terminating a process using WMI
Hi, I have been told that this is possible but I can't seem to find any sample code anywhere. Anyone know how to do this? Thanks.Answered | 13 Replies | 17660 Views | Created by Ezira - Saturday, November 11, 2006 12:12 PM | Last reply by Kostiapl - Wednesday, December 14, 2016 9:38 AM -
27 Votes
Bitmap.Save 'A generic error occurred in GDI+'
Hello All, I was just going to play around by generating some bitmaps programatically.I started off with this simple example, expecting everything to go smoothly, but have run into a strange ...Answered | 25 Replies | 138606 Views | Created by System.Developers.TJB - Sunday, August 13, 2006 8:50 PM | Last reply by LilyDM - Wednesday, December 7, 2016 3:57 AM -
0 Votes
notifyIcon works with windows forms but not services....
If I create a NotifyIcon in a designer of a windows application and assign an icon to it - it works just fine. It shows up in the tray, and behaves just as it ...Answered | 15 Replies | 24323 Views | Created by ivj - Thursday, July 13, 2006 9:31 PM | Last reply by Mmahatab - Thursday, November 3, 2016 1:13 PM -
5 Votes
how to create .ico file?
Hi, it seems with visual studio 2005, we can create .ico files as required. However, I do not know how to realize that. A very very simple ...Answered | 14 Replies | 60533 Views | Created by Pockey - Tuesday, August 22, 2006 3:41 AM | Last reply by NormalNorman3 - Friday, October 28, 2016 2:49 PM -
2 Votes
Start process on remote machine
hi all, How could i start a process on remote machine? thnx...Answered | 13 Replies | 120754 Views | Created by susantez - Friday, December 8, 2006 8:43 AM | Last reply by ricardofm366 - Tuesday, October 11, 2016 11:24 PM -
0 Votes
System.NullReferenceException: Using DataAdapter.Fill
I try to fill a dataset, with a dataadapter, I get the following error: {"Object reference not set to an instance of an object." } ...Answered | 12 Replies | 16447 Views | Created by Dirk Haest - Wednesday, September 13, 2006 7:43 AM | Last reply by Hari_1977 - Thursday, August 11, 2016 7:57 AM -
0 Votes
windows application
hai all whether the windows application can be used in web application If so explain me in detail. with ...Answered | 3 Replies | 8775 Views | Created by sri shankar - Tuesday, August 29, 2006 10:16 AM | Last reply by Munesh S - Friday, June 10, 2016 10:47 AM -
0 Votes
Copy+Paste Music File Data to Word from Windows Media Player
I don't think I can be the only person to have wondered this but the question is "Why can't I copy and paste iformation i.e. Artist. Track Title. Composer. Duration etc from Windows Media Player ...Answered | 2 Replies | 8993 Views | Created by Lexxstar - Tuesday, October 3, 2006 12:34 AM | Last reply by DanJam70 - Wednesday, April 13, 2016 5:54 AM -
0 Votes
0xc0000005 Error
I just installed Visual Studio Standard on a brand new machine. When I try to run any exe file in a bin folder of a project (or if I run the apllication from VS2005) I get the following ...Answered | 3 Replies | 12741 Views | Created by JDC70311 - Sunday, July 16, 2006 6:25 PM | Last reply by Boon Sing - Sunday, March 13, 2016 7:48 AM -
0 Votes
Convert SQL timestamp to DateTime
Hi, We have a table in SqlServer 2008 with a column type TimeStamp and contain value such as 0x00000000656AC51F. I tried to convert it to ...Answered | 6 Replies | 31006 Views | Created by Markos_King - Thursday, July 28, 2011 8:50 AM | Last reply by ObiRonClarke - Wednesday, February 24, 2016 6:56 PM