wichall's Q&A profile
Windows Forms WYSIWYG HTML Editor Control
There are tons of browserbased WYSIWYG HTML Editor controls. But, i'm building a windows based Content Managment System, and need a HTML Editor for Windows. Anyone know of a control i could use, or a way to export to HTML Is there classess&nb ...Show All
SQL Server SQL Server Express will not install -- Existing Components- Cannot Resolve - Help
Hello, I installed VB2005 recently and today I attempted to install SQL Server Express. Installation failed saying that Existing Components Existed. Message was: Existing Components SQL Server DB Series 9.00.1399.06 I believe that is SQL Native Client. It could also be from SQL Books Online. I have Add/Removed the SQL Express Components repeatedly and retried with the same results. I'm not sure if ther ...Show All
Visual Studio 2008 (Pre-release) Problem creating a WPF project
Hi, I'm eager to start working w/ some avalon development, so I installed VS.NET '05 B2, along w/ the WinFX beta for vista, and the Visual Studio Extensions for WinFX, and I see the Avalon projects in VS.... however when I try to create a project in the Avalon section, I just get the following message: "The process cannot access the file 'C:\Users\Jason\AppData\Local\Temp\1\tmpB05A.tmp\Temp' because it is being used by another process." How on e ...Show All
Visual J# using swing package in J# Browser Control
When I just use awt package, my program runs well. But when I change a awt control Label to swing control JLabel, nothing is displayed and I got "A exception java.lang.securityException occurred in the J# Browser Control." message. Can Anyone help me (I have added the reference to VJSSupUILib ,and my security policy setting is "Area","Local Intranet","Everything".) When I use strong name in my sec ...Show All
Visual Basic How do I split packets?
What code would I use to split packets or slow them down I assume that you are using UDP since you are referring to packets and the good ole' winsock control. I haven't tried this myself, but couldn't you use setsockopt(MySocket.SocketHandle, SOL_SOCKET, SO_RCVBUF, <whatever buffer size you want as a 32bit int>, 4) to set the receive buffer to an appropriate size http://msdn.microsoft.com/library/default.asp url=/library/ ...Show All
Windows Forms External component has thrown an exception
Hi, I'm getting this error really sporadically in my Winforms app. Seems to happen when trying to display a form with a call to .ShowDialog(). It doesn't seem to happen on any particular form, just pops up now & again. I can close the application and restart it, then I can view the form without the error The application is running in a Citrix terminal server environment, the assemblies themselves are running from a network share. Ca ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How draw the line of picking?
hi: I want draw the line of picking. I can draw the line, but when move camera, the line would move too. How can do this What transformation must apply Sorry for my english. Thank at all.- If you mean the line from the mouse to the object that you have selected then since this is a line that is always perpendicular to the screen its always going to be a single point so its kind of hard to draw it. ...Show All
.NET Development Unable to use FTPWebRequest over SSL
Hi I have been trying to connect to a FTP server using SSL. I have followed the example on MSDN - ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref10/html/P_System_Net_FtpWebRequest_EnableSsl.htm However I keep getting an exceptions when then “ request.GetResponse ” method is called. The exceptions is “WebException” and message is “The underlying connection was closed: The server committed a protocol violation” &nb ...Show All
SQL Server SqlAssembly.Create is a poor implementation
SqlAssembly.Create will receive a path at the server, that as the documentation states: can be a network share. Now in a real-world scenario, I am creating a database on a separate server using SMO. When I try to register my managed code what am I supposed to do Get the user to call an administrator to copy the path into the server Somehow, find out the Identity for SQL Server and create a temporary share so that the SQL service can access the ...Show All
Visual Studio Team System Red x on documents folder in team explorer
Hi all, I have TFS beta 3 refresh and every thing is working fine at the client side besides the fact that on some of the machines I cant access the documents folder from the team explorer. I guess it's not a problem of security beacuase this users have the same rights as others which can access the documents folder from the team explorer. It is also possible to access the documents from the share point portal (right clicking on the team p ...Show All
Visual Studio 2008 (Pre-release) February CTP of WinFX Posted -- Breaking Changes Post as well
If you haven't seen, the February CTP of WinFX has been posted. While there isn't an MSDN article that outlines new features and breaking changes, I have posted a pretty comprehensive list on my blog. Regards, Karsten ...Show All
Visual Studio Express Editions ToolStripMenuItem1.Click makes bgcolor change
Hi, I am building a program with several textboxes, and I have a ContextMenuStrip to use with the textboxes. Now I want to make the textbox's backgroundcolor change into an other color if the user clicks on the ToolStripMenuItem_1, but how do I make this work, because I don't know how to do this. Grtz, Tom. mmmm the problem is i don't know any connection between teh control and the contextmenu , so i think you can do it this way ...Show All
SQL Server setting sql server authentication for database user - wont let me
I have created a database now I am setting login details for that user. I am using slq server authentication and entering a password of recommended length. I enter my details in my webconfig file and I get -couldnot connect to database specified in connection string for sql data provider. when I check the login properties the password has changed it appears to be the password for NT Authoritysystem, ie same length, what it is Idont know. ...Show All
Visual Basic Is there anyway to disable the DEBUGGER, it is hogging all my cpu time.
I have been trouble shooting what I though was a timing problem in my application. I have discovered that the problem is the debugget taking 15 to 16 millisecond chuncks of cpu time, sometimes (with a lot of trace statements, like) it takes these chuncks every 15 to 20 milliseconds. I would like to produce an exe file with out any debugger code at all. Is there any way to do that in VB express or VB2005 beta I read somewhere t ...Show All
Visual C++ Textbox +Only numbers
Hello, I want to control a textbox by pressing a button. If the input is not a number(double) I want to display an messagebox with an error. Sorry if this is a stupid question, I can't find it anywhere. Please help. bye You need to override OnChar in a CEdit derived class, and not in your CDialog or CFormView derived classes. Dan Stevens wrote: I'm tring to do the same thing but just wond ...Show All
