blah blah blah is here! blah blah » Close

0
votes
1 answers

C#, inconsistencies in Windows folder contents?

Hello, Say I've got this location: C:\Windows\System32\config\systemprofile\AppData\Local\LogMeIn Hamachi, I browse to it with explorer (I've got admin-rights), systemprofile is read-only, but no problem. The folder contains 7 arbitrary ...

0
votes
0 answers

C # windows application develoment for controlling a robot

[b]Dear code project members, I'm a very beginer in Visual C# and I would like you to help me with this problem, which is too simple for a high level community like you but very difficult for me. The problem: I have a text file which ...

0
votes
0 answers

C# win forms disable mouse text selection in browser

Hello, I am working on a screenshots program using C# win forms. Im using COM to capture mouse events. Ive been trying to prevent the mouse from selecting and highlighting text when i hold down the left mouse button in a browser. ...

0
votes
1 answers

Anybody any experice with WinCE6??

GlennP
329

Hi All, Bit of an oddity but I have got to develope on an Embedded platform for a project using CE6 Anybody know of a good site with some info on 6 as Microsoft want you to use 7 now...

1
votes
9 answers

continue to get a 404 on windows server 2003 with .aspx pages

I'm configuring a 2003 windows server and I did all of these things (that I remember off the top of my head.) Install IIS Download .net 4 Enable .Net Enable active pages Tried to start .net service but it started and then stopped i ...

1
votes
2 answers

how to iterate through numeric textboxes on windows form??

I need to iterate through quite a few numeric textboxes using c# on my windows form, so that I can changet the textbox's contents and for the life of me, can't seem to figure this out. I've tried foreach (Control vControl in this.Control ...

0
votes
1 answers

C# - Can We Have a Text Editor Box on a Windows Form?

Hi, So, we have a textfield and a richtextbox. Can we have a text editor box on a Windows form with some basic buttons like Bold, Italic, Hyperlink and so on? The only thing I want to have is that the editable textbox will have text that ...

0
votes
1 answers

C#/Microsoft Visual Studio: Errors Closing (X-ing Out) a Windows Form

Anybody know what the following errors are (In Microsoft Visual Studio[MVS] they show up in the output tab in Debug mode)? "A first chance exception of type 'System.Configuration.ConfigurationErrorsException' occurred in System.dll A ...

1
votes
2 answers

Difference between Safari on windows and safari on mac in vb.net web application

Hello everybody we made application(in vb.net first version) on windows os but client want to run it on mac os now.... so, can anybody tell me what are the differences in Safari on windows and safari on mac. its urgent.. Thanks in advance ...

0
votes
0 answers

C# Code doesn't run in Windows 7 with IE8

Hey Guys, I was trying to run this below code in Windows 7 Enterprise (IE8). I consistently get an COM Exception that reads "object invoked has disconnected from its clients". My understanding is objIE var loses its identity aft ...

1
votes
0 answers

WCF library hosted by a Windows Service

My program consists of a Windows Forms app, a WCF Library and a Windows Service. The Windows Service is hosting the WCF Library. In Debug mode everything seems to be fine. The WCF Library is working (reading from the communication ports and ...

1
votes
2 answers

HTML in a windows Form

I have a windows based application and I am generating an HTML email message and would like to display it formatted so that my users can preview it before sending it. I need it to be on a windows form because I have some other controls I wa ...

0
votes
1 answers

Open a new "info" window

Hy im making a little paint program.. I have a toolstrip menu and the last butten is INFO. When people click on INFO a little new window should popup with information about the prg version, the author etc... I can't figure out how to progr ...

0
votes
1 answers

Forms vs Windows authentication

sanjib
226

I try to understand Forms and Windows authentication. If anyone would kindly point out the difference in brief, I'll be grateful. Actually I want to use aspnet_regsql.exe in a manner so that a user will log in and I'll later use that user ...

0
votes
1 answers

Running a Windows Service in Windows Vista

Hello Everyone, I just wrote one small windows service application. In the start method i am trying to run an exe. It is working well in Windows XP and Windows 2003 Server. But it is not working in Windows Vista. Following is the code wh ...

Feedback