how to get a request SOAP xml from webservice using digital signed certificate.
Hi,Can any one help me out to solve this issue. Here is my code for selecting .CBSVService.CBSVServices objser = new CBSVService.CBSVServices(); string serverpath =...
View Articlehow to make a windows service that displays a pop-up message on the...
Good day. I have a service which should get the time that windows started. After capturing the start-up time, my service should compute the expected time of end use (after 9 hours, that is) and...
View ArticleMicrosoft pex
Is microsoft pex will work with databases? I v tested c# windows application using pex. I cam get the correct test answers inside the form. But I could not get the answer while testing the text box...
View ArticleHow do I push the updated Gridview to Database?
I am trying to make a windows form application in C#. I was trying to delete a particular row in Gridview and push the changes into the database. This delete does remove the row. All I want to do is...
View ArticleParallel.foreach ,,works fine at my local Win XP ,,but fails on server
Hi I am using the parallel.foreach in my code for a task which calls an extenal exe program to do some task ,,this code works fine at my win xp ,,my application is a Asp dot net app,,but when i...
View ArticleSqlCe connection Problem
I'm using SQL CE for the first time, so far I haven't had much problems, everything has acted as it should but for some reason I'm having issues with connection String .After creation of All the Front...
View ArticleException has been thrown by the target of an invocation. at...
Hello,I am trying to invoke an assembly at a run time and receiving following error.Please helpException has been thrown by the target of an invocation. at...
View Articleupdate app.config file during runtime in windows services
Hi,I'm unable to read updated values from app.config.I've a windows services during runtime i'm updating app.config values. it's updated successfully. but i couldn't read that valuekindly provide your...
View ArticleHow to make connection to a database using an existing odbc connection in 64...
Hi,I have configured an ODBC connection to a SQL Server database using odbcad32 from SysWow64 folder. I am using 64 bit Windows 8 OS. Now, I want to know how can I make a connection to the same...
View Articlehow to use sms gate ways like way2sms,160by2 in my windows application using...
hi I am building a simple application where i need to send sms to 2000 clients using sms gateways like way2sms or 160by2...more over i had an app in my iphone named...
View Articlecan't send command to Serial Port device
I am trying to make a small program that can send commands to a GSM modem but for some reason the commands i sent dose not seem to get through. i have tested to see if it was my baud rate or any of the...
View ArticleActive directory - new user
Hi guys I'm fairly noob at this and can do all the basic functions of a button when the method to apply to it is clear.My question is, where in the below text would I put the button.click curly...
View ArticleEmail code problem
Hi,I have written a email code in asp.net 4.0 which is working fine on Windows XP, Windows 7, Windows 8 operation system but when I am executing this on Windows Server 2008 operation system, It is...
View ArticleWSE910: An error happened during processing of the response message
Client is hitting request to my service url and receiving xml response, however they are not able to intercept the response and getting "WSE910: An error happened during processing of the response...
View ArticleC# server trouble
I am trying to send a string using the TCPlistener using c#. To 2 applications connect, but the data is not sent/received. Thanks in advance.Client:using System; using System.Collections.Generic;...
View ArticleXml Databinding doesn't work on some computers
I've wrote some code with a xml databinding. On one machine with win7 32 bit it works perfectly, but on another with win7 64 bit not.using System.Windows.Forms; using System.Xml; namespace...
View ArticleHow do make the texbox accept only numerics, del key and backspace?
hi friends, is there away to make a textbox accept only numeric, del key and backspace key?I used the following code but it doesn't work: private void textBox1_KeyPress(object sender, KeyPressEventArgs...
View Articlewpf question
I am missing something? I am just now trying to learn WPF coming from windows forms. All my development uses data from our production system. I created a main window and placed 3 buttons and a list...
View ArticleListViewGroup Header Style
In Win7 system, using VS 2010, is there any way to change the style of ListViewGroup header?! For example: change header font color, subTitle font color... In XP system, it can be done with Win32, but...
View ArticleHow can I scroll independently of each row and column please?
For example,when there is a5X5-shaped object, ifthe object iswhen you scrollthelist box5X5, whichscrollstheobjectaltogetherEachrow and columnI would like to bescrolledseparately.Shouldbethe first...
View Article