The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
43 views

ProgressBar value is not increasing.

I was adding a progress bar in my login form. After clicking on sign in button in login form thenext form gets some values from database(in form load), and then the next form opens after getting the ...
0
votes
1answer
17 views

Windows 8 Metro XAML. How to change background of grid on hover and/or click

I would like to change the background of my grid to white when you hover over or select it. I'd also like to change the color of the text inside at the same time to black. This is specific to one page ...
1
vote
1answer
42 views

Windows 8 Application Development for Phone,Desktop and Tablets

I am about to start the development of an Windows 8 app. The app is supposes to run in phone, tablet and desktop. I went through lot of docs in msdn sites and this is what I understood from them. ...
0
votes
1answer
39 views

Windows Client application on USB stick with write protection

I need one or more approaches to realize the following scenarion: Let's say we have a windows application (a journal) where journal entries are serialized as XML. The application is on a usb stick ...
0
votes
2answers
21 views

How to Send automatic emails like newsletter

I see some question closed by administrator with similar question. I will try to explain in detail the solution I'm looking for: First I'm trying to develop a windows console application. Sending ...
0
votes
0answers
5 views

Force Windows Azure to use a specific configuration upon deployment

I have a web application in bitbucket.org and upon commits it deploys to an windows azure site. When the azure auto deployment fires off it ends up using the Release configuration. Is it possible to ...
0
votes
1answer
33 views

Looping through an array to add parameters to sql query

I am reading rows out of a text file and storing them to an array. I now need to then loop through the items in every array position. I can loop through the rows in the document but I need to loop ...
0
votes
0answers
16 views

How to remove ColorFrameReady event handler from different thread that it was created on?

I am not that good in C#, I am learning. I usually use C and only for Micro controllers. When I click on the button to start communicating with the kinects sensor, the following function is taking ...
0
votes
1answer
68 views

My application crashed when snapped with items in listviews

So, im currently working on a project using C#/XAML for a Windows 8 Store App and I've encountred a problem. When the user navigates to a Page a ListView with some Controls shows up. Then when the ...
0
votes
1answer
25 views

Is a Console Application & Windows Form Application combination possible?

I use Visual Studio 2010 and am coding in C#. A couple of people I know have a difference of opinion on what format these programs should be in, console or windows form. These programs usually just ...
3
votes
4answers
293 views

How to add a Table in a cell of DataGridView in C# windows application dynamically?

I am developing a windows application in C#,I have a DataGridView,currently showing values of a datasource. I want to add a column in which every row will have a table.Now Is there any way to do that ...
0
votes
1answer
44 views

Add text in semantic zoom in window app store (Windows 8)

I am new in developing windows app so i need your guidance. I am using semantic zoom in my app. Now in that i have used one textBlock to display some text. But when i scroll Mouse over ...
1
vote
1answer
64 views

Updating db table field based on user activity using windows application c#

I have created one project in windows application and I provided multiple users accessibility for the project but I need restrict it to only 3 users accessing it at a time. For that purpose I have ...
-4
votes
0answers
36 views

Windows 8 and windows phone 8 app [closed]

I am trying to develop an app on Windows phone 8 which sends text to an app on Windows 8 via NFC. I am using a Windows Phone 8 and a Windows 8 tablet to test my apps. I have tried to follow the ...
0
votes
1answer
16 views

jQuery null or found within application browser window

I have a windows application that displays non RTF content in a WebBrowser control in the application but upon visiting the URL I am receiving the following error: The value of the property 'jQuery' ...
0
votes
1answer
40 views

QTP Installer code for windows application

I am working on QTP automation systems. I need to write custom code in order to pick an Installer for my application and run the same. Can any one help me to guide with code snippet that I should ...
0
votes
2answers
38 views

Equivalent of overflow visible on grid row xaml windows 8 app

I have a list box that appears only when you click a button. The problem is, the listbox is cut off at the bottom as it is taller than the grid row it sits in. It needs to pop out of the grid when ...
0
votes
0answers
20 views

