krobinson152759's Q&A profile
Visual C# Getting date without the time
Hi I would to be able get the date but not the time. I currently use gerdate() but it returns for example 09/09/2006 16.34.56 but all I owuld like is just 09/09/2006 can this be done I have tired looking on msdn but I could find nothing that I could use. Any help would be a great help Of course. Use the DateTime class. I believe the method you're after is DateTime.ToShortDateString(), but I could be mist ...Show All
Visual Basic how to access the thirdparty website controls
hello my spec is i need to logon to the thirdparty website and upload a file in that automatically by clicking a button in my asp.net page. is it able to do it plz help me its urgent plz Also if your talking about web site development because you are referring to you asp.net page. You may find that the guys and gals over at forums.asp.net are actually in a better position to help with ASP.NET web page development u ...Show All
Smart Device Development Co-existence of Embedded Visual C++ 4.0 (PocketPC 2003 SDK) and Visual Studio 2005
Hi experts, Can I install Embedded Visual C++ 4.0 ( PocketPC 2003 SDK) and Visual Studio 2005 in the same machine Thanks, -Kuan Hi Nishan, thanks a lots. One more question. Can I install eVC4 along w/ VC6 If so, can I install eVC4, VC6 and VS 2005 in the same machine based on the fact that VC6 and VS 2005 can install side-by-side Thanks, Kuan ...Show All
Visual Studio Tools for Office a problem in setting a custom color over a cell's background
Hi, I have this problem in coloring a cell: if I use this code: Excel.Range cell = (Excel.Range) this .Cells[21, 4]; cell.Interior.Color = ColorTranslator.ToOle(Color.PeachPuff); I get the correct color on the cell; if instead I try the code: Excel.Range cell = (Excel.Range) this .Cells[21, 4]; // R=255, G=221, B=192 is a PeachPuff version shifted t ...Show All
Visual Studio Tools for Office Office 2003 and Office XP.
I have built a program, on a computer that have Office 2003, that works with Word and Excel, and when I try to run it on a computer that has Office XP, it doesn't work, and shows a lot of errors. I tried to replace the DLLs in the program's folder to XP's, And to install them, and it still doesn't work. I even tried to re-make the program with references of XP's PIAs, and then it even doesn't install. What should I do Thanks, ...Show All
Visual Studio Express Editions window restart code
hi there, can anyone give me the code in vb.net by which i can restart my window, i need it in my application so plz if someone have this code just forward it to me. Thanks do you need to restart your window or your application If you want to restart your app then below is the link of the code: http://www.codeguru.com/csharp/.net/net_general/debugginganderrorhandling/article.php/c7105/#more Thank you, Bhanu. ...Show All
Visual C++ Mixing C and C++ MFC
Hello everyone! I am working on this project where I have to implement a decoder/video player. I have a decoder project written in raw C. It takes an encoded file as input and generates a decoded file. I have another project, a video player, which is an MFC implemented in C++. What I have to do is incorporate these two projects together. I have to decode a single frame and play it on the spot. Anyways, this introduction is just to get you guys i ...Show All
SQL Server SSIS will not start after SQL Server 2005 SP1 upgrade
Hi guys, I have experienced a problem with a SQL Server 2005 SP1 upgrade, where hotfix.exe reported an error during the SSIS component upgrade, and then the SSIS service would not start back up. I have since attempted an additional SP1 upgrade on the server, which completed successfully, however the SSIS service still will not start. The server is running Windows Server 2003 Standard Edition SP1 with SQL Server 2005 Standard Edition (x86), wh ...Show All
Visual Studio Express Editions Cannot execute platform sdk console program on another computer
I have the following problem. When I create a console program in VC++ express using the platform sdk I cannot execute the program on another computer that I have nor installed VC++ express on. What can be the problem I have searched the project properties if there are any parameters for including sdk stuff into the binary but cannot find any such parameter. What should I do Take a look at http://forums.mi ...Show All
Visual C++ Using Openmp with VisualStudio 2005 (Express)
Hello, I was very glad to see that Visual Studio 2005 would support Openmp. While I'm waiting for the full release of VC++ 2005, I'd like to have a try with the Express edition and Openmp. I've successfully installed the Beta version of studio and the platform SDK, setting paths and so on. But unfortunatly, I cannot find Openmp includes and libraries (omp.h, vcompd.lib) anywhere on my disk, neither on the internet. I thought this would ...Show All
Visual Studio Help with VSS
Hi, Please forgive me for asking here, I realize this might not be the right place to ask but somebody here surely might have an answer for me. We are using VSS 6.0d. Here is my question: I have a server where we have all our VSS databases on. The server has been having 'issues', so we have a new server with more memory, bigger hard drives, and a better processor where I need to move the VSS databases to. My question:& ...Show All
Visual C# CallBack from a WIN 32 C++ dll
Hello Everyone, My application is written under C#, but for some of the low level stuff I have to use C++ dll's and one of the dll require password before I can make some function call or if user entered wrong should ask again..... How can I implement something along those lines.... At first I can send the pasword, but if the password is wrong what is the way to get the password....If you want I can even post my procedure which asks for ...Show All
Visual Studio Team System Problems after installing the team foundation system on clean windows 2003 server
Hello, during the installation of the iis I enabled the frontpage server extensions and I starting installing. Everything went smoothly untill I started with the sharepoint installation. With this one I found out that I can't mix sharepoint and frontpage extensions on one server. After some time I managed to uninstall the frontpage extensions and reinstalled the sharepoint system, At this point I started to try and see whether it's wor ...Show All
Visual Studio Team System Installing TFS on Windows Server 2003 R2
First, is this supported Second, if so, what are the [Sharepoint Options] I should specify in R2 unattended setup to ensure a successful install of TFS I tried: [Sharepoint Options] Provision = No RemoteSql = Yes but TFS install failed with error "Server extensions administration port not found" - full log file available if needed. Hi Matthew, Well, I didn't use unattended. But what ...Show All
Visual Studio Express Editions OLEDBDataAdapter
why I cannot find oledbDataAdapter in toolbox in express edition Remember that the express system does not support connecting to remote databases, if you do wish to connect to remote databases you have to code the connections manually. By this I mean that you will not be able to use any of the wizards or controls to connect to the Databases. One method that will allow you is to build your own data layer ...Show All
