jitendra badkas's Q&A profile
Visual Studio Windows XP Hotfix KB921883
Last night at 3am Windows XP Hotfix KB921883 was installed and my computer was rebooted. This morning when I tried to connect to my projects which live on a remote server I encountered security warnings and my network share was unavailabe. Uninstalling the Hotfix solved the problem but I'm curious as to what the fix supposedly fixed and if anyone else had this same problem. Thanks, Jon Stalnaker I had to uninstall it to get MS Excel working again. It was asking for the install CD everytime I tried to open a spreadsheet... Regards, Dave ...Show All
Visual C# best way to write long text in web page
hi... I'm working on design help pages for my web site (which is prgrammed using C#)... these pages include long text (many paragraphs) and I want to ask about the best way to write the help content(static text) in these pages .... any suggestion Thanks in advance ... ...Show All
SQL Server Connect to Oracle stored procedure from SQL Server stored procedure...and vice versa.
I have a requirement to execute an Oracle procedure from within an SQL Server procedure and vice versa. How do I do that Articles, code samples, etc Oops, the actual requirement is just to query Oracle tables from SQL Server and to query SQL Server tables from Oracle. Setting up a linked server in SQL Server accomplishes the first and is well documented in Books Online. The second involves using Oracle Heterogenous Services or Transparent Gateway. I have not found very good documentation about how to use those. ...Show All
Visual Studio 2008 (Pre-release) Reflection effect scale problem ...
Hello, I've a problem with a reflection effect and may be you can help with it. I'm trying the reflect effect. The problem is when I resize my window to small value, the reflect (scroll bars, etc) begin to grow, and the effect is not a reflect. I think the problem is in the Height = " 400 " of the Rectangle that make the reflect effect, because this value change and may be I've to databind that value. Any idea of what can I do to solve this This is the code. Thanks a lot people !!! < Window xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " xml:lang = " en-US " x:Class = " UntitledProj ...Show All
Smart Device Development Deleting Folder
Hi, I am newbie. i want to delete the folder. suppose folder contain subfolder and files. when i use the RemoveDirectory function it delete the folder when it is empty. and DeleteFolder function need namespace IStoreNamespace. how i use namespace in MFC windows device application (C++.2005). is there any other Method for deleting the fill folder Thanks -Salman hi, Do u have any sample code for deleting folder using DeleteFolder because i have confussion with the parameters. I am using C++.net 2005 Thanks -Salman ...Show All
SQL Server Loading images into SQL
I have created and inserted successfully images into table but when I use Gird View, or other Control can’t see the photo. Any help. please Juvan Here is the query Create Table EmployeeProfile ( EmpId int, EmpName varchar(50) not null, EmpPhoto varbinary(max) not null ) Go User following to to insert image: Insert EmployeeProfile (EmpId, EmpName, EmpPhoto) Select 1001, 'Vadivel', BulkColumn from Openrowset( Bulk 'C:\Blue Lace 16.bmp', Single_Blob) as EmployeePicture Hi Andrea, Yes I am sure. I can see all the field in Preview Data window but can't see image field in Gird view. Thanks. Juvan ...Show All
SQL Server Subquery Question
I'm trying to write a very specific subquery. My table data looks like this. jobname1 complete destinationA jobname1 complete destinationB jobname1 not-complete destinationC jobname2 complete destinationA jobname2 complete destinationB jobname2 complete destinationC jobname3 complete destinationA jobname3 complete destinationB jobname3 complete destinationC The result I need is the job name of all unique job names whose records are ALL complete. So, in the case above, I need the names of jobname2 and jobname3. Here's what I have so far, but itt is so far returning no results: Select jobname from table where NOT EXISTS (Select * from table where table.job_status != 'complete' ...Show All
Visual C++ help reading integer string "Zero-based index of the button string"
the structure is of type typedef struct _TBBUTTON { int iBitmap; int idCommand; BYTE fsState; BYTE fsStyle; DWORD dwData; int iString; } TBBUTTON, NEAR* PTBBUTTON, FAR* LPTBBUTTON; where int iString is type Zero-based index of the button string. how to read the value of iString, any idea or any help my prob is TBBUTTON tb; i want to read the value of tb's iString value can u help me to know how to read the value of TBBUTTON's int iString swarup wrote: [...]my prob is TBBUTTON tb; i want to read the value of tb's iString value can u help me to know how to read the value of TBBUTTON's int iString In order to read the value of iString use expression like tb.iString , after you sent the TB_GETBUTTON mes ...Show All
Visual Basic System Error &H80070714& - What!?
When I try to compile my project, VB gives me this error: Error 1 Unable to write to output file 'C:\Documents and Settings\Administrator\Desktop\Application\Application\obj\Release\Application.exe': System Error &H80070714& All forms and files load normally, and no errors are to be seen. I have never seen this error before. How do I work around OK - I found the error. It seems that I was using an icon, containing size up to 256x256 Vista format. VB.NET simply can't handle Vista-ready icons. ...Show All
Visual Studio Tools for Office Excel 2003 called from an webservice
Hi, I am trying to use the excel 2003 as an calculation engine behind an webservice to avoid writting a lot of C# code which would be error prone (excel is a fine and well tested product). I managed to open the excel and perform the calculations I need, but when I want to close the excel process anything I do still remain open in background. I have tried everything that Andrew Whitechapel says in his book, but don't work. I am using .Net Framework 1.1 and VSTO 2003, for exection rights over the excel com I use impersonation before the call. can someone help with a solution Tahnx, Sandy Yes this is what I am doing I know the KB you are speaking about, but also MS even if they don't recom ...Show All
Windows Forms Checking If Date Value Is Null
Hi all, I have been trying to check whether a date value stored in a databae table is null and if so to display an " N/A " value in the datagrid. This is a brief look at the code which i have been using: ------------------ Dim dateValue As String = AdminRptDSet.Tables(1).Rows(PrimaryCourseHeaderCount)("Date Assessment Completed").ToString ' If dateValue.ToString.Equals("") Then row(8) = "N/A" End If ------------------ I should probably be using a Date Type variable instead of a string but not sure how to code around the date type. Any ideas Thanks Thats for the quick reply and tried your suggestion, though its recognising all the records as Null. Any ...Show All
Smart Device Development debugging script code on smart device
Hi, I have a full version of VS .net 2005 team edition for developer. Now I need make a web project compatible with windows mobile 5.0. The problem is I cannot debug script code with smart device transport. When I attached IE mobile process in windows mobile 5.0 by .net 2005, there were only "native code" and "managed code" in "attache to" list box, no script code. Is there any way to fix it This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. If you’re having a hardware issue, please contact hardware manufacturer or reseller. If you having an issue with 3r ...Show All
SQL Server .Net GetHashCode and SQL CHECKSUM
My tables have UniqueIdentifier PKs. To help with performance, there is also an int computed column which is set by default to CHECKSUM([PKCol]). These 2 cols form the clustered index. I would like to search on both the PK and the computed col. However, .Net GetHashCode() on the UniqueIdentifier does not equal the sql CHECKSUM of the same UniqueIdentifier. Is there a way in .Net I can get the same int that sql CHECKSUM produces ...Show All
SQL Server ODBC TCP/IP Dynamic Determine Port check box
Hopefully a simple answer: *editted for clarity* Where does the "Dynamically determine port" check box come from when creating a ODBC connection using TCP/IP in the client configuration Only shows up in the control panel/adminstrative tools/Data Sources (ODBC) when it is installed. I have 3 computers here that have it (they are for development) but I am finding my users desktops do not have the box and so I am getting errors trying to connect from their desktops. I am using Excel and Microsoft Access 2000 to connect to the server using the ODBC connection. I need my users to connect to SQL Server 2005 so I need the "Dynamically determine port" box checked to find the port. Tried typing in the port but that isn't ...Show All
.NET Development Directory synchronising
Hello, A need is occured in my project. I must write a program that checks three or more directories and synchronise them..For ex: DirA DirB DirC ---------- -------------- ---------------- F1 F3 F4 F2 at first step DirA--> F1 F2 DirB--> F3 F1 F2 DirC--> F4 F1 F2 at second step DirA--> F1 F2 F3 DirB--> F3 F1 F2 DirC--> F4 F1 F2 F3 at third step DirA--> F1 F2 F3 F4 DirB--> F3 F1 F2 F4 DirC--> F4 F1 F2 F3 and as seen,at third step both of the directories are synchronised. How can this project can be done Note: the open files will cause problem while copying.Am I right Thanks in advance. you maybe better of just del ...Show All
