Quantcast
Browsing all 12583 articles
Browse latest View live

HOW DO I FILL A DROPDOWNBOX FROM DATA READER

26 Points46 PostsHOW DO I FILL A DROPDOWNBOX FROM DATA READER I WOULD LIKE TO KNOW HOW TO FIL A DROP DOWN FROM DATA READERBELOW IS MY CODE  Dim cmdMain As New OracleClient.OracleCommand()    Dim oradb...

View Article


Copy a file from linux to windows server using c#

Hello All,I want to copy some files from Linux server onto my Windows server. What APIs are available? I am developing this into a Windows Desktop Application.Can someone post the code here? Its...

View Article


How to get index of node based on node value using XSLT

Hi ,I want to get the index of node based on node value USING XSLT. I have this...

View Article

Código não cria cookie no cliente, mas o código esta correcto

Ola a todos, estou a tentar criar um cookie de controlo mas nao estou a conseguir que o cookie seja criado.ja experimentei em 2 browsers diferentes pois um dele poderia estar a bloquear os cookieestou...

View Article

Uninitialize Events

This may sound stupid but I just want to know a better answer for my understanding. In our code base we have a UserControl that has few custom controls inside. The controls are class level variable...

View Article


Windows From Control Library with Vs 2010.

Hello,I have a problem when I try to build a windows form control library project using visual studio 2010 under Windows 7 64bits with Framework .NET 3.5 SP1.If I create a blank "windows forms control...

View Article

Resize a borderless form from control

I apologize for how this question looks.  I copied it from another forum I asked it on.  On that forum I got some flaming saying that I wasn't a programmer just because I didn't know how to do this.I'm...

View Article

Math.Round puts extra decimal value

double number = 252524040000; int decimalplaces = 10; double result = Math.Round(number, decimalplaces, MidpointRounding.ToEven); string str = result.ToString("R", CultureInfo.InvariantCulture);...

View Article


OpenFileDialog Browse to TextBox Value

I am trying to create a Windows Forms application with a text box to enter a filename and and associated Browse button, so the user can select a file.Clicking the Browse button will display an...

View Article


MissingManifestException on Forms in subfolder when converting a WinForms...

Hello,I am having some run-time problems converting a windows forms project that was written in Visual Studio 2008 to Visual Studio 2012. The conversion happens without incident, our projects compile...

View Article

Download rar or zip file from http site then extract and select own...

Hi all me again got asked to make this a new thread for my question so i have done. What im wanting to do is download a rar or zip file from a http, choose a save location at the time of download and...

View Article

Trouble Using Picturebox control for Graphical bitmap images

I created an app in Visual Studio Express 2012 using C# which draws graphical shapes to a bitimap which is then loaded to a PictureBox on a Widows Form as the PictureBox Image.   The code snippets I...

View Article

Using Events to Resize Abstract Forms

Hi,I have a number of different sub UserControl forms that inherit from an AbstractUserControl. Each of the sub UserControls contains a TableLayoutPanel and a DataGridView.Depending on which sub...

View Article


create 2D array of Picturebox type

Hi guys!How will I create a 2D aray of Picturebox type?

View Article

error while using combo box

con.Open();            cmd.Connection = con;            DataSet ds = new DataSet();            SqlDataAdapter da = new SqlDataAdapter("Select Class_ID,Class_Name from tbl_Class where...

View Article


NotifyIcon.ShowBalloonTip in Windows 7 inconsistent

I have a created Windows Service that works in WCF. Stacked on top of that is a program that communicates with said service. Now and then, I need to raise an alarm to the user using a Balloon Tip...

View Article

Loading Form before Apps Form

Hello I have three forms frmMain, frmLoad and frmApp.I have created a form which has a gif image showing that its loading frmLoad, I would like this form to start upon pressing the button then after...

View Article


when ChildForm.ShowDialog() made on non-separate non-ui thread, how to center...

Thought it could be easier for ChildForm showing progress to the user by calling its ShowDialog  on a separate thread and ui thread doing all the processing [as UI thread gives me more freedom to...

View Article

Communicate with existing instance

HiI am creating win forms project. Which is launched by an another third party application.I want to make it a single instance application. And when user launch the application second time, I need to...

View Article

Panel 1 Resize in vb.net (formborderstyle:None)

If the form is (formborderstyle:None), I need to change the size of molds if I had a tool (WebBrowser1,AxWindowsMediaPlayer1,Panel2) I want to put the tool in the process of changing the size of the...

View Article
Browsing all 12583 articles
Browse latest View live