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

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

sanjeevm

Member List

Cute_Celina
JAul
roundthebend
MaryOS
Epoch
Doug DeBug
Lee Brimelow
Terrence Chan
Microsoft Visual
ThunderRock
_keisari
cocgis
idar
Hollix
ewitkows
blex
xclairex
Joe Morel - MSFT
pdurbha
gifuran
Only Title

sanjeevm's Q&A profile

  • Visual C# help with c# basics

    please post some links to sites where i can get help with the c# basics. i'm a c# student and i seriously need help with the basics alot. thanks. Hi, if you're really beginner then it would be good to read this http://www.c-sharpcorner.com/Tutorials/CSTutorial1AN.asp btw on this page you can see a lot of usefull tutorials regarding C# from beginner to professional http://www.c-sharpcorner.com/Tutorials.asp hope this helps cheers ...Show All

  • Visual C++ VC++ and MFC

    Hi Folks, Does anyone has an idea how do I insert a line between the menu and toolbar of my application. Please help me out on this as I am stuck :-( Thnx Prateek Thnx Martin. What I am trying to do is that I need to insert a red line just below the Menu bar, and above the toolbar. I have been unsucessful in doing so because the toolbar always goes just below the menu, and anything that I draw comes on top on the toolbar. Is there a way out if I use rebar controls Please tell me how Thanx in advance Prateek ...Show All

  • .NET Development specifying custom tracelistener needs strong assembly name

    I've build a trace listener that traces out message to a rotating log file. The thing works fine. The deployment packages nicely registers it in the GAC so that I can reuse it wherever I like. What I would like to do is add it to the <system.diagnostics> section of for instance an simple application. The problem I have is that I have to specify a strong assembly name. like: < add name ="testGateway" type ="UnitedMobile.Diagnostics.LoggingTraceListener,UnitedMobile.Diagnostics.LoggingTraceListener, Version=1.0.1.0, Culture=neutral, PublicKeyToken=e861178d28f74af2" initializeData ="c:\log\Refund\{0:yyyyMMddHH}.log;1" /> For for instance the System.Diagnostics it is necesary to only specify the weak name: < ad ...Show All

  • Visual Studio Express Editions Serial Port. Problems in Storing received data

    Hello everybody. I'm still on the same project: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=714917&SiteID=1 Hey Carsten. You're right. Whith your source code modifieded, the error roes not accure. I'll be doeing some investigations on that topic... ...Show All

  • Windows Forms Data grid view

    Is there a way to change or edit a existing row in a datagrid control. If there is can you give me example ...Show All

  • Visual C++ C++/CLI - SortedList vs get_Item/set_Item

    Hi,   Converting actually applications originally from Managed C++, I couldn't find any C++/CLI equivalent of following statements:            SLst_estime-> set_Item (Descr_Itm, cur_Estm_Itm);               CL_PriceLst^ cur_Estm_Itm = dynamic_cast <CL_PriceLst^>(SLst_estime-> get_Item (Descr_Itm));   SLst_estime is actually a SortedList, "Descr_Itm" being my key value and "cur_Estm_Itm", and object from class "CL_PriceLst".   Any hint of what is now the equivalent of "set_Item" and "get_Item" Couldn't find any infos in my book or MSDN...:( Thanks in advance, Stephane ...Show All

  • SQL Server How to update ANSI_PADDING to ON

    Hi how can I update ANSI_PADDING to ON for a table using script without dropping the table. Please help. Actually I added the script in Alter Procedure script to turn it to ON. Could you please send me the code to alter table ANSI_PADDING. This is OFF for just one table. ...Show All

  • Smart Device Development Vpn logged but no folders

    Hi guys i got a evc++ project using a vpn to read some files. The problem is when i connect the device (Kjam/qtek 9100) i see the rightconnection on vpn in the network people can see me but i dont see anything, when i make the call to open a folder and a file the problem is unresolved address... I think may be a problem in the pocket pc configuration 'cause using a file explorer (resco explorer) too i dont see the folders that i see through my pc. Someone knows some check to do or some critical configuration it seems the pockec pc uses internet connection to search the files and not the work connection with the vpn.... The code is done and seems good but dont work sigh... :'( Thanks everyone ops, sorry fo ...Show All

  • Visual Studio 2008 (Pre-release) InkCanvas networked "whiteboard" session?

    Does anyone know how to "share" an ink canvas and all its content (strokes,etc.) with multiple users via a network so that everyone can view and interact with it In other words, similar to a whiteboard session you can have on Windows... Here is some code to demonstrate how to serialize/deserialize the ink in the StrokesChanged event. For the sake of simplicity I have placed both InkCanvas controls in the same app and ommited any networking code (if they are in the same app, databinding of course would be a much simpler way to accomplish this, but that's not the goal of the snippet) Thanks, Stefan Wick <UniformGrid Rows="2"> <InkCanvas Name="ic1" Background=&qu ...Show All

  • Windows Forms Binding Data to and Object on a form

    I am using 2005 and want to use the binding capability to bind to an object to be displayed in a form. The form is to display the data values of an instance of a class (it is actually a singleton). The code will be multithreaded and the data values will be updated by different thread. As the data values are updated I want the form to display the actual values. I thought system.Windows.Forms. BindingSource would help with this. However, I have not managed to find example code ot articles that would help. Most of the articles bind to a database not to an instance of a class. I have created a simple (not multithreaded) example to test this out. Here is what I have done: Create my Display Class (2 data values byteVar, intVar) ...Show All

  • .NET Development .NET on Vista

    This should be a simple one.... Is .NET installed by default in Vista Yes. The .NET Framework 2.0 is installed by default on Vista. Pracheeti ...Show All

  • Visual Studio Express Editions how do I add quotation marks to this statement lstMatch.Items.Add(" " ")

    I am trying to add quotation marks to my listbox...ex. is lstMatch.Items.Add(" " ")....but this does not work... I understand that 2 quotation marks makes character enteries on the listbox...but I need to enter a quotation mark " (") " so I put three Use three double quotes or CHR(34) ListBox1.Items.Add( """test Item 1""" ) ListBox1.Items.Add(CHR(34) & "test Item 2" & CHR(34) ) ...Show All

  • Visual Studio Changing Margins at Run Time

    Hi, Using VS.NET 2005 and C#. I was wondering if it's possible to change the reportViewer's margins at run time I find that if you are creating label sheets the end user may have to tweak the top and left margin to center the text onto the label correctly. Unfortunately, every printer will print a little different. Thanks, Ron You can load an RDL into the report viewer using ReportViewer.LocalReport.LoadReportDefinition(). So what you want to do is take the original RDL, parse the XML to find the margins that you are looking for, update them and then load the new RDL (XML with your changes) into the ReportViewer. I am currently working on a project where I have to build a lot of the ...Show All

  • SQL Server Sliced [Customer].[Location Tree].[All] is not matching the sum of sliced members

    This only seems to occur in one area, and unfortunately (or fortunately, meaning it's not a bug) I cannot get anything in adventure works to display the problem. In my cube, if I look at [Customer].[Location Tree].[All], but also say where Customer.[Organization Type].&[School],  the sales value of [all] is presenting itself like the organization type slicing wasn't even used. ie: (the total sales from this query is correct in my mind) select [sales] on 0, Customer.Territory. AllMembers on 1 from cube where Customer.[Organization Type].&[School] but the all value out of this query is truly "All".. it doesn't seem to make use of the filtering: select [sales] on 0, [Customer].[Location Tree].[A ...Show All

  • SQL Server Reporting Service vs UDM

    I am new to both technologies and would has been reading UDM on how to create a cube. My orginal intention is to create cubes for efficient retrieval of data which ends up in reports managment in an application. Can anyone elaborates on how the reporting service differs from UDM ( or what reporting services are )I thought they are mutually exclusive Thanks. Regards Alu But even if thats does, to implement UDM ( if in the initial phase we dont even know if aggreate information is required in future)as well in the application does not harm right :) Regards Alu ...Show All

©2008 Software Development Network