Software Development Network Logo
  • Visual FoxPro
  • Microsoft ISV
  • Visual Basic
  • Visual J#
  • Visual C#
  • Visual Studio
  • SQL Server
  • Smart Device
  • VS Express Editions
  • Visual C++
  • VS Team System
  • Game Technologies
  • Windows Live
  • Windows Vista
  • .NET Development

Software Development Network >> A.Gharighi's Q&A profile

A.Gharighi

Member List

Yeek
Ehud Shabtai
Phil Coveney
Dwatney
kd4gar
laklive
sdgordon67
ChromeDomeSA
Sam13
learn32dll
Coot
safetyglance
John Shiangoli
sirck sirck
Dmitry_
mbauman
elix
Virtue
m8ark
Mihies
Only Title

A.Gharighi's Q&A profile

  • .NET Development USing Winsock in .net framework

    i am currently doing a school project which requires me to convert embedded vb codes to .net framework. In embedded vb, the component WInsock was used. However in .net i was not able to find the component. Is winsock available in Visual Studio where i can drag and drop Are there other alternatives to using WInsock Please help. Thanks. There is no managed Winsock Component you can drag and drop. However you have Socket APIS in the System.Net.Sockets. You can look at the help in http://msdn.microsoft.com /net ...Show All

  • Windows Forms CrossPagePostBack

    Please! Need Help! I have two pages as followed 1. Loading.aspx                      (contain a TextBox1 and a Button1.) 2. PrintL.aspx                         (contain a TextBox2) Both pages has the same MasterPage.master When click Button1 on Loading.aspx page, it will PostBackUrl to PrintL.aspx The question is how can I pass a value from TextBox1 to Text Box2 I try using ...Show All

  • Visual Studio 2008 (Pre-release) An AsyncCallback threw an exception

    Hey! I've built a service with AsyncCallback (via http with WSHttpBinding). I want to do exact the same thing with tcp and NetTcpBinding but I'm getting an exception: "An AsyncCallback threw an exception" Is this possible or is that just a bug in January CTP Thanks. [melack] It seems that the problem only occurs in a windows application. I tryed the same thing in a console application and it works fine. Any ideas [melack] ...Show All

  • Smart Device Development hi everyone,some problems about cemail.vol Restore/backup(i want to restore/backup SMS)

    hi everyone,i am working with a program about restore/backup SMS. I found the sms information is stored in the cemail.vol's database.So i backup the databases under the cemail.vol and i delete some SMS,and restore the system databases under the cemail.vol. i can restore the SMS but i can only see the header title of the SMSs but can not open it, WHY Is it have relations with other system database i fount the pmailMsg database's record number is the total number of inbox, sended box and unfinished box .when you send SMS or received SMS ,some fldr... database is create,and store the SMS received ,SMSs you sended,SMSs that have not ...Show All

  • Software Development for Windows Vista What are the important changes in WWF Beta 2 relative to WWF Beta 1?

    What are the important changes in WWF Beta 2 relative to WWF Beta 1 Michael - you can get it from Paul's blog post - here http://blogs.msdn.com/pandrew/archive/2006/01/19/UpgradeWFBeta2.aspx ...Show All

  • Visual Studio Unspecified error when doing Get Latest Version

    When I do Get Latest Version from within Visual Studio on a complete solution or project I get the following error: Unexpected error encountered. Error: Unspecified error. File: vsee\lib\path\cvapipath.cpp Line number: 2459 When I do Get Latest Version on an individual source file, it works correctly. When I do Get Latest Version on a project from within the VSS client, it also works correctly. I got the following setup: Visual Studio 2005 Team Edition for Developers. Visual Sourcesafe 2005 C# solution containing services, web services and libraries. Patrick Hi, I've checked the issue on VSTS(Visua ...Show All

  • Visual Basic How to edit a text file by searching and replacing a character within it?

    I want to edit a text file by searching and replacing all quotes " in the file with replacing them with pipes | The text file name is mbaddress.txt and it is located at c:\ I need to do this programatically in vb.net. I already know how to open the file in a text editor and manually search and replace them. I just need some general direction to what vb commands I need to look at to do this within a program. Thanks so much in advance, I appreciate any comments. In VB 2005 / Express Public Class Form1 Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click ...Show All

  • SQL Server Storing values from an array to a SQL database

    Im not sure if this is the correct forum to ask this question for suggestions, but im gonna go ahead and ask anyways. I have an array that has the x, and y co-ordinates of a graphic that was moved around by the user on the screen. Each user will create a name for the different motion, say Motion1..2...3..etc. (so each motion is considered a different set of x and y co-ords). Im trying to figure out the best way to save this data. i thought of saving the data into either 1 table for each user or 1 database for each user with multiple tables for each motion. so the tables are going to store the x, y co-ord and any other relevant data. ...Show All

  • Visual Studio 2008 (Pre-release) Encryption with wsHttpBinding

    Is it true that wsHttpBinding provides encryption and signing of messages by dafault Can you point to some documentation on the same Kishore "By default it generates a runtime stack that uses WS-Security for message security and authentication, HTTP for message delivery, and a Text/XML message encoding. It can be configured to also use WS-ReliableMessaging for reliability." http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/cpref19/html/T_System_ServiceModel_WSHttpBindingBase.asp http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/WCF_C ...Show All

  • Visual C# Enabling Form.Capture

    I'm sorry, I'm trying to find the screen coordinates of the mouse cursor (with System.Windows.Forms.Cursor.Position ) and I've been told several times that I need to enable Form.Capture to get mouse input from anywhere on the screen. I'm not sure how to do that; I've tried several ways and I can't get it to work:         protected override void OnMouseMove(MouseEventArgs e)         {             this .Capture = true ;             textBox1.Text = System.Win ...Show All

  • Visual Studio Express Editions Creating reports in Vb Express 2005

    Are there any type of reporting features in VB Express 2005   Tried Crystal 9.0 with no luck.  Any help appreciated. John Williams Crystal doesn't come with the Express Editions.  If you're using SQL Server, you can use Microsoft's reporting services.  I think reports can be added from the new item... menu, and report controls are available on the toolbar. If you're not using SQL Server, you'll need to get a third party reporting package.  We use Active Reports, which is pretty good (but not free).  There are some free ones as well, just look around on SourceForge or another open ...Show All

  • Visual Studio Team System Performance Profiler - OutOfMemoryException

    When attempting to profile our application (consists of console application and several class libraries - all C#), I get an OutOfMemoryException thrown almost immediately upon startup. The application runs just fine outside the profiler (standalone or in the debugger). Normal memory usage of the process typically sits in the mid-20MB range, so nothing out of the ordinary going on... Any thoughts as to what might cause this -Adam Adam, What mode of the profiler are you using Sampling or instrumentation Also, if you could give me a little more information about your current setup and about what ...Show All

  • SQL Server Replication for Offline use.

    I plan on using SqlServer 2005 Express as a local datastore for my application when working offline. The idea is that the user would initiate a Synchronize action from the client application, this action would start replication going between a Networked sql 2000/2005 server and their local Express server. (At the beginning I plan on replicating the entire database). Now, not being a expert in Replication (small understatement!!), I am a bit concerned that as Sql Express is a subscriber only that I won't be able to get the offline changes replicated back to the networked Sql server when the application is reconnected. Is this kind of scario s ...Show All

  • SQL Server SSAS 2K5 Dimension Processing

    I have a lot of experience with SSAS 2K, but I am trying out SSAS 2K5 (June CTP) for the first time. I am trying to build cubes against a SS 2K database on a different computer on the network (Win 2003). Everything works great until I try to process a dimension--where it always fails. I think I have tried every permutation of access security and impersonation. Messages are like, "The following system error occurred:  The specified domain either does not exist or could not be contacted." Other messages occur when the authority setup is different. Errors are the same when I try to develop a dimension against a local copy of Adventu ...Show All

  • Visual Studio Team System Ability to add a history item from excel

    Within Beta 3 I noticed  the ability to add a history item was added to the Excel integration. However, after adding some text into the History column and then publishing the changes, my new history item was NOT updated in the history field of the work item itself. Any ideas Thanks, ~slee If you read the Sticky note attached to history field, it says "Type a comment here and publish to add a new history entry. After publishing this cell will be cleared". The text in the history field you typed is now added has part of the work items previous history data. The field is cleared to allow new entry ...Show All

©2008 Software Development Network