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

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

RizwanSharp

Member List

Alex.Zealot
KeeperMustDie
sandeepbhawsar
CetinBasoz
rad9k
Bob_dlonra
EZ1976
Michael W Powell
AlexBB
Bulldog.NET
jigsaw-ols
WXS123
yzhang12
Reza Bemanian
kemal
Hans_Schmucker
87jerome
EADM
vc#tyro
JERRYa
Only Title

RizwanSharp's Q&A profile

  • Smart Device Development does a toolBarButton with pushButton style not popup contextMenu??

    Hi, I need to have a menuBar with some images, which when selected should popup a menu. But the toolBar does'nt provide the exact thing what i require. It does'nt popup the menu when the button style is pushButton. It works only with dropdown style. But this style also displays the dropdown arrow. Is there a way that i could let the menu popup for pushButton style button Thanks, Hari. Please see answer from this other thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1158634&SiteID=1 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What is the XNA substitute for Microsoft.DirectX.Direct3D.Line?

    I was just looking through some of my old Managed DirectX projects trying to convert various parts to XNA and figuring out how to draw a line in XNA was one thing that I'm not having an easy time converting. I started to go down the path of using DrawPrimitives and was able to get a line drawn on the screen but I had no control over. It seemed like the fact that I got a line at all was more of a fluke than anything because I was just setting parameters to see what they changed without really understanding what each one meant. Has anyone else been playing around with drawing lines to the screen and want to share the method they used I'm going to keep playing with it, but I've gotten about as far as I'm going to without discovering some new ...Show All

  • SQL Server Create Table from Row Data

    Hello, In SQL Server 2000, is it possible to take a table with one field (column), and pivot the table so that the characters in the row data become the field (column) names of another table ( or in a View) The number of records could vary. If so, how would I do this Sample table; Create Table dbo.MonthlyData ( Categories varchar(30) NOT NULL ) Sample data; Sales Volume 2005-02 TotRefVol 2005-02 Sales Ratio 2005-02 Sales Volume 2005-03 TotRefVol 2005-03 Sales Ratio 2005-03 Sales Volume 2005-04 TotRefVol 2005-04 Sales Ratio 2005-04 Thanks again. I had a couple of questions; -Procedure sp_executesql expects parameter '@statement' of type 'ntext/nchar/nvarchar'; nvarchar has a 'size' limit ...Show All

  • Visual Studio Team System Uninstall Team Foundation Server

    Hello, 1. I installed Team Foundation Server beta 3 and now I want to install the release version. I have no data in the beta 3 so I want uninstall without the upgrade process. I didn;t find any document of uninstall process can some one help me just perform uninstall 2. How can I move the database from the default location to a new drive Thanks 1) The easiest path if you don't have any data to save is to drop the databases (include the sharepoint ones), uninstall sharepoint, then do a fresh TFS install 2) You can do this with SQL Server Management Studio - you detach the database, move the mdf and ldf files, then re-attach it at the new location. You'll want to do this whi ...Show All

  • SQL Server How to Dynamically pass shared datasource connection string

    How to pass a connection string while calling a report via url or via rennder webservices reportingservice.asmx method. Is it possible to build the shared datasource connectionstring programmatically., Please help i have 4 identical databases, want to use one report for all the different databases. pass the database info before calling the report. Thank you very much for the information. Here is the article i found on net expression based connection strings in reporting services: http://softlogger.com/653/SQL-Reporting-Service-SSRS/More-fun-with-expression-based-connection-strings-in-Reporting-Services.aspx Please share, if you have any other tips on expression based connection string ...Show All

  • SharePoint Products and Technologies IE Crashing when opening Sharepoint list

    When a user tries to open a list in Datasheet view on our sharepoint site they are being welcomed by the nice 'IE Has encountered a problem and needs to close.' Error.  This just started a couple days ago.  This is to the point that I can't open a couple of my administrative lists anymore. We are currently running: WSS v3 MSSQL 2000 Happening on IE 6 AND IE 7 Office 2003 ONLY I have Sharepoint Designer 2007 - This has been installed and used for a couple of weeks before problem arrived. ONLY seems to be happening on Service Pack 2 computers.  I've seen lots of posts about deleting the dll 'OWSSUPP.DLL' when running Office 2007 or uninstalling ALL office 2007 products.  However I am receiving this on seve ...Show All

  • Visual FoxPro Email from Visual Foxpro 9.0 with Lotus Notes

    We were using EReports which allowed us to email from Foxpro. Due to server changes for spam filtering, the product does not work anymore. We can email within the our facility but not to outside vendors. Is there a way to create and send the email using CREATEOBJECT() [like we do for opening Excel files] without Notes actually opening up. Thanks for any help! Paul At the FoxWiki, see the section that starts off with the line of code reading: DEFINE CLASS cusNotesAutomation AS CUSTOM Methods To Send Report By Email http://fox.wikis.com/wc.dll Wiki~MethodsToSendReportByEmail~VFP ...Show All

  • Visual C# Toolbox Icons screwed up

    Hey everyone Recently when I opened Visual Studio 2005 I noticed that all of my icons in the tool box are screwed up. Now this isn't the end of the world, but I have noticed that alot of times I am fuzzy on the name of the control over what that dumb little icon looked like. Has anyone see this before Any ideas on how to fix it Thanks Kenzie found a solution that doesn't reset your toolbox ... 1. ensure you have the toolbox displayed before proceeding 2. goto 'tools' > 'import & export settings' 3. select 'import selected environment settings' then click 'next' 4. select 'no just import my new settings overwriting my current settings' then click 'next' 5. select 'my settings' > 'curre ...Show All

  • SQL Server T-SQL Badly needed

    To one of our sql server database Table A , we need to migrate data from another sql server database Table B . Assume there are two columns in a table namely OrderID and Comments . Here OrderID is a foreign key. And therefore, I can have any number of comments for a Particular OrderID. Thru a TSQL query, I wish to have all the Comments data beside the OrderID seperated by comma like Ord1 Comm1, Comm2, Comm3 Ord2 Comm5, Comm6. Comm7, Comm8, etc., This is just the thing we used to do for numeric columns using GROUP BY statement as SELECT ORDERID, SUM(ORDER_TOTAL) AS AMT FROM B GROUP BY ORDERID Want to know how to achieve similar effect with Varchar type of data. I'm currently using Cursor to concat, but it is taking long l ...Show All

  • Visual C# Vb.Net Vs C# .Net

    I did a lot of projects using VB .Net, I know that C# is a very powerful language. But the two languages seem to be the same although most of the big projects, world wide, are implemented using C#. I am asking the advantages of C# over VB. Is there is a big importance for me to learn C# there is actually alot of topics about this whole VB.NET vs C# - do a forum search as sometimes such topics can get out of control..... :-) C# is just more of a professional language and is just "quick" in terms of syntax. There is no difference really - at the end of the day everything gets compiled down to the MSIL/CLR meaning pretty much the same framework language - everything uses the same framework. VB.NET 2005 is more ...Show All

  • Smart Device Development Adding Custom Today Screen Item

    Actually I need to add a "cutom today screen Item" to Pocket PC automatically when message has been reached to my messenger. I am presently working on Visual Studio.Net 2003( Compact Framework1.1). Actually I have tried this link: C:\Documents and Settings\Administrator\Desktop\malleswar\adding image\Creating a Pocket PC Today Screen Plug-in with the _NET Compact Framework.htm but for building Embedded Visual C++ (eVC) has to be used. If u know better way than this plz guide me. HI Manav, Thank you very much. Finally i could open. Again completely removed it and installed. But here I tried to perform release, build. But I got this error while building. fatal er ...Show All

  • Visual C# video buffer

    Hi.. im developping a client-server application in which i stream video.. i take 5 frames every second and send them to the server like this.. private void timer_snap_Tick(object sender, EventArgs e) { byte[] bpic; MemoryStream ms = new MemoryStream(); pictureBox_snapshot.Image.Save(ms, System.Drawing.Imaging.ImageFormat.Jpeg); bpic = ms.ToArray(); if(bpic.Length <5001 && bpic.Length >800) m_VideoSocket.Send(bpic); ms.Close(); ms.Dispose(); } Two possible reasons I can think of. You're using a UDP socket (correct for streaming video) and you're losing packets. More likely: a synchronous Send() over the Internet is going to be slow; you're losin ...Show All

  • Visual Studio Team System List and explanation of Microsoft-namespace fields

    Is there anywhere a list of all Microsoft-namespace defined fields I want to reuse as much as possible before defining my own fields, but it is not always very clear what the fields are used for (e.g.: ActivatedBy) By the way, it is absolutely safe to reuse these fields, as they have no pre-defined logic, which would affect all work item type definitions. For new work item types they are like any other custom fields. thanks, Alex ...Show All

  • .NET Development Error reading the HTTPListenerRequest InputStream

    Hi Friends, When I try to read the incoming client request data using the HttpListenerRequest.InputStream property, I'm getting the following exception (not everytime) - System.Net.HttpListenerException: The I/O operation has been aborted because of either a thread exit or an application request Server stack trace: at System.Net.HttpRequestStream.Read(Byte[] buffer, Int32 offset, Int32 size) at HttpListenerLibrary.HttpListenerWrapper.ProcessRequest() in C:\AcsSim\HttpListenerLibrary\HttpListenerLibrary.cs:line 901 at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Mes ...Show All

  • Windows Search Technologies WDS 3.0 RTW fails to start

    Hello, Install of WDS 3.0 RTW in WinXP ended OK. As it did not start automatically, I started it manually, and found that the Windows Search service is not running. Windows Applications Log reveals: The Windows Search Service has failed to created the new system catalog. Internal error <7,0x80070002>. Any hints Marek David, I have WDS 2.06.6000.5414 up & running OK for some weeks now. Regards, Marek ...Show All

©2008 Software Development Network