I think Im going loco =/
I have a fundamental problem which I can't work out. Please bear with me, I know this is extremely simple but I have not been able to find a definitive answer on ...
I'm simply trying to open a .docx file over the web. I don't expect to allow modifications, just read only. I tried setting a link directly to the file on the network, but I click it and it do...
I am trying to make individual branch reports in Excel 2003 using a single template. Is this possible?
The Excel template has pivot tables that link to tables in SQL Server that contain dat...
Experts,
I'm trying to create a program which will run on Small Business Server and will get all email accounts for users.
Im not sure whether to query using WMI, or use an Active Direct...
Hi,
How do I drop a button on a form in Visual C# 2008 & set it to align horizontally to the centre of the Window?. In Delphi I just select the button, choose 'Align' & then click 'Centre...
I loop through a gridview until I find the row I am looking for.
Once Ifind the row..how can I get the index so I can select the row in the gridview.
I have this on the Page_Load event handler in c#
txtVidDesc.Attributes["onblur"] = "javascript:this.value.replace(<(.|\n)*?>, '');";
I'm trying to clean all the html tags "on the fly" when t...
I am creating a Windows Application in C# using .Net framework 2.0. The "OK" button performs a certain task but it takes a few seconds to complete the task. On click of OK button I disable it....
Hello experts -
Essential purpose is to fill a fill-able pdf form using C#. I am using iTextSharp library (version 1.1 that visual studio upgraded for me to 2.0) and having a hard time.
...
When I execute my stored procedure from within management studio it works...
When I try to execute the stored procedure from my app it doesn't work...
Any ideas??
Ghost
Hi,
I'm trying to store some extended ASCII characters in a Dictionary<> (mainly, A and O Umlaut - Ä and Ö). I'm having a major issue with this. Visual Studio seems to be seeing these chara...
Type of the application: - console
App.config:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<connectionStrings>
<add name="DbConString" connectionString="Provider=SQLOL...
public dataset fun (string s){return new DataSet();}
public void mainfun (){DataSet ds = fun("asd");}
How to call method [fun] in [mainfun] method using Thread so that string value can be ...
I have a C# web page that gets a list of all of the folders in a directory. Each of these folders contains pictures.
It lists the folders on the page and when the user clicks one, it displa...
HI,
i want to load a DLL file dynamically. We have a client server desktop application with server running on IP address. the clients occasionally connects with server and download the lat...
I have a folder eg: C:\MyFolder
A I need to create a path based on a variable, lets call it
eg string myfolderpath;
myfolderpath might be set as follows:
myfolderpath = "c:\MyFolder\X\Y\Z...
Does anyone have or know any exmaples where I can read from an excel file and then update the database with the results.
a LINQ example would be awesome. but an sql example would be fine to.
Hello.
I need to get a particular file and convert it into binary so it can be saved into my database as an IMAGE.
How would I do this?
I have tried using fileinfo and converting to b...
Experts,
How do I get the value out of a specific cell from a Datagrid?
I have a directory full of files and I need to move every file from that directory into another directory. I'm using C#.
This is what I've been working with...
File.Copy(strPath + "\\*....
I am trying to run this command with processstartinfo
psexec.exe \\computername -i -c "ie.bat"
This is what I have
ProcessStartInfo remoteAdmin = new ProcessStartInfo("psexec.exe","\...
I have written an application for automating the process of creating user accounts based off a database, and it works great. Now I am trying to add the ability to delete accounts to the Active...
I have the following:
dt.Rows[row].ItemArray[5].ToString() "138.50" string
I always have to make sure it is formated to two decimal places.
See array for item 5.
// Straight Amount 8 ...
Does the Immediate Window support FOR loops?
For example if I wanted to ouput all the values of an object at a certain breakpoint.
How can I make sure all the the information that I write into my excel file is centered in the cell?
Thanks