Why does Windows Update access website http://www.ask.com/web?
I am behind a proxy firewall that blocks access to site: http://www.ask.com/web?I am trying to perform windows update from behind this proxy.Why is "ask.com" required for Windows Updates?
View ArticleRun BOOTMGR on CD
Hello, I have created a small OS. I put it as BOOTMGR on my flash drive and it runs. I would like to put it on a CD, how do I do this using Windows, or any other third party tool.
View ArticleSelect a Image from a Listview (imagelist) and display it with a Picturebox
Code to populate imagelist, Listview. private void button4_Click(object sender, EventArgs e) { listView2.Scrollable = true; ImageList imageList = new ImageList();...
View ArticleHow to check if the Entered Value is greater or smaller than Int can hold?
Hi, Im a beginner in self developing and i have this very simple question on how i could check using C# if two values entered by the user is Larger or smaller than Int32 can hold. For example if...
View ArticleDialog box (re) initialisation
When you Close() a dialog box, it doesn't really go away, it just hides itself so the the calling application can still access the fields it contains. Smart idea - but ...If you then call it a second...
View Articlephoto saving
Hi,in my form i have a pcturebox.And saving this picture as byte in database.For some pictures the size is large so overflow shows.How can i solve this.Can i reduce the size of the image at runtime.Or...
View ArticleSession of webbrowser control
I have more than one webbrowser controls on my program,and it seams they all share session cookies. What i want is that they DONT share the session cookies. I have different webbrowser controls that...
View ArticleA custom textbox/richtextbox have control inline with the text?
I want to create a custom textbox which can have controls in-line with the text. I would like to put my own custom control into the textbox, and the textbox treat it as a character.I've searched for a...
View ArticleFormatting is slow in DataGridView than MSFlexgrid
Hi, We have updated our application from VB 6 to VB.Net. We are using VS 2008. Now we are trying to convert MSFlexgrid used in our application to DataGridView. Here is my datagridview codeTry Dim i As...
View ArticleHow to make user entry in Textbox as uppercase?
How to make user entry in Textbox as uppercase?
View ArticleWebkitBrowser control
I used webbrowser control in click event webBrowser1.Document.GetElementById("publishButton-ns").InvokeMember("click"); I need make click event in WebkitBrowser
View ArticleHow to make a custom form to be modal for any application (Like PDF Reader,...
Hi everybody,I was asked to create a form that will appear on the top of the normal save as dialog for any application like (notepad, PDF reader, Word, Excel and so on) to force the user to save the...
View ArticleC#.net Flipping Effect with Winforms
C#.net Flipping Effect with WinformsCan i make flip books in winforms using panels?I have to show data in those panel and they will be like the pages of book having flip as a effect to turn down the page.
View ArticleDeveloping pager for winform application c#
i search google first to get any ready made sample for numeric pager for win form but unfortunately i found none. many exist for web application. so i have decided to develop my own. i have take one...
View Articleseparate a datagridview with a delimiter (mapping,split)
Hi:I would like separate the column name in two more colums. the column name has a delimiter like it is shown in the image.how I can do that? the datagridview is binding to a datatable.
View ArticleData grid SelectionChanged Event doesn`t working in C# windows application
hello guys, i have a problem in this code : private void memberDataGrid_SelectionChanged(object sender, EventArgs e) { UpdateRentedItemsDataGrid(); }when i select the other...
View ArticleProject linking in solutions
I have a solution with two projects. One project has my Forms and associated code. The other project has all my classes etc. Up until now, if I right click on an object in the forms project and select...
View ArticleTab-Navigation on WPF RichTextBox
Hello,I have a Problem using a WPF RichTextBox in Windows Forms. Since I need the SpellCheck on my Windows Forms Application, I use an ElementHost to use the WPF RichTextBox on an UserControl. I want...
View ArticleScreen resolution issue on WPF Windowless application
I have created a sample WPF application which is Windowless. I have handled windows events to take care of the maximized, restore events on the window. I am facing an issue with the resolution changes...
View ArticleMS Access querying oddity - no rhyme or reason to it - Descending ok,...
Hello, I'm trying to figure this out because it simply makes no sense to me. I have tables where I do SCUD operations on. If I insert a record after removing a few, it inserts just fine. The trouble...
View Article