| Thread | Last Post | Replies |
|
| windows media player or media center | 12 Oct 2007 05:47 GMT | 1 |
I have a DEll 5150 and media player 11 and the media center I can watch movies but I can't copy or save them to either one anyone have any ideas thanks ahead of time
|
| AccessViolationException when calling Assembly.GetFullName on Vist | 12 Oct 2007 02:46 GMT | 1 |
I have a wierd problem in my application where any call to Assembly.GetFullName of the currently running assembly fails with an AccessViolationException. This only happens on windows vista, all editions. Running the appliction as an administrator does not seem to help. Any idea
|
| Part of the code that causes a severe delay in UI | 11 Oct 2007 23:43 GMT | 4 |
My "Monitor" program has about 15 seconds of delay on a single user's computer. However, there're no deplay on other users' computers. I've found that the delay on her computer happens in the line of code below:
|
| How widespread is .Net Framework 1.1.4322 ? | 11 Oct 2007 23:35 GMT | 22 |
We are about to design an application, which will used by 10,000 people world-wide, mainly hospitals, doctors and scientists. There will be multiple language Versions. The app will be about 1 MB, it will be distributed via download.
|
| Pass parameter to a delegate | 11 Oct 2007 22:10 GMT | 2 |
I have a C#.NET program that uses a delegate, "BuildExistingReportFile". It's called in such a fashion: IList lFiles = this.GetListFromStoredProcedure( null,
|
| VBA user, first time on Vbasic. Need help referencing a control | 11 Oct 2007 16:22 GMT | 5 |
BRIEF EXPLANATION: I have 6 TextBoxes named LIS1, LIS2, LIS3, ... LIS6. I want to be able to reference them using a For/Next loop and either read ot write to them. In VBA I would use something like this:
|
| Difficulty with write() [Linux] and recv() [Windows] | 11 Oct 2007 13:59 GMT | 1 |
I have a client socket connection (Linux) and a server socket connection (Windows). All is fine with the sockets themselves. The client-side is sending data (struct) to the server via write(). write(sockfd, &struct, sizeof(struct))
|
| Transitioning from VB6 to VB.Net: Which books do you recommend??? | 11 Oct 2007 12:03 GMT | 3 |
The subject line basically says it all. Which VB.net books do you feel are essential to your practice? Which books would you not want to be without? Thanks in advance.
|
| can't get length of symbol string in points | 11 Oct 2007 10:37 GMT | 1 |
I am workin' on creating web from as pdf file. My pdf file size is 595 x 820 points. Can anybody tell how can I count the length of my string in points? string x;
|
| Moving to vb.net from vba | 11 Oct 2007 08:26 GMT | 4 |
I need some help. I am a competent vba programmer and need to learn vb.net. Can anyone recommend books or online training to help me make the transition. TIA
|
| Slow Performance from Visual Studio | 11 Oct 2007 03:28 GMT | 2 |
Ive just taken over an existing project and I'm getting painfully slow performace from Visual Studio....Developer Express components are fairly heavily used, which I suspect is half the problem... My question is, will using user controls help this issue? or is that just
|
| pc does not resume after hibernation | 11 Oct 2007 02:13 GMT | 1 |
i put my pc into hibernation. Upon restarting the computer, the words "resuming windows" appear, then a black screen comes up and thats all. I am on a Windows Vista Home Premium.
|
| How to set startup project in Visual Studio? | 11 Oct 2007 01:11 GMT | 8 |
I have two projects in C#.NET. One is "Monitor". It creates an executable called "Monitor.exe". The other is "CoreEngine" and its output is a .dll file called "CoreEngine.dll". "Monitor.exe" depends on "CoreEngine.dll". That is, I must put
|
| Xp Home boot problem. | 10 Oct 2007 20:32 GMT | 1 |
Hi, I have an Xp Home desktop that is about a 1 1/2 years old. Last week when I went to turn it on on, I got a message that asks if I want to boot from CD. There were no problems prior to this and all Windows Updates/AV/Firewall
|
| Set a startup project in Visual Studio in order to debug | 10 Oct 2007 19:02 GMT | 2 |
I have two projects in C#.NET. One is "Monitor" and creates an executable called "Monitor.exe". The other is "CoreEngine" and its output is a .dll file called "CoreEngine.dll". "Monitor.exe" depends on "CoreEngine.dll". That is, I must put
|