Anton Rapoport's Q&A profile
Community Chat Creating A new OS
Hello, I just wanted to make a question What knowledge would it take to make A operating system if you could tell me Cause I am starting to get into building program it may take A long time but dont worry one day your data will be safer then ever I am hoping to do a couple of things in here against bug/virus Encryption and hard ways to get past stuff... If someone would be willing to help me out... Danka sir! For the original C (and similar for Unix) they did bootstrapping, for example they built a small version (some features) of the C compiler using assembly, then they wrote a better C compiler (not all features of C) using the C compiler they had made with assembly ("the chicken and egg" problem :o), then they ...Show All
Game Technologies: DirectX, XNA, XACT, etc. What's the competition like?
Hello everyone, I was just wondering if there is a list anywhere of the people and/or teams that are competing in the Dream-Build-Play contest Does anyone else wonder what the competition is like and what games are being worked on for this Thanks, jay e I'm also working on a project for the competition. You probably all know about my game, but I've got a few surprises which I'll reveal later. ...Show All
Windows Forms Using addingnew with bindingsource
I have a table with an autoincrement field as primary key and a few other fields. I have successfully created data binding it works fine. I s possible to have a value filled in one of the fields whenever i click the plus(+) button on the toolstrip of the binding navigator. The field which i want to fill is not the primary key field. I tried using addingnew event of the binding source but its now working well. Thank you. Private WithEvents myTable As DataTable Private defaultName As String = "Orchids" Private Sub myTable_TableNewRow( ByVal sender As Object , ByVal e As System.Data.DataTableNewRowEventArgs) Handles myTable.TableNewRow e.Row.Item( "theColumn" ) = defaultName E ...Show All
Visual C++ C++/CLI InteliSense from XML comments breaks with generics
When creating C++/CLI classes to use in C# applications, the InteliSense information created from XML comments fails to appear for a method if any of the parameters to said method use generics. Example: Say I have the following C++/CLI class: /// <summary> /// Stuff about Class1 /// </summary> public ref class Class1 { public : /// <summary> /// Does value stuff in the first class /// </summary> /// <param name="a"> The lone value parameter </param> static void DoStuff1( int a) { return ;} /// <summary> /// Does reference stuff in the first class /// </summary> /// <param name="a"> The lone reference parameter </param> stat ...Show All
Windows Forms Web page detect if opened from WebBrowser control
Is there a way to have an aspx web page know if it's opened from a WebBrowser control in a windows form One way would be to append a querystring to the url, but would there be a way to detect it from a property in the web page's code the windows form is .net 2.0 thanks To the server, the WebBrowser control will look just like IE running on the client unless you manually add some kind of identification token. You could do that my modifying the user agent string, appending a query string, attaching a cookie or any number of other ways, but none of them will just work. ...Show All
Windows Forms Help with listview
How would I go about getting my listview like this http://channellist.aresunlimited.net/listview.png Hi, have you tried searching for ListView OwnerDraw as I think you will find the answer here. Some other info on this here: http://msdn2.microsoft.com/en-us/library/system.windows.forms.listview.ownerdraw.aspx ...Show All
Internet Explorer Development AutoSuggest Drop-Down: iexplore.exe - Application error.
Whenever I close down IE, I got a dialog named as Subject "iexplore.exe - Application Error" " The exception Privileged instruction. (0x0000096) occurred in the application at location 0x0332b2b0. Click on OK to terminate the program Click on CANCEL to debug the program " What's wrong with my IE7 please It's really annoying!!! For serveral months already. Can anybody help please Cheers JIA Pei I also get this.I have de-installed IE7, and re-installed. That didn't help.I tried disabling some plug-ins, but didn't get very far. That didn't help either. ...Show All
SQL Server Problem after applying snapshot publication to subscriber
Hello all, I have a unusual problem with a snapshot publication that I am having a hard time troubleshooting. The servers in question are all SQL 05 Enterprise. Here is the scenario: Staging Server - This server acts as the publisher of the snapshot Production Server - This server is the subscriber of the staging snapshot Cascade Servers - These servers receive transactional updates from the production server The staging server applies the snapshot to production successfully. From there the production server has a transactional publication which the subscribers are the cascade servers. This model worked for a long time where we would generate the snapshot apply it to production and the updates would be sent to the cascade serve ...Show All
Visual Basic Closing a Form?
Hi every one, I have a problem with closing form in vb.net.I have tow forms ,form1 with botton1 and form2.I have this code in botton1 to open form2 Dim newmform As New form2 newmform.MdiParent = form1.ActiveForm newmform.Show() but the problem is I want to close form1 after openning form2. this issue was very easy in vb6 with the event form1.close but I cannot do that in vb.net. so please give your help. thanks Mr. Ahmedaliyas thats what I'm talking about , you give me solution for somthing I have search for it long time. thaks alot ...Show All
SQL Server How to get Top 3 records in the group level?
Hi all, I have a query which is grouped by a field called R_ID, which gives me a list of records for each R_ID. So here is the thing, I want to get only top 3 records for each R_ID. I tried using 'select top 3....', but the result is not what I wanted. It doesn't consider the grouping. Is there any way to achieve this task Please let me know if some body has any idea. Thx. The answer depends on whether or not you have SQL Server 2005 or SQL Server 2000. If you are using SQL Server 2005 you can use the ROW_NUMBER function. What is also needed is to know what field you are ordering your groups by (to get the top 3). Dave ...Show All
SQL Server Problems Creating AS2005 Database from XMLA Script
I thought I would be tricky and recreate my AS2005 database from an XMLA script. So, using SSMS, I: Scripted the entire database ("Warehouse") into an XMLA script. (Right click on the database, "Script Database as", "CREATE to", "New Query Editor Window". Deleted the existing "Warehouse" database. Ran the script, and got the error... Either the user, <username>, does not have access to the Warehouse database, or the database does not exist. So I created an empty "Warehouse" database and got the error... Errors in the metadata manager. The database with the name of 'Warehouse' already exists in the '<servername> server. What am I doing wron ...Show All
Visual Studio Team System Help me to get started...
I've installed VS 2005 Team Suite. Nothing was installed before. Now - how i can connect to the Team System Server All guides just refere Tools->Connect to the Team System server menu. But I don't have one. Maybe I missed something during the installation Thanx Team Explorer (the client for the Team Foundation Server) must be installed into your Team Suite. To do this, insert the Team Foundation Server installation disk and install the client. Alternatively you can download it from here:- http://download.microsoft.com/download/2/a/d/2ad44873-8ccb-4a1b-9c0d-23224b3ba34c/VSTFClient.img You'll need to rename the downloaded img file as an iso file if you want to use it with most disk burning applications ...Show All
.NET Development RowUpdated event for Provider Independent DataAdapter
I am attempting to move to the Provider Independent classes for Data access. Mostly it is going well but I have hit a wall trying to setup the RowUpdated event on a DataAdapter. Using the OleDb classes I would use: System.Data.OleDb. OleDbDataAdapter da; // set up dataset and read table etc...... da.RowUpdated += new System.Data.OleDb. OleDbRowUpdatedEventHandler (My_RowUpdated); Unfortunately the System.Common.DbDataAdapter class does not appear to have a public RowUpdated event handler and so I have to use some casting to make it work: ((System.Data.OleDb. OleDbDataAdapter )da).RowUpdated += new System.Data.OleDb. OleDbRowUpdatedEventHandler (My_RowUpdated); Am I missing something here Is there a way to achieve th ...Show All
Visual Basic Word.doc
Is it possible to open a word.doc in a RichTextBox and if yes, how You can open a word.doc in a RTB without it throwing an error but it's just a few unreadable characters. Is there any way to open a word.doc in VB.net ...Show All
Visual Studio Express Editions idiots code book
hi everyone, i am a beginner to vb as are many who post here, i am putting together a book that explains all code statements and explains how they work and what they are doing better then some of the books i have read. i there is anyone who can submit their error mesages and solutions that will be great, also i will be posting all kinds of command questions as i have already done to others on other posts and i would be gratefull for yoiur explanation comments. i want to start with accept changes why do i use it and wehn dio i use it, what is it for thanks I have actually written a book but it hasn't been published yet (and I don't know if it ever will be!). I would rather suggest that y ...Show All
