RickLH's Q&A profile
SQL Server SQL Express Edition licensing issue
Hello Guys, Just would like to check with you guys if SQL Express Edition is allowed to be used for web hosting company to server his client I asked the same question, but didn't received any response... So please, someone knows something about this ...Show All
Visual Studio Team System Comments for Work Items
Is it possible to have an ongoing discussion / comments / posting in a work item Sometimes we will send many emails back and forth about a single issue, or in our previous system we would add "bug notes". Is this possible Are there any fields that allow a "forum" style commenting on a work item The "Detailed Description and History" is meant for this purpose, you can click there and type whatever you need to... We internally use it to comment on a specific work item: I might for example close and postpone a bug but include a recommended fix so whenever it is reactivated the person who gets assign ...Show All
SQL Server SQL Server Authentication + SSL
Hi! I noticed that with SSL authentication (On SQL Server 2005), the SSL handshake is kind of "truncated" : * Certificate is not sent from Server to client; (Which may be OK according to TLS) * The client does not send Client-Key-Exchange message (Which is not conforming to TLS) This is clearly evident from tcpdump output. However with Windows authentication, the client -server handshake is "compatible" with the TLS standard. Why just in SQL server authentication mode there is that deviation from the standard More important, how is the key decided In that mode, there is no certificate sent and no key ...Show All
Windows Forms Hiding the Border of DataGrid Control
Hi, I am creating a WindowsForm application with DataGrid Control. I want to hide the Borders. Is their any way I can do it Thanks ...Show All
Visual Basic visual basic express - datagridview control
How to change the delault keyboard handling so, that on press enter key the focus moves to the cell right instead of to the cell down ...Show All
Visual Studio Tools for Office Creating Excel Workbooks - ISSUE
I have been following some Walk throughs on creating Excel workbooks through VS.NET. I can't even get a Blank workbook to open. I am following the walk throughs, when I run the project I see the Excel 2003 splash screen, then the program quits. Basically I am creating a New Microsoft Excel workbook through the VS.NET Tools for Office Template. Then running the project, at the least I would expect a Blank workbook to open. What am I doing wrong VS.NET 2003 / Tools for Office - 2003 Thanks. VSTO 2003 does not open workbook in the IDE. This has been added in VS 2005. For 2003 an empty file is created on the disk. You need to open Excel s ...Show All
Visual C++ 2 questions
1.) I am having problems installing the software. It gets to the downloading part says 0% and says it couldent load. 2.) I..want to become a game developer...but dont know anything. Anywhere I can go to get started learning My bad!!! meant to put this in C++ .......nope.....found another place I should have put this.....When a mod gets to this, can they move this Hi, I guess you're talking about installing the VS. Are you behind a router/firewall that may block the download For the second question, firstly I recommend you to learn how to program. There are lots of tutorials online about c++ just searc ...Show All
Visual Basic Handle error
Webform I have an ObjectDataSource and Gridview (Webservices) . If webservices is down I got an error: System.Web.Services.Protocols.SoapException: Server was unable to process request........ Can I "disable" ObjectDataSource1 and Gridview1 On Error (All other controls on page must load if webservices is down) Regards Clas Have you tried Try ' Your code Catch e as exception ' Your exception processing Finally ' Your code End Try ...Show All
Software Development for Windows Vista NVIDIA GeForece 5200FX
just got an error with MS Vista Beta 1.... I installed my driver's from Nvidia and now when i exit i got 7 errors, and now windows wouldn't start up anymore Someone got any ideas i hope so Grtz, SkyBlade! ...Show All
.NET Development Retrieve Schema of a Table/View/Sproc
Hi all, I have a view and SPROC, I want to retrieve all available columns per view/sproc now. I want to know the common practise or most efficient method in retrieving the schema by: 1. FillSchema (DataAdapter) 2. SchemaOnly (SqlDataReader) 3. sp_Columns (TSQL) 4. INFORMATION_SCHEMA.COLUMNS (TSQL) Secondly, I'm wondering if anyone could explain briefly about the difference of 1. and 2., because I'll most likely use either approach so as to avoid MS SQL dependence. Thanks, The primary difference between FillSchema and SchemaOnly is that they work against different objects. FillSchema sets the sch ...Show All
Visual C++ Can't add variable
I cannot add a new variable with the wizard into the class CChildView. The new variable appears in the classview for a moment, but in the source never. The MFC project was created with the wizard: Single document, without document/view architecture, everything else default. I can add new variables into the other classes, but not into CChildView... Is this a bug Thanks. Version: VS 2005 beta2, 8.0.50110.28 I just tried the exact same steps using the Beta2 bits and I get the source code as expected after adding the int variable anything: class CChildView : public CWnd { // Construction public : CChildV ...Show All
Visual C++ VC++ 2005 doesnt compile, when non-startup project header is changed...
I have five projects in my solution. First four creates static lib and the fifth is exe file that uses those libs. The fifth project is set as startup and dependent to others. Whatever file (cpp, h) is changed, compilation occurres after F5 (build project) is pressed. I can also change something in cpp of the dependent project and it is also compiled. The problem are any changes in header files of dependent projects. VS just saves them, but writes: " ========== Build: 0 succeeded, 0 failed, 5 up-to-date, 0 skipped ==========" to the output window and compiles nothing. I tested this in VS2005 prof and VC2005 Express. Both have the ...Show All
Visual Basic how can I update my mdb table through a datagrid??
Hi everybody ,how can I update row (s) in my Access Database through a Vb.net form has a datagrid,I used the following code to add rows to my tables. So,can some one helpe me updating it. I spent 2 days reading many questions in this forum and in others' which was under this title (updating row (s) in datagrid),but I faild to get the suitable answer. This is my code of the datagrid form in vb.net,which enable me to add data ,how can I create a code to update these row(s). Private Sub Form8_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load Dim strcon As String Try strcon = " ...Show All
SQL Server What exactly does MAX_QUEUE_READERS=0 mean?
I guess this sounds a little foolish, but what exactly does MAX_QUEUE_READERS=0 mean Does it mean literally that there will be no queue readers executed or does it mean that the number of queue readers is unconstrained Thanks, Wells ...Show All
Visual Studio Tools for Office Calculate Event and Changes in Range
Hi, I'm wondering why the change (delete and insert) of Excel.Range will trigger the event handler of WorksheetCalculate I supposed the Calculate event hanllder will only be fired when user enter a function in a cell, but I found it will be fired too if I programmatically delete or insert a Excel.Range ! Thanks, Hi, If calculation is set to automatic, this will occur if your insert or delete affects formulas that already exists on the worksheet (i.e. =SUM(A1:A10) and you delete row 3). It will also occur if you have a volatile function anywhere on the sheet. Volatile functions include CELL, OFFSET, TOD ...Show All
