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

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

Arinaya

Member List

Dusty333
Aruna Muthyala
Memo.CPP
rhshvb
DGalle
Oaklair
carluman
Snouto Override
Alexcs786
Ankini
clochiani
EWoodruff
fulgerica
Steve at Clemson
Amethyste
error1408
Bmeyer
michael.e.obrien
TheGreatErecto
Ahmed Kuradi
Only Title

Arinaya's Q&A profile

  • Visual C# enum Property

    hi ppl, i have a custom control, and i need a property that have multiple options, its a property that sets the status of the control, and i need to have the next properties: Active Inactive Off and i thought i could get this with an enum , but i dont get a clue of how to make a property that handles more than 2 options... am i right can some 1 give me some code pls mig16 I don't understand your problem with & ...Show All

  • Visual Studio 2008 (Pre-release) Can Image Control be used to display animation gif files?

    Currently I use xaml like this:            <Image.Source>               <BitmapImage UriSource="Images\login.gif">               </BitmapImage>             </Image.Source> though the l ...Show All

  • Visual Studio Tools for Office Populating Outlook contact list from SQL database

    We have a database with lots of contacts in, and we would like these contacts to appear in people's contact lists when creating new emails etc. Is this possible If so, how :) If you have Exchange Server, you can create something called a "MAPI Address Book Provider", which can access a database. Here's a link to the MSDN article on the subject: http://msdn.microsoft.com/library/default.asp ur ...Show All

  • Visual Studio 2008 (Pre-release) Wrapping Label?

    Anyone know how to make a Label that wraps across multiple lines in WPF I can't seem to find a property that makes this work. Thanks. Or better yet, if it makes sense in your object model, go ahead and expose properties like TextWrapping to the Label class itself. The template could pull those in to the inner AccessText. ...Show All

  • Visual Basic Call another program with command line arguments

    I have a program, lets say stuff.exe and I want to call it from VB. I want command line arguments though. With a dos prompt I normally do somthing like, c:\stuff.exe -1 -1234 How would I duplicate that in VB, (it dosent need to be at c:\) System.Diagnostics.Process.Start which can be shortened to Process.Start as it is included in your default project imports. I think you will find that the following should be appropriate Proce ...Show All

  • Visual Basic Convert Printer Setup Dialog in VB6 to VB.NET 2005

    Hi all, I have codes below in VB6. The code show the Print Setup Dialog. Private Sub mnuPrintSetup_Click() On Error Resume Next cdlDialog.flags = cdlPDReturnDefault ' cdlDialog is CommonDialog cdlDialog.flags = cdlPDPrintSetup cdlDialog.ShowPrinter End Sub anyone can help me convert this code to VB.NET 2005 thanks Take a look at the printsettings class http://msdn.microsoft.com/libra ...Show All

  • Visual C++ Getting LNK4224 with B2 - what's the story?

    Hi David! When building projects with VS2005 B2 I'm now seeing lots of these: mymodname.obj : warning LNK4224: /COMMENT is no longer supported;  ignored While the message is straightforward, what's the story behind it The "/COMMENT" was marked as depricated in VC2003 and is now consequently removed... You should use " #pragma comment" instead. The reason might be: more C++ conform. -- Greetings J ...Show All

  • Windows Forms 2 openGL objects in 2 windows

    Hi, I have 2 OpenGL objects in 2 different windows. In the bigger window I show OpenGL object sometimes big than window (and by that way getting scrollbars). In the small window I show optimized OpenGL object to window. When I do refresh of application window (I am working with MDI windows) the scrollbars sets to zero. It happends after I am calling MakeCurrent to the small window or the big window. What I need to do that scrollbars stay and doe ...Show All

  • Visual Studio Team System Work Item Tracking Across Branches

    How does Team System handle WorkItem cloning/linkage across branche .  The best example of this is QA tracking bugs that have been fixed in an earlier release and retesting in the current release. For example: an issue is found in version 1.0 which is in production. An incident is logged -The incident is fixed in 1.0.1 -Source changes are merged into main branch /trunk -2.0 is created from /trunk How does QA track that the incident from 1. ...Show All

  • Visual C++ linking C++ with a database (ex. Access)

    hello all well for my project, I want to learn how to link a C++ program to communicate with a database, please  I need some detialed help about that, thanks I am using C++ Builder 5 thanks for help   Let me think about it <hmmmmm><2 hours later>... a guess: http://www.borland.com/   ...Show All

  • Visual Studio Tools for Office Save data Within Excel through VB?

    Hi, In VB whitin a form,  few text box are there. I want to save these TextBox values within excel-sheet. and i want save with password And Re open next time by VB. How can i do this Kindly help me Thanks Either way, you can use the native Excel object model to get the textbox values and persist them to the sheet. For example: Me.Application.Selection.Value = Me.TextBox1.Text ...Show All

  • Visual Studio ReportServerCredentials

    T he scenario is simple: I have a reportviewer control and want to show & print a ServerReport. The application needs to be able to connect to the reporting service over the internet and the client machines do not need to be in the same domain. This is the same authentication scenario that applies to viewing reports through HTTP using internet explorer and a URL to the reportserver virtual directory: Internet Explorer asks for a user and pas ...Show All

  • .NET Development Failed to access IIS metabase, VS2005 RC

    I am developing a webservice in Visual Studio RC. I have just got a new pc and my problem is that I am not able to access this webservice. I have created a virtual directory in IIS, but if I try to browse there, I get a "Failed to acces IIS metabase" error message. Does anybody know how I can resolve this problem Where exactly is the "Operators" set up in IIS   I see no dialog to do so in IIS. ...Show All

  • Visual Studio Team System Workspaces are broken

    I created a team project, created a distributed app in that project and checked it in. I then created another team project, created a native C++ app in that project and checked it in. Doing the above broke Team Build since both projects were associated with a single source control workspace.  So I created a second workspace for the second project, and created a mapping in that workspace between the source control branch and working folder ...Show All

  • .NET Development MessageQueue.BeginReceive method

    I like to know whether MessageQueue.BeginReceive() will receive messages FIFO or not. Another Question MessageQueue.BeginReceive uses IAsyncResult to callback which intern uses ThreadPool to call to client. Its any drawback of using ThreadPool. vichu wrote: Thanks for your quick reply. I am consuming the message one by one. Once I process the message then I call BeginReceive method. Its Ok. My code is like this. ...Show All

©2008 Software Development Network

powered by phorum