blah blah blah is here! blah blah » Close

0
votes
1 answers

Help with Windows Service Desktop interaction in Windows 7

I have created a Windows service using csharp that takes a screenshot every 30 seconds of the PC monitor and is working quite well on WinXP. Now my problem is that when running on Windows 7 it only takes a screenshot with black screen. When ...

0
votes
1 answers

help with AJAX modal popup with global variable

I need to assign a value that the user inputs in a modal popup to a global variable. My problem is when the modalpopup is closed so is the value in the global variable that is assigned? any help?

0
votes
1 answers

How to access an object property from another class?

I have a form with a groupbox but is initializing its controls from another class. along with the controls is a button with its event declared in the initializing class. Now I need to access the properties of the buttons that is programmati ...

0
votes
1 answers

passing data between forms

Hi, I have 2 child forms inside an MDI form. On the first form is a search button that will launch the search form also inside the mdi form. when I doubleclick the listview control I want the text on the listview control copied on the first ...

0
votes
1 answers

compiling into a dll from studio 2005 IDE

Hi, I'm a bit new with this so I'm in need of help in compiling a dll. I made a project but decided to put most of my code in a separate class inside the same project. But when I run the project it just run and generate the exe file under t ...

Feedback