jayaraja's Q&A profile
Visual Studio Express Editions Help Needed
I have made a web browser but i don't know how to make it the when im using that web browser and i click open in new window and it opens a new web browser form the same program and wont open a new windows explore brorowser. Can anybody help me You need to begin by creating a class with a webbrowser control and learning how to have that class instantiate a webbrowser. Here's how I did it on the outside. Dim a As New Tabp(TabControl1, lv) ' I instantiated the class, handing it the tabcontrol... I think this allows the class to get the dimensions of the tabpage. Here "a" is the instantiated class. (Don't worry about LV) TabControl1.Controls.Add(a.GetTab) ' Here I called ...Show All
Visual Studio Express Editions emailer form
Im tring to make a form that a user can fill out and send all the data in the form to my email... so far i have 2 text boxes, 1 Text field and a button What would be a code for this Thanks i dont have a mail server i was hoping i could just make it send the information directly over the web and to my email... Is there anything else i can do ...Show All
Visual C++ Automation server can't create object.
Hey, whenever I try to create a MFC Application (C++) project, I get an error saying "Automation server can't create object". It does not open any type of project workspace, although it saves an empty project. I've just installed it (Full Installation) and this happened the first time I tried to create a project. Any ideas about this Thanks I'm having the same problem -- all of a sudden. When I try to create a project in Visual Studio.Net (version 7.1.6030); .Net Framework 1.1 Version 1.1.4322 SP1, I receive the error message "Automation server can't create object." I downloaded what I thought was Windows Script 5.6. On the Microsoft website, the version listed is 5.6.0.8831, bu ...Show All
SQL Server SMO Weirdness on SQLExpress box
so i created a SMO console app (.exe) that backs up all user databases. we scheduled it via windows scheduler and life was good... THEN we had to migrate our sqlexpress instance to a different server and this ofcourse included migrating the SMO scripts I had written. The scheduled task keeps failing and the eventlog is recording events in the appLog. I noticed that in the GAC the SMO assemblies are present but i dont see the ProgFiles\sql server\90\sdk\assemblies directory where I thought the dll's physically resided at. Also I installed vb2005 express edtiion on the box and it does not "see" the SMO libraries via an add reference operation. The other intesting thing is this new box has the RTM of Mgmt. Studio Express and it runs just f ...Show All
SQL Server About SQL SERVER 2005(Stored Procedure) & Dot Net 1.1
I create a new stored procedure in SQL SERVER 2005 .It it is stored in " C:\Documents and Settings\mmm\My Documents\SQL Server Management Studio Express\Projects" as (some_name).sql .it takes this links by default . Then I exeecute it with this command "exec InsertValueIntoTable ;" BUT when i want to execute with clicking the execute button in the then gives an error " Could not find stored procedure 'InsertValueIntoTable'." Hi, Please post your question in the following forum. http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=87&SiteID=1 Thank you, Bhanu. ...Show All
Visual Studio Express Editions Dll Errors
I tried using VC++ to create a win 32 appon a Win XP SP2, It compiled fine. But when running, LoadLibrary gives a load address of O as a float or NULL as a string. Error code is 7E for Kernel32.dll. I tried using regsvr32 and almost all the DLLs return a " Dll loaded but DllRegisterServer Entry Point not found. I have had a hard time already configuring VC++ on my system while the Borland compiler I use on my Win 98 works perfectly. The code below will compile but wont run... #include "windows.h" int main() { HMODULE my_lib = NULL; HMODULE my_lib = LoadLibrary("kernel32"); printf(" load Library is at %x ", my_lib); return 0; } That is strange! I just tried it on my ma ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Problems with GraphicsDevice.ResolveRenderTarget
Hi, i have a little problem with rendering my terrain. It runs with about 400 Frames. Now i want to add water to my terrain and I want to render the terrain to a texture using RenderTarget2D. All works fine an render the terrain to texture runs with about 300 frames per seconde, but if I copy the rendertarget to a texture using GraphicsDevice.ResolveRenderTarget, i have only 2 frames per seconde. Does anybody, how to resolve this Here is the code: // Initializiation reflMap = new RenderTarget2D(GraphicsDevice, 512, 512, 0, SurfaceFormat.Color); public override void Draw(GameTime gameTime) { GraphicsDevice.SetRenderTarget(0, reflMap); GraphicsDevice.Clear(Color.White); Render(); this.GraphicsDevice ...Show All
SQL Server Cubes and dimensions disappear random
Hi, Since today cubes and dimensions disappear random at our customers site. Without any pointable reason the cubes and dimensions will be deleted from the cubes and dimensions folder within the analysis services database. We have double checked no one removes the cubes or dimensions. After restoring the backup file the database will run for several minutes/hours and then for some reason the cubes and dimensions disappear. We are running sql 2005 standard with SP 1. Anyone knows how we can trace the events or track what happened We have restored the as database multiple times (untill now 5 times) and the problem still keeps returning. No settings have changed and we are running the AS database for about one week from now. I have checked ...Show All
Visual C++ C++/C# InterOp and gacutil/regasm
Hello everybody, I am getting in the tough issue in my application. I hope I can get some advice from you. My application CatchAllMessages is mainly written in C++ and is used to catch messages from the internal network. I have many interfaces to display message data. But for some unlucky reason, we designed the new interface written in C# to catch a new message which has the different platform compared to messages caught in CatchAllMessages application. That's why I am using Interop to regsiter the C# DLL as the COM object. What I did was to create the DataWrapper.cpp class( in DataWrapper project ) which translates some basic data of the message, such as IPAddress and the content of the message. Then, I created the NewMessage. ...Show All
Visual Studio Express Editions DataGridView Update Error
Hi guys. I'm new at your forum but I really need your help! I'm working with DataGridView and put Update() method of my TableAdapter in the RowLeave event of my DGV. So when I add a new row it works perfectly but when i try to update some other row created before it gives me an error like this (translated from italian): Update requires a valid UpdateCommand when a DataRow collection is passed through this method I just use this construction: this .ticketsTableAdapter.Update( this .customersDBDataSet.Tickets); Can someone help me Maybe somebody knows another WORKING method to update DataGridView content. Thanks a lot. Looking forward to your suggestions :) Hi. first of all thnx for yo ...Show All
SharePoint Products and Technologies Special characters and paged grouped views
Hi all I'v run into a strange behaviour of WSS 2.0. Here is the scenario: - I have a view of a custom list that is grouped. - The field that is used for grouping is a lookup field to a choice field in another custom list - The custom list contains 100's of items, so it is paged What happens is the following: - When the lookup field used for grouping starts with any of the Swedish characters A, A or O that group doesn't show in the view - If I increase the object limit, so that all items fit into one page, the group shows Is this a bug in WSS 2.0 or am I missing something here Thanks on forehand for any help I can get! BR Malin ...Show All
.NET Development Can we have properties in Webservices
Can we have properties in Webservices like we have in iclasses and interfaces. bool StatusChanged{ get; set;} regards ...Show All
Visual Studio 2008 (Pre-release) BUG logging
Hi, I am sure someone posted and asked already but I can't seem to find the post. Anyway, could someone please give me the link whereby I can post bugs for Winodws Presentation framework Thank you very much, Jaco ...Show All
SQL Server Return first row only for each of the same group
How would I just display the first record the query comes to for each set of groupings in a certain column. Say I have some names with phone numbers and I have sorted these so that even though one person might have 3 phone numbers, the most relevant one is going to be the first one listed. I can get my query sorted where I can do it this way, but I can't seem to find a way to return the first record of a group like in the example above. If you are using 2005, you can do this with a derived table and the row_number function: select * from ( select *, row_number() over (partition by orderId order by orderId ) as rowNum from northwind.dbo.[order details] ) as od where rowNum = 1 ...Show All
Windows Live Developer Forums Longitude, latitude problem
I have been using the virtual earth control and have a couple of questions. I would like the map to initially focus over Turkey in Europe. I would then like to place a push pin over the city of Instanbul. My question is how do I find the longitude and latitude of this country and city so I can use the map control Or is there another way of doing it without knowing the longitude and latitude Thanks Danny There is an easier way, the map object got a method called 'Find' map.Find("","Istanbul,1,myCallback); the callbackfunction gets an array of VEFindResults or an array of VESearchResults, which one depends on the search parameters. ...Show All
