| Thread | Last Post | Replies |
|
| Together | 18 Oct 2007 17:27 GMT | 1 |
Here is what I am trying to do. I want to print a tab out of an excel worksheet from within access. Is there a macro or way to link the to programs together without access creating a table. I want the information to stay in excel.
|
| Windows order problem when starting an external process | 18 Oct 2007 17:11 GMT | 1 |
I have a .NET 2.0 app that at one point starts an old MFC App through System.Diagnostics.Process.Start from a model form/ I then wait for it to finish by calling StartedProcess.WaitForExit(); Problem is:
|
| Unable to open the start menu | 18 Oct 2007 13:39 GMT | 1 |
I am unable to open the start menu using the mouse. It just makes the fault sound, and nothing happens. I can't also not use the toolbar to access open programs such as internet explorer. I can't neither right-or left click on the whole toolbar, so I have to access every open ...
|
| Using Windows Forms Controls as ActiveX controls | 18 Oct 2007 10:01 GMT | 2 |
I have created a couple of Windows Forms controls in C# either by composition or by subclassing existing controls. I'm able to use these controls as ActiveX controls by using "register for COM Interop". I then access the control in a old application written in C++ (using VS 205). ...
|
| Business Rule Validation | 18 Oct 2007 09:27 GMT | 7 |
I am creating a new winforms project using Visual Studio 2005. The project is converting a paper-based application form into an electronic one. I need help implementing a correct method for 'Business Rules'
|
| newbie: what tools/utilities do you recommend? | 18 Oct 2007 07:45 GMT | 14 |
I am learning .NET (mainly ASP.NET, C#, VB, C++, ADO.NET) and I have installed Reflector and DotNetNuke. I have such question to experienced programmers: what tools, utility programs for .NET do you use? For example, is it worth to install NDoc? Any other recommendations?
|
| Delegate Question | 18 Oct 2007 07:40 GMT | 6 |
I don't have a copy of Reflector handy :-( so I'd appreciate if someone could confirm (or clarify) the following. In consideration of the following delegate declaration... delegate string MyLovelyDelegate(int parm1, string parm2);
|
| Multilingual setup | 18 Oct 2007 05:31 GMT | 1 |
Is it possible to build a multilingual (english+french) setup.exe with VS2005 Pro, and how ? I'd like to let the user choose the language at the beginning of the installation. Some of the installed files would depend on this choice.
|
| problems adding memory cards | 18 Oct 2007 04:45 GMT | 1 |
When I try to add memory cards to my HP Pavillion a1130n desktop the computer shuts down and reboots when switching programs or websites. What is going on and how to I rectify this?
|
| Clickonce, Date Installed | 18 Oct 2007 04:19 GMT | 5 |
I would like a Beta copy of my software to expire after seven days from install. I use Clickonce for installing my applications. How can I determine the install date of a Clickonce application.
|
| Keys.Enter problem | 17 Oct 2007 15:08 GMT | 1 |
Is it my PC or what? Keys.Enter and Keys.Return shows as LButton | MButton | Back. Keys myKey = Keys.Enter; Can anyone confirm this?
|
| Saving data with button in sql database | 17 Oct 2007 10:50 GMT | 2 |
can somebody help me in this? I want to insert some data in table on this way; i have button, and in Button_Click event handler i have integer variable with some data (for example, variable = 10), and i need to insert this data in database
|
| Display a Web Form then Do Something | 17 Oct 2007 05:51 GMT | 1 |
Is there a way to display a web page then do something else - similar to the DoEvents in VB6? I have a rather long running process and I'd like to display the web form but during PageLoad I'd like to go off and do the process.
|
| VB.NET 2005: Process.start...? | 16 Oct 2007 19:35 GMT | 2 |
we've a third-party software based on Java and i've to start it from a vb.net programm where the users select what they want to see by this java-prog and we create a commandline with different parameters in vb.net. Because it uses Java 1.5 and some PCs habe also 1.6 installed, i ...
|
| DayOfWeek - local names | 16 Oct 2007 18:31 GMT | 3 |
When I use Calendar1.SelectedDate.DayOfWeek I see the name of the day - but in englich - I want it in danish ! How can I do that ?
|