blah blah blah is here! blah blah » Close

0
votes
1 answers

classes example in C# language

Hi friends I am learning C# language online and came across this question Code Exercise: Cola Machine Please use the language of your choice to model a simple cola machine. Within the cola machine, please create classes for the ...

0
votes
0 answers

Regarding delegates and events

Hi there, I am working on Windows forms applicaton.I am using Objectlist view to dispay the data on selected User code from the combobox.Whenever user select a usercode and press the (+) button i need t get the data from business class a ...

0
votes
0 answers

Is there a way to detect a mouse click in a Word document?

Hi I'm woundering if there is a way to detect a mouse click in a Word document that I have opened in my Form. I have googled a lot but I haven't found anything that have helped me or I didn't understand. Many thanks for help and code ...

0
votes
0 answers

How to view msword file in web page

I want to display a word file in browser for users.Is it possible to display word file in browser in asp.net

0
votes
0 answers

How to connect DNS server in runtime only for webrequest in C#

Hell Everyone does anyone know how to connect with DNS server only for my webrequest. n then after completing work close connection with dns server Plz help me ..

0
votes
0 answers

match a word by regular expression in c#

Hi, I want a regular expression to check the below string which includes some apostrophes: 'YMF1 ' 103200 'REAL' and remove the "second" apostrophe in that string and return true if it can match the exact standalone wor ...

0
votes
0 answers

Seeking C# developer in Cedarhurst NY

seeking a C# developer in Cedarhurst,NY area with at least 2 years experience and healthcare experience -please send resumes and salary requirements to javay4395@smartcity.us or visit www.sdtrconsulting.com This is a 6 month contract to hi ...

0
votes
3 answers

I can't seem to watch these variables while debugging? (The name 'variable name' does not exists in this context)

While debugging... cellAnums, cellBnums, intCellA apprently `do not exists in this context' ? [code] static void orderEachSheetbyInterface() { var cellAnums = ""; var cellBnums = "& ...

0
votes
1 answers

ASP.NET in C# code for how to display table values in textbox while dropdownlist is clicking

ASP.NET in C# code for how to display table values in textbox while dropdownlist is clicking

0
votes
1 answers

Passing data form one computer to other

i am having a database on computer1. i want to inserts and updates a table in the database stored on computer1 through a form which is on computer2. Both computers are connected with LAN. How can i do this using visual c#.net

0
votes
1 answers

search database column with datetime datatype

Hi friends!!! I have a problem in searching the value from the database with date as its datatype. I am using MS-Access as database and visual c# as front end(.net 3.5 and VS 2008) In my form I have a datetimepicker and a button to displ ...

0
votes
1 answers

Update multiple tables in LINQtoSQL

Hi I want to perform an update query in the two tables below: ClientDetails --------------- ClientId (Primary key) ClientFirstName ClientLastName ClientEmploymentDetails ----------------------- ClientId (Foreign key related t ...

0
votes
1 answers

simple c# coding

Hi everyone. Im all new at C# coding. I got a task to make a program in c# that can receive numbers and text. The program shall print the text as many times as the number is shown in the listbox, and state the linenumber in front of ever ...

0
votes
1 answers

write a program in c# to display prime numbers till the number entered by user.

write a program in c# to display prime numbers till the number entered by user.

0
votes
0 answers

printing a tabpage content

hi guys! i properly set all the controls value in my tabPage in a tabControl in c#, now i want to print the entire tabPage content. if u guide me with some details(code example) it will be my pleasure thanks

Feedback