Software Development Network Logo
  • Game Technologies
  • Visual FoxPro
  • Smart Devicet
  • SharePoint Products
  • .NET Development
  • Visual Studio
  • Windows Forms
  • SQL Server
  • Visual Basic
  • Audio and Video
  • IE Development
  • Microsoft ISV
  • Visual C++
  • Visual C#
  • VS Team System

Software Development Network >> Abdulkadir's Q&A profile

Abdulkadir

Member List

Joel Martinez
AdamReith
dwl
Sugan
Poppa Mike
Ahmed Fetouh
moreOncoding
h1
QWERTYtech
mertkan65
Oleg Ignatov
Wilk06
ihar3d
wei jia jun
gallarock
Tess_H
balasaravanan_v
Nick Tompson
Akuyume
Peter Cwik
Only Title

Abdulkadir's Q&A profile

  • SQL Server A Little Basic Help needed (SQLServer 2005) Merge Replication

    Hi all, We are using SQL Server 2005, on Windows server 2003 R2. We Have Two Database Servers say DBServer1 and DBServer2, Now I wants to do Replication between these to servers, such that 1. The Changes at DBServer1 should be reflected at DBServer2 2. The Changes at DBServer2 should be reflected at DBServer1 3. Changes includes Data changes and Schema Changes 4. After every Synchronization Both Databases should be Identical I tried doing so, what i did was I cofigured Distribution at DBServer1, also Publisher and Publication at DBServer1 and Made a Subscription at DBServer2. What I successfully done is If Publisher means DBServer1 do some changes then it gets updated at DBServer2. But New Rows added at DBServer2 doesn't gets added at DBSe ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 3d cube plus basic shader rendering problem.

    Here is the code, i know it's full of improper techniques as I am currently trying everything to make it work. MDX 1.1 in C# express. Trying to draw cube with texture using .fx file. Very little of the texture renders, can't see any outlines or primitives rendered on the cube. The parts that do render flicker so i know i am "looking" at the cube.. Changing the number of primitives and primitive type renders different portions of the texture but still all wrong. Cube code: primitive = new CustomVertex.PositionNormalTextured[36]; Vector3 topLeftFront = new Vector3(-0.5f, 0.5f, 0.5f); Vector3 bottomLeftFront = new Vector3(-0.5f, -0.5f, 0.5f); Vector3 topRightFront = new Vector3(0.5f, 0.5f, 0.5f); ...Show All

  • Visual C++ Suggestions for code for records of varying formats

    I have a file with a variety of record formats. The code shown below is a sample of how I process the records. The code works; I will use it unless someone has improvements I can use. So I am only asking for comments and suggestions for the code. In this sample code, I have only four record types but in my actual code I have many more formats. Also, in the sample code, the data is supplied in the sample but of course for the actual code the data is read from a file. The code is creating a vector (typeSampleDataVector)  of the records, then processes the vector. The records will only be shown, I don't need to update them. I am actually creating the vector for use in a MFC document and the data will then be shown in custom wi ...Show All

  • .NET Development .NET Framework process mscorsvw.exe makes unexplained sound

    When my computer is sitting idle, every few minutes I hear the windows sound "Windows XP Exclamation.wav." With the task manager open and the processes listed in order of CPU usage, I can see that when this sound plays, the process mscorsvw.exe has just moved toward the top of the list and usually after a few seconds it goes back down toward the bottom. I have searched the internet and Microsoft.com for posts or explanations related to this problem, but I have found nothing. There is no ramped up hogging of CPU resources by the process mscorsvw.exe taking place on my computer, as many others on the internet have reported regarding this process. The sound is simply a nuisance and I would like to know why it is happening and if it ...Show All

  • Visual Studio MSDN Download

    I downloaded the May 2006 MSDN (all three ISO's) a couple of weeks ago, and it seemed to install OK, I was under the impression that I would see a difference in VSE help/documentation, like the plethora of broken links etc would go away, and it wouldn't crash when I just down VSE - but alas nothing seemed to changed. Yesterday I installed another IDE to see if it handled nested partial classes better than VSE (or VS anything as I understand) it, imagine my suprise when I asked me which documentation set I wanted it to use, and one of the options was MSDN May 2006. There is was, no broken links, Interface definitions etc. How can I get VSE to integrate with MSDN May 2006 FYI the other IDE didn't handle nested partial classes very ...Show All

  • Internet Explorer Development How do i read URL from Internet Explorer 7 Tabs

    Hi, I am trying to read URL from Internet Explorer 7 tabs. I am not able to parse . Can any one tell us. how to get url from IE 7 tab. Sheik I need a little more info before I can give you the best answer. What do you mean from the tab Do you have the IWebBrowser2 of the tab The HWND of the tab How are you accessing it From the page, in an extension Let me know the specific scenario and I'll try and help. -Reza ...Show All

  • Visual Studio 2008 (Pre-release) Wrap panel will not wrap

    I am trying to populate a list box with x number of buttons. I have it in a ListBox wrap panel but it will not wrap. Below is how my window is set up. No matter what I try it will not wrap the buttons, they are always in a straight horizantal line. It wraps the the size of the window but when the windows is resized the buttons do not change their wrapping.   < Window x:Class = " TestCOMCall.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " TestCOMCall " Width = " 500 " Height = " 500 " > < Window.Resources > < DataTemplate x:Key = " SourceButtons " > < Button Content = " {B ...Show All

  • Software Development for Windows Vista VS2005 (C# compliler) on Vista

    I'm trying to compile an application with VS 2005 (C#) on Windows Vista, but it won't compile. The error I get is: 'The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)' C:\Users\MyLogin\Documents\Visual Studio 2005\Projects\AppName\LC I have no reference to anything called "LC", and there's NOTHING in the code that references anything called "LC" (e.g. No variables, no component names, no methods, no properties, etc.) Anybody got any ideas The project is a web application project, and works fine on WinXP using VS2005 Cheers Steve ...Show All

  • Visual Studio 2008 (Pre-release) WCF Large message size Issue

    1) Service returns a List back to the client. 2) Service is of type netTCPBinding 3) It is hosted as a windows service 4) The dataobjects in the list are heavy weight objects. (each item in list can be about even 1) 5) If the number of objects crosses 2-3. WCF throws the error message present in appendix named “ Buffered Error ”. I checked this error message on the internet and it doesn’t return many resolution. 6) I tried changing the following attributes to its maximum values but it still doesn’t help a. maxBufferPoolSize b. maxBufferSize c. maxReceivedMessageSize d. maxStringContentLength e. maxArrayLength f. maxBytesPerRead ...Show All

  • Visual Studio Tools for Office create a new worksheet in a excel file using VBA

    I have a button on the sheet1 of the excel file and when i click on the button, i want it to help me create a new excel worksheet and put it at the last sheet and name the sheet base on date by the format "YYYY/MM/DD" can anyone teach me how to do this. Thanks Hi :-) This forum is dedicated to the VSTO technology: a way to substitute .NET code for VBA in Word and Excel. In order to get help with VBA questions for Excel, you need to ask in the excel.programming newsgroup which you'll find here: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.excel.programming&lang=en&cr=US Enjoy ! ...Show All

  • Visual Studio Tools for Office VSTO w/o Excel and Outlook

    Hi, I wrote an add-in for Word. I want to distribute it with VSTO. But if the user does not install Outlook, installation cannot continue due to VSTO. I want to distribute this application with only one prerequisite: Word 2003. What should I do for this Thanks... The PIA Check takes a GUID command-line parameter. You pass it the various GUIDs of the office applications you want to check if the PIAs are already installed. If you are just wanting to check Word, you would call it as follows: PIACheck.exe {1C8772BD-6E6F-4C9D-8FF8-B5EA072F86EF} If the PIAs for Word are installed then the check returns zero (0). If they are not installed, then the check returns a non-zero value, and you'll want to install the office PIAs. AppCheck.exe works ...Show All

  • Software Development for Windows Vista using Dataset to exchange data

    Is it possible to exchange typed dataset in workflow I am getting an exception that dataRow is not serializable and hence can not use it exchange data. I am trying to use it in ExternalDataExchange implementation Please advice. Thanks, Hiten Hi Hilten, A DataRow is not serializable, but DataTable and DataSet are; so if you DataRows are stored in a typed (or untyped DataSet) or in a DataTable you can "ExternalDataExchange" them (I've just tested it before) Hope this helps ...Show All

  • SQL Server Count number of pages sent to printer

    Is there anyway to count number of pages sent to the printer, to track them Do you mean in Reporting Service Then you are in the wrong forum HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • SQL Server pass large xmlstring to sql server 2000 stored procedure

    Hi, Can I use DBType.XML in .net 2.0 to pass xml string to a stored procedure in sql server 2000 It's just that I know sql 2000 does not have xml type. If this is true then how is it possible to pass very large xml string to a stored procedure parameter Remember that the xml strings may be more than 10000 characters. At present, using .net 2.0, I am passing xml string using DbType.AnsiString with length of 50,000 and the stored procedure parameters that accepts the xmlstring is of type text. I tried using DbType.XML in .net 2.0 but noticed that sql 2000 does not accept it. Do you also know the max length of AnsiString Your thoughts please Thanks you Hi, I do not wish to break the xml into smaller piece ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Reading information

    I recently extracted all date out of a 2d game I used to play And that includes about 5Gb of images and a bit of text. My Question is do I have to load all images separately into the content pipeline. or can i use the text information provided inside. Here is a snip it its on the tilling system: 3.info.tS syarenInside //what folder too look in (../tile/syarenInside.img/) 3.info.tSMag 1 //unknown 3.tile.4.x -360 //tile 4 x position = -360 3.tile.4.y 180 //tile 4 y position = 180 3.tile.4.u enH0 //tile 4 is an enHo tile 3.tile.4.no 2 //tile 4 enHo number 2 = enHo.2.png 3.tile.4.zM 0 //unknown 3.tile.15.x 90 //tile 15 x position = 90 3.tile.15.y 180 //tile 15 y position = 180 3.tile. ...Show All

©2008 Software Development Network