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

Software Development Network >> Navya Jeevan's Q&A profile

Navya Jeevan

Member List

JIM.H.
Keith Chapman
Chris Fraelic
Greg Rojas
Purusothaman A
Tina J
My Vizai
Nightmare_BE
Cuckoo
droujav
robertlamour
Patrick Ma
Marcelene
DevDanS
Bobby K
leclerc9
chawacho
Helen999888
lucerias
Mnd1
Only Title

Navya Jeevan's Q&A profile

  • Visual Studio Team System Difference with Database project

    Hello, There is a Database type of project in VS2005 in C# and also in Other Project types. What's the difference between these types and VSTE for DB Pro Thanks Well, I saw these webcasts, I knew features of DB Pro. But the question is the "principal" difference. From DB Pro developers' point of view. As far as I understand previous project types can handle database scripts, deploy etc. What are the key differences I didn't use previous types in my practice. I only view it when VS2005 was appeared. That's why I can't make the complex comparison. Thanks. ...Show All

  • .NET Development Moving Chat sample from Http to Ipc channel...

    I'm trying to convert the "Remoted Events (Chat) Sample" ( http://support.microsoft.com/Default.aspx id=312114 ) from Http to Ipc channels in .net V2. Since everything is setup in config files, I have only changed the server and client app.config files (see below). Unfortunately I'm getting a RemotingException in the client with the message: "Failed to connect to an IPC Port: The system cannot find the file specified.". Is anybody able to shed any light on this I've used IpcChannel before, but never set them up from config files. Server: <configuration> <system.runtime.remoting> <application> <service> <wellknown mode="Singleton" type="Ch ...Show All

  • Visual Studio Express Editions Printing/layout

    Hello, I want to print the data from a form in a specific layout/template sort of design. each printout will be exactly the same the only thing that will change is the data, can this be done using VB express Thanks! You implement the PrintPage event to render output to the printer and call the Print method to start printing. It's a big topic but it is documented very well in the MSDN library with lots of examples. You've got some reading to do... ...Show All

  • Visual C# JLCA converion report links do not work?

    I'm running VS.NET 2005 Enterprise and I have run the JLCA on a set of Java files and it has generated the Conversion Report but when I click on any of the links I get the following Sorry, no topics were found for the selected link. Keywords = IndexMoniker = Source URL = the links in the report are of the form; ms-help://MS.VSCC.v80/dv_commoner/local/redirect.html index='!DefaultContextWindowIndex'&keyword='jlca1133' I have downloaded and run the JLCA help installer (which I realized later may be the cause of this problem) and it installer completed without error Any ideas of how I can get the help on JLCA to work Hi David The problem reporting by you will occur if you dont ...Show All

  • Visual C++ Thread Problem

    Hi All, i am working on a dialer application. presently i am using one wait for event function. i am waiting for 500 milisecond for any event, after getting the event, i got the channel associated with the event and then take actions on that channel as per event and wait again for another event. e.g. for (;;) { ret = sr_waitevt(500); /* 1/2 second */ if (ret != -1) { /* i.e. not timeout */ process_event(); } now the same events are required on parallel 30 channels. but i have only this one function to get any event. after getting event, in process event function i can get the channel associated and take some actions on that channel. can u guide me the better way of doing this thing. i am a little bit confused in ...Show All

  • SQL Server how can I use (contains) in stored procedeure?

    how can I use: where field_name LIKE '%' + variable + '%' in stored procedure I tried field_name = %@variable% but didn't work.. field_name LIKE '%' + variable + '%' should work, exactly as you have it. Can you post more of the code that is not working ...Show All

  • Visual Studio Tools for Office Question regarding creating, saving and emailing EXCEL document

    Hi, I am using C# and VSTO to populate an EXCEL document from a database. I then want to email this EXCEL document as an attachment to a specified number of users. Everything works except when I try to open the attachement. I receive the following error "The file could not be accessed. Try one of the following: Make sure the specified folder exists, Make sure the folder that contains the file is not read-only, Make sure the file name does not contain any of the following characters.......". I tried sending a file, .xls and .txt, that already exists and the attachment opens up correctly. I think VSTO is not properly closing excel before emailing it. Does anyone have any ideas on how to fix this Below is the code: ...Show All

  • Smart Device Development Square-Screen support and still have Device Orientation Awareness ?!

    Hi there! I am trying to port an elder MFC C++ Application to Visual Studio 2005. In the process of doing this i added Device Orientation Awareness and DPI Awareness.. This all works fine, but now the catch is, square devices won't work anymore. I naturally had to add a horizontal and vertical layout for every single dialog form. I really don't want to have another layout for square devices and in most cases the number of controls on the layout won't fit on a square device anyhow. So i was wondering, whether there is an easy way to say: If square device, enable a horizontal or vertical scrollbar. As long as the program was not Device Orientation Aware and DPI Aware i got that scrollbar automatically. Now it's gone, but i would nee ...Show All

  • Visual Studio 2008 (Pre-release) Newly add entities cannot be selected prior to SubmitChanges()

    I assume the answer to this is going to be the same answer as I received in this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1106156&SiteID=1 But, I want to be sure. If I add an entity to a table, I can't retrieve that entity back out until I call SubmitChanges(). Here is an example: Northwind db = new Northwind(@"Data Source=.\SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=SSPI;"); db.Customers.Add( new Customer { CustomerID = "LAWN", CompanyName = "Lawn Wranglers", ContactName = "Mr. Abe Henry", ContactTitle = "Owner", Address = "1017 Maple Leaf Way", ...Show All

  • SharePoint Products and Technologies View assigned tasks Only

    Can I customise a task list so that users can only view tasks assigned to them thanks, Niall ...Show All

  • .NET Development System.Net.Mail and Threading

    I am attempting to start a new thread using the QueueUserWorkItem and send a large number of emails. I have been unable to get past even creating a MailMessage, much less sending the email. It is returning a "Thread was being aborted" error on the new MailMessage line. Why Here is the code: public static void SendNotifications( int incidentId) { ThreadPool .QueueUserWorkItem(SendNotifications, incidentId); } private static void SendNotificationsAsync( int incidentId) { try { MailMessage message = new MailMessage ( "from" , "to" , "Notification Test" , "this is a test" ); SmtpClient client = new SmtpClient ( "127.0.0.1 ...Show All

  • Visual Studio 2008 (Pre-release) WPF XAML xmlns: assembly not found problem.

    i've created a xbap wpf project and i have problem with "Error 2 Assembly '' was not found. The 'clr-namespace' URI refers to an assembly that is not referenced by the project. " at the line which highlighted with red color. CustomControlLibrary2 in particular is a custom control made by using adding wpf control library template project. <Page x:Class="CarouselSample.Page1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/interactivedesigner/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d&qu ...Show All

  • Visual C# getting data from rfid - reader

    hello! how can i get data from rfid reader, which is in rs232 - port when reader reads the tag, tags ID should get to Windows form. my code opens the serial port, but what then I have a similar question. Here is the scenario. On a client application ( C#) 1. I need to connect to an RFID reader thro IP Address and Port 2. Read data from the reader The frist part, I could do by creating a socket and connecting to the device thro' the IP Endpoint. The question is, do i need to have any hardware specific API's to get data from the reader or can i just read the buffers as specified above ( my_socket.Read(read_buff, 8)) I think i am missing some fundamental piece here. Thanks - ...Show All

  • Visual Basic Incapacitating Error

    I have an error that occured recently and I cannot pinpoint it for some reason. It seems to happen before my code is even executed. Below is the exception. System.InvalidOperationException was unhandled Message="An error occurred creating the form. See Exception.InnerException for details. The error is: Index 0 is out of range.\r\nParameter name: index" Source="FFC" StackTrace: at FFC.My.MyProject.MyForms.Create__Instance__[T](T Instance) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 190 at FFC.My.MyProject.MyForms.get_Main() at FFC.My.MyApplication.OnCreateMainForm() in C:\Documents and Settings\Troy Lundin\My Documents\Visual Studio 2005\Projects\FFC\FFC\My Project\Application.Designer.vb:line 35 at ...Show All

  • Visual Studio Tools for Office Get text from _WwG Class

    Hi, Can I get text from office word document window which has class name = _WwG. I can’t use VBA for this. I want to use windows API for this. And I am using VC++.NET for programming. Thanks Priyank Hello Priyank, You cannot access the contents of an office document using the Windows API. In order to get the text of a document, you must access it via the Office API. This can be done using VC++ and COM. If you are using [unmanaged] VC++, you will need to import the typelib for Word (MSWORD.OLB) and access the document via the exposed interfaces. You can use the GetActiveObject method to get an instance of the Word Application that is already running. However, I must strongly caution you th ...Show All

©2008 Software Development Network