Best printing method in C#?

I use a "printingSystem" control in my windows application to print the . the main picture in watermark and text that must print getting from textbox. but output in computers has diffrence . place ...
0
votes
1answer
32 views

NotifyIcon not showing complete message

I'm using a NotifyIcon for displaying some information regarding a background process-result of my C# Windows application. But sometimes it does not show the complete message. It hides some of the ...
0
votes
2answers
126 views

C# How to upload large files to ftp site

I am developing an windows application for backup(Files and sql server database). Now i need to upload these files(.rar files) to my ftp site. For uploading i use this code. Code string file = ...
0
votes
1answer
50 views

How to detect if tab key is pressed on listbox leave

I am developing an windows application. In that application i have a list box control on one form.Now i need to detect if user presses tab key or Shift+tab key.how can i detect this on list box leave ...
4
votes
3answers
70 views

C# Prevent Console application build as Windows application from exit?

I have a Console application, build as Windows application, to run as background process (I call it App 1). When I run other app, I send message to App 1, then it process message. I want prevent App 1 ...
0
votes
2answers
292 views

XAML Windows 8 app blue border on button hover

I can't seem to find an answer to this. Basically, I have created buttons containing an image. When you hover over the button - a blue border appears currently. I want to create my own hover state on ...
0
votes
2answers
120 views

XAML Windows 8 Vertical orientation with Header and ItemTemplate

I'm having trouble trying to get my GridView Itemtemplate to sit vertically under my Gridview header. At the moment, it floats to the right of the header and I can't get it to "clear" and sit ...
-1
votes
1answer
66 views

Create setup File for windows application

I am three class libraries in my windows application project. And now i want to create setup file for my project. So what i did is, just create a new setup project and added my solution file. But it ...
0
votes
1answer
35 views

How to specify multiple file extension for making rar of a folder?

I'm using c# code for making .rar file of a folder. Code string zipFileToWrite, folderPath; zipFileToWrite = @"D:\jack.zip"; folderPath = @"D:\New folder"; System.Diagnostics.Process MyProcess = new ...
1
vote
1answer
75 views

Developing Sharepoint Windows Forms

