Seena K's Q&A profile
Visual Studio Any chance of getting an answer to...
my questions at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=990645&SiteID=1 We really need to use the bootstrapper but without answers to some of the below (like how to have it download the install file only if needed as opposed to requiring it be downloaded to the same directory as setup.exe) we can't do anything. thanks - dave David, The MSBuild team doesn't work on any of the installation or bootstrapping parts of Visual Studio. Try asking your question in the "ClickOnce and Setup & Deployment Projects" forum at http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=6&SiteID=1 . Neil ...Show All
Windows Forms 2 DataGridView Questions
1. I am binding my data grid view to the results of a stored procedure. The user can then modify the data in the datagridview. (Add, remove, update). I want to display the updates in the data grid view as they are made but only commit the changes to the database when the user presses a save button. What is the best way to do this 2. My data is stored in the database in UTC time. How can I force the data to be displayed in the datagridview in local time. Thanks in advance. When I called the fill method of the data adapter it seemed as if it was appending the new data to the end of the old data. That is why I am first removing the table before filling it again. Does it make sense that it would do t ...Show All
.NET Development Server-side EventLog
This isn't really a Web Service question, but since it's a server-side issue and we are using Web Services, this seems to be the place to ask it. We are in the process of getting a lot of developers in the corporate office up to speed on .NET ... almost all of them have absolutely no experience with it. A member of our team put together a document about how to install the various things needed (.NET, SQL 2005, etc.) and all the developers followed this doc. (unfortunately, there were lots of missing pieces, but that's another story <g>) Anyway, one thing that most of them can't get past is the permissions needed for allowing writing to the system's EventLog for server-side components (anything that errors out on the server-side of ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA??
Is it posible to use XNA together with native C++ No, XNA is only for C#. However, if you are looking for a game-creation tool (well, XNA isn't a tool, but you know what I mean), you can use something called "Allegro" for C++. That's how I started out before moving on to XNA :] ...Show All
Windows Forms How to design Stylish window in C#
Dear all I've one issue which is difficult to me. I want to present my GUI as a stylish GUI. I mean. button with curved edges,drop down with curved edges, Groupbox with curved edges. I think most of us would have worked with WINAMP (Mp3 player). In WINAMP itself ou can do whatever you want. i mean you can resize, you can attach and detach window and more And you can set skins also for your winamp. But these all things i've to be done with use of basic controls which is availale as default tools in dotnet window application. Can anyone help me to fix this issue This is very must for my project. Please help me Guys/Girls. There are some nice ones on the code project website . The controls ...Show All
Windows Search Technologies Windows Desktop Search won't start & I cannot remove it
I recently upgraded to the most recent version of Microsoft Desktop Search. From the Admin account it seemed to be operating perfectly. When I logged off and then on to another account It gave me an error. It suggested that I remove and reinstall. I did and encountered the same problem. I was going to uninstall it, but it has disappeared from my "Add or Remove" list of programs. HELP! Paul, Thanks for getting back to me. Everything was done under the administrator account. I've tried to re-install, but I get the same problem. I cannot un-install the windows desktop search program because it is no longer on the list of programs under add/remove programs. John ...Show All
Visual C++ typecasting a pointer?
Hello everyone, I'm using VC++ along with a 3rd party library to capture and display images from a CCD video camera. I'd like to aquire the grayscale values in order to do some image processing but I'm a little uncertain as to the correct way. The images are either 8, 10 or 16-bit grayscale. The images are loaded into a buffer as follows: uInt8* imageBuffer; imageBuffer = (uInt8*)malloc(ImageWidth * ImageHeight * BytesPerPixel * (sizeof(uInt8)); At this point I call the grab function from the 3rd party library, passing the above pointer as one of the arguments. My question is how do I access the values that are stored in the buffer Let's assume I know a priori that the image is 10 bit...do I typecast the pointer as 16-bit and get the ...Show All
SQL Server Time Series Periodicity
I'm trying to learn about time series algorithm but I can't set the time periodicity right. I have information stored 2 times a year (semester) so I'll should set up a PERIODICITY_HINT = {2}, right but it does not change anything. Here is a screenshot that might help understand the problem: Based on what you have explained, there is no problem, it's just a behavior. Is the issue that you somehow require a (t-2) factor Or you simply believe there is an effect, so you want the algorithm to find one One possibility is to reduce the complexity_penalty or minimum_support parameters, which will change the size of the trees that the algorithm grows. Other than that, your data doesn't seem to support su ...Show All
Visual Studio Tools for Office imageMso attribute
Hello! Does someone know the list of standard ms office images Yes, you can get it from here: 2007 Office System Document: Lists of Control IDs http://www.microsoft.com/downloads/details.aspx familyid=4329D9E9-4D11-46A5-898D-23E4F331E9AE&displaylang=en ...Show All
Visual Studio Need Help Organizing VSS Projects and What's the Process
Hello... We need help/guidance/suggestions on the best way to organize our applications into VSS projects, and then how to use the setup going forward. We have a suite of applications that we sell as one product. So, the product we sell is, for example, named Foo, and Foo is made up of a number of different individual applications, for example, FooBar1, FooBar2, ... Ok. And, there are quite a few applications (.exes, .dlls, .ocxs, etc.) that make up Foo. Additionally, all the individual pieces (FooBar1, FooBar2, etc.) are written in different languages. We have Access .mde applications, we have C++ applications, we have VB 6.0 applications, we have .NET 1.1 applications, and we will soon have .NET 2.0 applications. All these diffe ...Show All
Visual Studio Express Editions System.IO.File.Move
Hi, I hope someone can help. I'm trying to make a program that will simply copy a file and then move the copied version to the desktop. This is what I have so far System.IO.File.Copy("yay.txt", "yay12345.txt"); System.IO.File.Move("yay12345.txt", (Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory), "yay.txt"); I am able to copy the file to c drive however just stumped to get the file on desktop, even if the program is used on a different account, hense why I'm using destktop directory rather than C:\Documents and Settings\-ACCOUNT-\Desktop Hi. I want to make some comments. First of all, as nobugz stated, the code as you posted it should no ...Show All
Visual C++ Error LNK2019??
Below is my buildlog....Any suggestions for me to solve this issue... I am using Visual Studio 2005. Thanks a lot!! =========================== Build Log Rebuild started: Project: ColorCalibrationUtil, Configuration: Debug|Win32 Command Lines Creating temporary file "d:\ITRI_MIRL\Intelligent Robotics_related\CMU\Project_CBR\cbr_latest_20070227\ColorCalibrationUtil\obj\RSP00004D839610136.rsp" with contents [ /Od /I "..\\" /I "..\external\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /D "_CONSOLE" /D "CAVERN_DO_NOT_USE_GLOBUS" /D "CAVER ...Show All
Visual Studio sandcastle html index
Hi, I may be missing something obvious but can someone tell me how or if it is possible to generate an html index page for the documentation created by sandcastle. Using the sandcastle command line tools I am creating the html content and chm file just fine but I would like an html index page for the html content. Thanks Hello, I have built the CHM and it works fine. What I'm asking is if there is a way to create an index.html file that I can put on the web that links the HTML content created by BuildAssembler. My documentation needs to be available on the web and I need an index.html file so users can navigate the HTML content. Thanks ...Show All
Software Development for Windows Vista New Vista Home Premium PC will not reconize old XP based "NAS" PC
The title says it all. I am trying to gain access to my home XP based "NAS" with my new Vista based PC. My old XP PC is set up and ready to go as a "NAS" however when I try to map a network drive from my Vista PC I get nothing it wont even acknowledge its existence on the network. PLEASE HELP All wires connected...check On old XP based PC: Run network setup wizard (through a residential conection/turned on file and printer sharing)...check Create a shared folder (share folder on network/allow network users to change this file)...check On new Vista based PC: Map a network drive...Failed see above To get more complete faster service I recommend that you try the link ...Show All
Visual Studio 2008 (Pre-release) How can I disable [Minimize] or [Maximize] of title bar and system menu ?
I need a window like this: when it is in a normal state, it can be moved and resized, but not to be maximized from system menu; when it is in a maximized state, it can not be restored from system menu. I found that if a window was set as maximized and not resizable, it could be MOVED, that is really strange. But it could be still restored to normal state. I want a window in maximize state unable to be restored (could only be minimized); a window in normal state unable to be maximized. Shortly, I want to disable [Minimize] or [Maximize] in the system menu. ...Show All
