ekynox's Q&A profile
SQL Server log shipping out of sync
I have set up a database with log shipping to the backup server. I have actually set it up multiple times because it continues to get out of sync, and I do not know another way to get it back in sync (despite much effort to learn how). I have not found much documentation in BOL, nor in the on-line areas that I can find. I have not been able to discover why it keeps getting out of sync. If there is anyone who may shed some light on this, I would ...Show All
Visual Basic Get ANSI values for a char?
Is there a way to return the ANSI value for a char or string For example, is there a way to return 34 for " or 65 for A Thanks Dave there may be a simpler way, but this works - Dim bChar As Byte = System.Text.ASCIIEncoding.ASCII.GetBytes( "A" )(0) ...Show All
Visual C++ Compiling VS 2005 Beta2 to a mounted network share
Hi, I tried to do the following. Create a simple c++ hello world app over on a mounted network share (lives on a netapp box). Created the project just fine, but when doing a compile, it fails. Here is the build log file. Any idea what is wrong Clearly I have write permissions to the files. Ok, in writing this query, I decided to try it to a network share on another windows box (our server). Again mounted as a ...Show All
Windows Forms Is there flexgrid in VB.NET?
hello all, Does any know how to get the flex grid component in VB.NET If so, please show me how. Thank you, CVl How are you getting the address information, if from a database, then read up on ADO.Net, you only need&n ...Show All
.NET Development Data grid update problem - index out of range
All, I'm new to .Net and ASP (previously worked in Access using VBA and ADO so everything is totally different and confusing!!).... I've got a web page with a data grid on it. I used the Microsoft Help walkthroughs to generate an update command to update data in my Access database. This works on another page with a primary key that is of type string. However when I try to update my current page I get an Index out of range error, and I'm sure ...Show All
Windows Forms Override??
Hi, You know there is a mouseclick event for the objects on a form. I create a class which extends panel and i want to use mouseclick event for every object that i create from this class. I think i should override mouseclick evetn.. How&nb ...Show All
SQL Server ADODB Vesion 7.0.3300.0 in vb.net
Hi, I have developed an application in vb.net 2005 Standard Edition and is running fine in my local machine. The executed version of the same application i tried to run in other machine and getting an error as follows :- " Unable to install application. The application requires the assembly ADODB Version 7.0.3300.0 be installed in the global assembly cache (GAC) first " Can you somebody help me to solve this problem. Thanks ...Show All
Visual Basic VS Crashes
Hi, I have upgraded a VB6 project to VS2003 no problems. I am now trying to upgrade from VS2003 to VS2005 - the conversion runs with no errors and states it was successful. However, when I go into the project in VS2005 and try right clicking on the project and selecting properties Visual Studio crashes every time. I was however able to build the project with no crashing - just can't seem to see the project properties. This has been th ...Show All
Visual Studio Express Editions change the next field jump from tab to enter
Hi! Is it posible to change the key to jump to the next field from tab to enter thank you very much Using the Tab key to move from field to field is not a part of .NET, but a part of Windows. .NET provides facilities to work with the tab order because it is such an inherent part of the Windows interface. Let me first say that I would generally consider changing this behaviour to be a ...Show All
Visual C++ Radio button in MFC
Hi, I am testing a group of radio buttons in MFC dialog application with Visual C++.Net. I want to test these radio button group to be selected only one at at time. I tried it in Visual C++ 6.0 and could work. But when I tried it on VC.Net, I can select more than one. The problem is that I don't know how to set the properties for them. Any idea pls Thanks VCboy Set group property to true for first item and fal ...Show All
Visual C# Make a Cab file
hi i am mehmet my questions about cab files i am create cab file but i cant make in c#.net process in cab file : two running exe later one text file copy from my computer to Mobile Device. And Later copy database backup file from my computer to Mobile Device. ...Show All
Windows Forms Saving a picture
I have a picture box that i can draw in using mousePath.AddLine This works well but now i need to save the image into a datadase. Can anyone let me know how to do this And what datatype in the database table should I use What about to save a document in the same table Great example, thanks. ...Show All
.NET Development Multiplayer game
Hi, I am developing a simple multiplayer game in VS 2005 using C#. Each player would have an individual copy of the game running which would connect to a server. The app running on the server would continuously listen on a specific port for the players and when the two players notify their presence,the server app would would transfer information from one player to the other. Can you tell me the .NET classes that would help me here. T ...Show All
Smart Device Development COM interop with STL-based collection enumerators
I've run into a COM interop problem with a collection enumerator based on the ATL ICollectionOnSTLImpl class. After encountering the problem in my own project, I created a small sample project and have run into the same problem using just the sample code provided in the article Implementing an STL-Based Collection . Here's the situation: Create a Visual Studio 2005 solution that contains a managed Smart Device application written in C# and a CO ...Show All
Windows Forms Transparent key- Annoying? help me!
in vb '05, you can set the transparency key for the form, thus all of that color will be invivisble. This also work on things like picture boxes, blah de blah. So if you have the transparency key set to WHITE, and you have a picture of a yellow face on a white background. The white part of the background will be transparent. However, it just not go transparent to the form. It goes straight through the form, and if you click on the invisible part ...Show All