we want to have a tray windows application for our SharePoint users that they cant work with ms-access view or SharePoint workspace ... (this program should alert personnel with our custom alerts and ...
0
votes
1answer
36 views

Using custom symbols

How can I use custom symbols in a string which will be used in a TextBox in C# Windows Forms application? I need to create a mathematical output using symbols like integrals, fractions and exponents. ...
0
votes
1answer
50 views

Window application called from web page not able to set start up application

I am developing an windows form application. And i also developing an asp web application. From this web application i need to call that windows application. And the windows application set start up ...
0
votes
2answers
60 views

How to return some value from c# windows application

I am developing an windows form application for some internal working.After building this application i need to call this exe file from another application. And need to get the process response. So ...
0
votes
3answers
74 views

Accessing WCF service hosted on IIS7.5 from desktop application [closed]

I have created a WCF service application which is connected to SQL server 2008 . I have successfully hosted the service application to my IIS 7.5 I now want to access this WCF service from a c# ...
-5
votes
1answer
120 views

How to allow only numbers and back spaces in TextBox [closed]

I have a problem when I'm trying to insert a backspace in a text box. Regex reg=new Regex(@"(?<![\p{L}0-9])[0-9]+(?<!\p{L})$"); if(!reg.IsMatch(textBox1.Text)) { MessageBox.Show("Numbers ...
0
votes
0answers
202 views

How to pass parameters into an HTML email template from C# Windows application to Send an email

Hi I need to send an email using template in c# windows application . I had created a template but i am unable to pass the parameters through the html template. Here is the template which i am using. ...
0
votes
0answers
64 views

Unable to print a panel in c# windows application

Hi i am printing a panel in my windows application. when i click the print panel it is opening the print dialog after i click print in the print dailog it is throwing an exception. ...
-6
votes
1answer
121 views

windows form will run in background automatically

I develop a windows form like this Source Folder: Destination Folder: Start Button I also set a timer after every 2 minutes program will run. And also I move a shortcut of the ...
0
votes
0answers
40 views

Extend templated window main menu

I am making a template window design in WPF for future reuse. I make a lot of small dedicated tools for the project I am working on and would laike to have a consistent feel for the suite. So far I am ...
1
vote
5answers
450 views

Conversion failed when converting datetime from character string

I am trying to pass parameters from windows application to a stored procedure. there are two parameters '@dt' & '@dt2' which get value from datetimepickers. whenever i execute the stored procedure ...
0
votes
0answers
292 views

Conversion Of Numbers To Words [closed]

i want to convert Amount into words, like 123 = "One Hundred And Twenty three dollars Only" I am using WindowsApplicationForm in C# 2010.Some mistake from my codes.please suggest me Or give me ...
1
vote
1answer
84 views

How to detect physical firewall, routers and switches are working fine [closed]

I am trying to develop a network monitoring windows application. Is there any way to detect whether physical firewall, routers and switches are running properly and not switched off or not working? ...
0
votes
0answers
71 views

janus and telerik controls work slowly in my windows application

I am writing a windows application. at first i used telerik control but telerik controls work slowly and load late, for that reason i decided to use janus control .i have no problem with janus control ...
0
votes
3answers
503 views

Can we put windows form inside Tab Controls in C# Windows Application? [closed]

Can we put more then one windows forms inside Tab Controls in a single form in C# Windows Application ?? For Example, Is it the right way to implement it or should we use User Control?. Form2 frm ...
0
votes
2answers
331 views

Local database on windows phone 8

I am a beginner at using windows phone SDK and I am trying to find the best method to create a local database to store app data on a windows phone 8 device. The data is to be stored from one page (not ...
2
votes
0answers
48 views

How to fill ImageList from a particular column of a DataTable?

I have a DataTable which is having a hundred of rows, and many columns. One of the column is - "ImageThumbnail" I want to display the thumbnail in one control on form. This control expects an ...
0
votes
1answer
26 views

How garb all gets and posts (during HttpWebRequests & HttpWebResponses) in a simple windows application

How can i garb all gets and posts (during HttpWebRequests & HttpWebResponses) in a simple windows application using with c#? as you know there is a specific extension for firefox named ...
-1
votes
1answer
60 views

run windows app with windows service

i want run windows application with windows service. i have a windows service,this service should run windows application every 1 minute. How to do it? any solution can solve this problem, thanks.
2
votes
2answers
237 views

How to approach drawing shapes in C# to make a tetris clone?

I would first like to note that I am NOT using any XNA or LINQ in this small project. Basically, I want to make a clone of Tetris using C# windows application. I have already drawn out my grid, my ...
1
vote
1answer
463 views

How to get OS version and Device Name of an Android device connected via USB with C#.net (VS2010/4.0+)?

I want to build a windows application in C#.net which should identify the installed Adroid OS version (e.g. 4.0) and user friendly Device Name (e.g. Samsung Galaxy S3, Samsung Galaxy Tab 8.9 etc.) ...
0
votes
3answers
390 views

Error 1 Only assignment, call, increment, decrement, await, and new object expressions can be used as a statement

public partial class frmManager : Form { public String Name { get { txtName.Text; } set; } } Error 1 Only assignment, call, increment, ...
0
votes
3answers
194 views

file exist with special folder not working on windows seven

i set the string variable from path + file name with Environment.GetFolderPath(Environment.SpecialFolder and that's file haven't any extension that is work correctly on windows server 2003 and xp but ...
1
vote
2answers
207 views

Open form with Form Name in winform appliaction

I want to ask what should i do to open form with the help or class name in winform c#? I have three different forms UserManagement GroupsManagement LocationManagement I get permission from ...

1 2 3 4 5 6