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

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

Sameer234

Member List

s.sanya
matti-81
wade_
Luke R
Bloom326984
IamHuM
fender46
Balsoft
Sheik Badhusha
jxl98c
Takezo
Moorpark
BilalShouman
Sigge
David Cowell
Anthony Sneed
Mosesm
ProgramLeaner
John Stewien
XMLViking
Only Title

Sameer234's Q&A profile

  • SharePoint Products and Technologies Help with workflow approach?

    I'm trying to wrap my head around this problem and how to properly approach a solution using Sharepoint workflow.  Any input would be greatly appreciated. The current business process I'm trying to model is as follows.  We have a paper form named Print Shop Work Request.  When someone needs copies made they fill out this form and interoffice mail it down to our print shop.  The originals are either emailed or included with the inter office mailing.  The print shop fulfills the request and delivers the final product to the customer. I would like to model this process using Sharepoint Designer and workflow.  I've actually already attempted to implement the solution but I find it lacking a little bit.& ...Show All

  • Windows Forms Problem adding files to deployment project.

    I am having problems adding text files (xml) to a deployment project. I check out the deployment project and try to add a file (from both the File System View and the Solution Explorer). I select the desired file from the Add File dialog and click Open. The Add File dialog closes and nothing happens. In the past I found when I observed this behavior I had to make sure the file I was trying to add was writable so I would check it out from the source control (I am using ClearCase) and I would be able to add the file. Now this doesn't seem to make a difference, no matter what I do, the Add File dialog closes and nothing happens. I have not seen any sort of error message anywhere obvious. I can add project outputs, but not files. Has anyone se ...Show All

  • Visual C++ Need help! Not able to get UdpClient BeginReceive work in VC++/Could this be a complier bug!?

    Hi, I need an urgent help. I am developing a socket application in VC++ that uses asynchronous connnection. After doing search on google, I found the following link http://msdn2.microsoft.com/en-us/library/system.net.sockets.udpclient ... First of all, thanks for microsoft team for this post. However I have couple questions concerning the C++ code in the link. Before posting my questions, first let me show you how I did set up a VS2005 C++ project to test this code. To create a test project, I do following File->New->Project->(Other Languages)->Visaul C++->CLR->Class Library Fill in solution name and put in the following code. ----------------------------------------------- TestAsynCallback.h ----- ...Show All

  • .NET Development Appending prefixes to Elements in XML file

    Hi, I was hoping to get some help regarding setting prefixes for elements of an xml file. I'm trying to do something like this. <root> <Prefix1:Body> <Prefix1:Element1>data1</Prefix1:Element1> <Prefix1:Element2>data2</Prefix1:Element2> </Prefix1:Body> <Prefix2:Element3>data3</Prefix2:Element3> </root> where I would like the freedom to assign Prefix1 and Prefix2 to different strings. At the moment I'm trying generate the xml file using VB.NET particularly XmlTextWriter. I using the statement xml.WriteElementString( "Prefix1" , "Element1" , "Prefix1" ) defining the prefix and the namespace. However this w ...Show All

  • Visual C# Return information from a method

    Can someone explain how to determine if a method needs a void or a return. I know that void represents a method not returning a value, but it looks like a method is returning information even when using a void keyword. From the C# step by step book private void showResult( int answer ) { result.Text = answer.ToString(); } Isn't the method above returning information to whatever calls it Thanks No, it is not. In C# there are only two ways for a method to return data: - Through the function return value. - Through an argument passed with the 'out' or 'ref' keywords. Neither is used in your sample function. ...Show All

  • Visual Studio Express Editions Remove annoying help lines.

    I was wondering how I remove the help lines that comes when Im placing stuff on the from. How do I remove them DMan1 wrote: From the main menu...Tools....Options...Windows Forms Designer...General: LayoutMode=SnapToGrid ShowGrid =False SnapToGrid=False Works now, just had to restart vb express. ...Show All

  • .NET Development Comma in command line agument of console application.

    Hi All, I have written a console application in C# and it works fine except for the following: I want to pass as an argument an expression that has commas in it, in my case a user distinguished name for and active directory or nds tree (i.e.: cn=myUser,ou=apps,ou=services,o=myOrg) but wnat it to be treated as one piece. The app doesn't look at this as a single string but as 4. How would we type in the argument as on piece, bearing in mind that there could be different user dns with more or less hierarchy (# of commas) Is there a way to escape commas in a dos window Thanks, BIG Hi, By default the runtime won't break up command line ...Show All

  • Visual Studio Team System How to Add .cs test into a Load Test scenario?

    I used Code Generator to generate the C# code for a Web Test. I want to run a load test based on the C# test scripts. However, when creating a load test project, I found the load test wizard did not allow me to add a test that is C# based. How could I make this work or, VS does not accept .cs test scripts at all. Thank you You can added "Coded Web Tests" to a load test. A coded web test should be available in the test selector dialog displayed by the load test wizard. Please double check your project to make sure the coded web test is in your project. Does the coded web test show up in the "Test View" window Thanks, Rick ...Show All

  • Visual Basic visual studio 2005 is running slowly

    I am developing a windows application(converting vba to vb.net). some of the forms have ten or more tab controls. Each tab control has many text boxes,listboxes,radio buttons. when i change a name of the control it takes 30s ---2min. when i copy and paste some control from one form to another it takes 1--5minutes. this does not happen all the time. any solution/advice would be appreciated. navigationbar is disabled/wordwrap is disabled ms vs 2005 ver 2.0.50727 os-windows xp sp2 cpu-p4-3000mhz ram-2g machine-hp yesterday i spent 2 hours with ms vs2005 support. acccording him the dealy of 10-15 seconds is normal as i am having so many controls on my form. I have one tabcontols with ...Show All

  • Visual Basic Client server Application

    Hello, I'm not sure where should i post this topic, if i was wrong. Forgive me please. I want to create a client-server application in a network. I will use visual basic in visual studio 2005. In my system environment, I have 2 servers, i want to link from server A to server B and and retrieve its database information. I'm new to client-server application environment. Is there anyone provide some source and helps to me. I'm urgent to develop this before august 15 due date coming. From an article i have read, it tell me to use winsock in vb 6.0. But i can't find any winsock in visual studio 2005. I hopes this make sense and anyone could helps me. Your helps would be appre ...Show All

  • SQL Server Force Column to Repeat Across Page

    I am creating my first SQL report in Visual Studio through the Business Intelligence Report Wizard. I need to duplicate and old (8.0) Crystal Report that seemed really simple but I am having trouble figuring out two things in SQL Report Writer: I am querying a list of Order Numbers by date which is prompted for. This results in one really long column of Order Numbers. The old Crystal Report had five columns across the page. Where can I tell SQL report to keep listing the data to the right when it hits the end of the page instead of just going to a new page Secondly, the old Crystal Report assigned an incremented number to each order number 1, 2, 3 etc... This was not part of the query and I can't figure out how the old report did this or ...Show All

  • Visual Basic Visual Basic and a Database, very basic questions...

    Im doing a bit of research at the moment. Im creating a basic inventory system for a friend of mine, and for a class project all roled into one. It does inventory control, customer information, etc. The software I create will eventually be installed onto other peoples computers. Their "database" will be on their machine, accessable only to them. I will need to do very basic queries to the database, insert new data, update data, maybe a few triggers, etc. So I dont need a full blown database software like oracle or postgresql... I would like to not have the end user need to install a database program, just my program (and any dll files/whatever else..). I have Visual Studios 2005. Is there something I can use here Or w ...Show All

  • Visual Studio Team System To exclude or not to exclude!

    Hi, I have been using FxCop for a couple of weeks now and I often find myself with a dilemma whether to exclude a message or not. The reason being is that it seems that some messages are aimed at people who developer libraries/controls for public consumption. This is not my situation the product is stand alone and will never be used as a library. A couple of errors spring to mind: DoNotExposeGenericLists and CollectionPropertiesShouldBeReadOnly. I just feel that there are situation where the usage of the assembly effects the decision whether to exclude the message or not and maybe some comments in the docs to give guidance would help I would be interested in your thoughts on this matter as I a ...Show All

  • Windows Forms Sorting a Data-Bound DGV by a non data bound column

    Ok i have two problems to implement this I lose my non-data-bound values if user clicks on a data-bound column to sort example : (first column non-data-bound, second and third ones are data-bound) ID Price Type 1 3000 $ 2 2500 € 3 4500 $ If user sorts by Price or Type -i dont know why- all the values in my ID column becomes null (it has to do with my ID column being non-data-bound probably) I'm looking for a solution to help me keep the data in my "ID" column when a user sorts other columns. Also Sort doesn't work on my ID column too (probably because of the data getting deleted when i sort) when mixing bound and unbound data, use virtual mod ...Show All

  • SQL Server Launch DTS with OLAP from .net application

    Hi, with reference to the following thread: http://forums.microsoft.com/msdn/ShowPost.aspx postid=740855&isthread=false&siteid=1&authhash=775a583435c503730bf96695fe78ffc77f04a290&ticks=632942355374528292 Which in summary is that I am trying to execute DTS packages containing OLAP tasks to process cubes from an application. It hangs and fails after an hour and some minutes. the code : Package2Class package = new Package2Class(); object pVarPersistStgOfHost = null ; package.LoadFromSQLServer(serverName, null , null ,DTSSQLServerStorageFlags.DTSSQLStgFlag_UseTrustedConnection, null , null , null ,packageName, ref VarPersistStgOfHost); package.Execute(); I have launched the DTS on comma ...Show All

©2008 Software Development Network