colindyck's Q&A profile
Windows Forms OTP Wepos 1.1 Image and registry key
Hi All, I'm new here at the forum and i hope i'm in correct community for this. I have a problem with regards to the Image I created on WEPOS 1.1, when i uploaded it on two same terminals, the other one is lacking a registry key which can be seen on the other terminal. Do you guys have ideas about this i tried looking on the BIOS setup of both terminals and they are but with the same configurations. Please help me on this. Thanks in Advance. GaV56 Hi, Gav. I'm afraid you're in completely the wrong place. This forum is for.NET related programming questions only. Your question is web related, so if it relates to ASP.NET, then it belongs at www.asp.net , otherwise, it doesn't relate to any ...Show All
Visual C++ Rounding to an integer
Hello, I tried compile the function below by rounding the double values of i. \2nd Mile\SampledFn.h(51): error C3861: 'round': identifier not found, even with argument-dependent lookup Any help It works with Dev C++ though. ================ public : // // evaluation operator - given x, return f(x); // _______________________________________________________________ virtual T_RANGE operator ()(T_DOMAIN x) const { if (x<x0 || x>xn) cout << "Value of of range!" << endl; //throw exception("Value of of range!"); double i = (x - x0)/del; // cout << "\ni = " << i << "\tdel = " << del << "\tx-x ...Show All
SQL Server Schedule backup SQL Server 2000
Hi all, How can I schedule backup in SQL Server 2000 for ALL databases With SQL Server 2005 I can create maintenance plan to do this, but in the 2000 version I don’t know. thanks!!!! Have you tried one of the many different online backup solutions for sql server there's one from 4backuponline.com that works with sql server and it has been working beatiful for me for that last couple of months. You set it up once and you can forget about it. ...Show All
Visual Basic How can I convert the values of a variable into an email format?
Hello, I have a String variable called strUserName. When I look at the variable in debug mode it shows for an example, John Smith. How can I take the result set of that variable and convert it to John.Smith .... So essentially, I want to create an email address out of that variable. I tried using substring, but not all of the names are the same length... Thanks in advance. Hello ahmedilyas This is exactly what I was looking for. Thanks. ...Show All
Visual Studio 2008 (Pre-release) designer wpf resource
hey is there a good designer wpf resource much like MSDN but more XAML centric so you can see all the properties of a button ...Show All
Internet Explorer Development onMouseOver changing multiple cells in the HTML table.
Hello guys, In a HTML table, I wish to change the backgound of cells when I mouse over a cell. For example, assume I have a 10x10 table. When I mouse over (2, 2), it will change the backgorund color of (2, 2)(2, 3)(2, 4). And when I mouse over (2, 3) or (2, 4) will do the same thing. The trigger can be the cell, or the cell content, as long as my mouse over triggers it. How do I do such thing Thank you very much. Woot, nvm, I made a work around which works prettry well. I squence the id name and make the loop to change the background. ...Show All
SQL Server Access Denied
The issue i have is: 3 Servers: DC1, SQL1 and Web1 All have IIS and an replicated intranet site http:/server/intranet All have 2 DSN connections set exactly the same except one using TCP one using named pipes) DC1's web app will access a search on SQL1 using named pipes but not TCP SQL1 as above WEB1's web app will not access a search on SQL1 using any of the DSN connections. Errors recieved Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC SQL Server Driver][Named Pipes]Access denied. SQL is in mixed secuirty mode. I am unable to work out the above no matter how much I play with teh permissions. IIS on all Servers use Windows Authentication. The SQL database is set to allow all Domain Users ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectX10: Graphics, sound and input
This question might be asked before few times, but i heared different answers on this. I thinking of stopping my DX9 project and start with a DX10 project. Cause DirectSound and DirectInput are still DX8 i want to know if there are plans to implement a new Sound and Input subsystem in DX10 (native code) If not ... Will these subsystems (DSound8 / DInput8) keep existing or not Should we use 3the party libraries to replace them Does vista have libraries that can replace these subsystems and might be better to use I have been looking into xact but its not 64bit compactible (yet ) Conclusion: Whats the best way to develop sound and input systems that are fully vista compactible (no xp support needed cause DX10 is not xp com ...Show All
Windows Forms Create Shortcut to User's Desktop - Setup and Deployment - problem
I am trying to create a Setup package for a C++ Visual Studio 2005 project. Everything works, except for one thing. I want to create a shortcut on the user's desktop, that when clicked, will bring up the actual program. Currently, when clicked, I am seeing the contents of the program directory, instead of the running program itself. Under the 'File System/User's Desktop' tab, I right click and select 'Create Shortcut to User's Desktop'. I then create a shortcut called 'MyProgram'. I then change the properties of this shortcut to suit my application. For the 'Target' property, there are only three items I can select from the provided popup. One of them is 'Application Folder'. But, there is no way to attach the program name (MyProgram.ex ...Show All
Visual C++ Updating parameters used in the addrinfo struct.
Is there any SDK or service pack for VC 7 so that I can install to update the parameters used for the addrinfo struct. My copy of VC7 only supports the following: AI_PASSIVE AI_CANONNAME AI_NUMERICHOST However, I need to use AI_ADDRCONFIG in the hints ai_flags parameter for invoking getaddrinfo(). Thanks in advance. According to documentation ( http://msdn2.microsoft.com/en-us/library/ms738520.aspx ) the AI_ADDRCONFIG flag is supported on Windows Vista or later. Therefore I don't think you can use it under other versions of Windows. You should have newer Operating System with appropriate SDK. ...Show All
Windows Forms WebBrowser control has problems navigating to a # fragment
Dear all, I am trying to browse to a bookmark in a local file, but the WebBrowser won't do it! e.g. Uri uri = new Uri(" file://c:/testdoc.mht#bookmark1 "); webBrowser.Navigate(uri); The webBrowser translates this to " file://c:/testdoc.mht%23bookmark1 ", and then comes up with a "The page cannot be displayed" error. This is so annoying. Funnily enough, if I have a loaded document with a hyperlink to a bookmark such as above and I click on it, the '#' character is left alone, and the navigation works fine. Is there any way to stop the webBrowser control from changing the '#' to '%23'. David Thanks Sriram, This is helpful to know, though it tur ...Show All
Game Technologies: DirectX, XNA, XACT, etc. R2VB - "Status Resolved (External)"?
I would like to point your attention to... https://connect.microsoft.com/feedback/ViewFeedback.aspx FeedbackID=238739&SiteID=226 ...since I never got an answer to what "Status Resolved (External)" actually means. Thanks Ah, allright.. damn. Thought it was "resolved" by some "external" source.. like a 3'rd party... something ...Show All
Visual Basic upgraded os, now can not find .dll
I work for a company who just recently updated their OS from Windows 95/ 98 to xp. The most important program they run was custom made and worked fine in the older OS. When it is run on XP it has an error before it even opens saying "Run-time error: Dxinit.dll not found" . I have talked to the original programmer who said that .dll was custom made and needed to be upgraded already to work on 98. My question is this, how can I get the new OS to see this .dll and run the program I have the VB project files and all the info for installing and compiling. The original .dll file was written and worked with windows 95. It then had to be rewritten when they started putting the program onto Window ...Show All
Smart Device Development Telnet Client in Pocket PC
Hi I want to develop a Telnet client for pocket PC using C#.net. But I am not getting any resource to do that. Pleae suggest me how to do that. If you know some resources that will help me please send me Regards Bijaya. Here's everything you need to know: http://www.faqs.org/rfcs/rfc854.html Device implementation would include opening TCP connection (say, using TcpClient class), transmitting/receiving data according to the document above and printing it on the screen whatever way you like. ...Show All
Software Development for Windows Vista mcms - VA Error please contact site Administrator
Hi I got a error in mcms db.( VA Error Please Contact site Administrator ) In my application, i am using Sharepoint 2003, mcms 2002 and SQL server 2000. I using mcms placeholder in portal and retrriving the data's from mcms. in production i got a VA Error some times. Once this error comes full production stop. we have a temperature solution. i.e, There were two process on the mcms db that were bloked. These two were both owned by vzh/rc_admin - one was select command and other a DBCC. When the two processes were killed, the application retured to normal functioning. i need a permanant solution. Please do the needfull Thanks Jenkins Try the “ Where Is the Forum For... ” forum. ...Show All
