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

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

SGrieco

Member List

G. English
fooguru
Sorpor
jarrods
Srreh
Jeremy Wu
JamesFM
Godfreydsa
Mano Kulasingam
pmak
OoeyGUI
Hawkeman
RyanOnTheBeach
niravk
NickChadwick
Thomas K Knudsen
agarg
André Scaravelli
ArKhas
HarryHdf
Only Title

SGrieco's Q&A profile

  • Windows Forms selecting whole column with a click

    Hi, I have a datagrid with several columns on it. I want whole column to be selected, or have focus on it, if user clicks at any row of any column. I also want user to click on more than one column one by one, and at the&nbs ...Show All

  • .NET Development Serialize Web Service Data Type

    Hi, I use WSDL comand line tool (wsdl.exe) to generate source code of proxy for a webservice, compile that source code on the fly using particular instance of ICodeCompiler into standalone assembly, create instance of proxy class using Reflection, e.g. Activator.CreateInstance() One of the known webservice methods returns an abstract data type defined in the wsdl. How do I import the type     MethodInfo method ...Show All

  • Visual Studio 2008 (Pre-release) FileStream transfer

    Hello!   Which is the easiest way to transfer file stream from server (service) side to client side   Thank you in advance.   Best regards, Saso First of all, thank you once again for your fast responses. I examined in details your post, and noticed, that i have syntax error in my web.config file. Then i made it up and since that everything compiles without errors, but when ...Show All

  • .NET Development SQL Server Access?

    I am just wondering the extent of access to SQL Server databases in the Visual Studio Express Editions vs. the Visual Studio Standard Edition. Will I be able to connect to a SQL Server database, or will I have to do it manually (by code), and is this against the license agreement Thanks.   chrisj wrote: So if I had the Express editions, I could simply access the database by code and make custom functi ...Show All

  • Windows Forms scroll richtextbox with custom scrollbar

        I want to scroll richtextbox with a custom toolbar ( a vscroll control ) and want to disable scrollbars of richtextbox. Any idea on how to go on that path any samples Hi, If you're scrolling a RichTextBox control (or any control that is scrollable), you can do it by interop, here's how: // First import the SendMessage function from user32.dll: [DllImport("user32.dll", EntryPoint="SendMessageA")] internal static extern i ...Show All

  • Visual Studio Team System How can I get output from a non-UI test to the Test Results UI?

    My scenario is this, currently contained in one coded Web Test: 1) post to an ISAPI DLL, parse out fields from response 2) insert step 1 parsed-info into DB, start a windows service, wait for it to finish After #2 finishes, I'd like to have the resultant (multi-line) string displayed in the Test Results UI. In order to accomplish that, I throw a generic Exception (at the end of the Web Test) that has my string in it, which gets shown in ...Show All

  • Visual Studio Dynamic or not Dynamic Help, Help!

    Hi. I have an application and am developing help for it.  My application has 3 levels of user: General Staff, Unit Managers and Administrators.  I would like to create just 1 help file rather than 3 as this would take time duplicating effort.  I would like to be able to (From visual basic) open the help file and display only help that the level of user is allowed to see.  Because a Unit Manager has a greater position and can ...Show All

  • .NET Development Cannot Find Server

    Since I have an AMD 64-bit 3000+, I installed the pre-released Visual C# 2005 Beta 2. But this application is not working. Every time I click the application in Program File,  the only message  in the window 'Cannot Find Server - Microsoft Visual C# 2005 Express Edition Beta'  is "The page cannot be displayed".  In the window, any attempt connecting to any Microsoft official address also fails (event ...Show All

  • Windows Forms COM depoyment in ClickOnce

    Hi, Just wanted to share a method I used for COM deployment with ClickOnce. Had already mentioned it in a different post but this should make it more easy to find. Add the reference to a COM library in the normal way. Also copy the COM dll to your output folder for testing purposes. In your application start register the COM dll as below : System . Diagnostics . Process . Start ("regsvr32", "/s <COM dll>") Build the application a ...Show All

  • Visual J# String to int

    Hi, Say I have a String that equals "9+9". Is there anyway that I can make the computer do that calculation and store the answer into a double or integer value What I mean is, is there some method that would take a String, read it, and do the calculation that the String value contains Thanks! There is no ready method that would parse string "9+9" to an equasion. you must write it yourself. ...Show All

  • Windows Forms Using the dotnetupdater component

    I am having a problem with the dotnetupdater component feater because I am using a vb6 component in my C# project. When I open the form that has the vb6 component I get a warning message saying  "Unable to auto-download the missing parts&n ...Show All

  • Visual C# Is it possible to "melt" multiple dlls into 1 large dll?

    Hi, We are developing a class library, and currently the library spans over several Visual Studio projects, both C#, managed C++ and unmanaged C++. This again means that we have several dll-files. When time comes to sell our class library, we would like to sell just 1 large dll-file instead of all the dll-files we have now. Finally, we use a few 3rd-party dlls and some unmanaged C++ dlls, which we also would like to "combine" or "m ...Show All

  • Visual Studio Express Editions container

    I am developing an application where I need to store 100's of html files (Static - already I know the number and name of the files) and when customer clicks some option I need to display the file... My Question is, is there any container or data folder there in visual basic 2005 so that i can embedded the html files with the application. There should not be any copy in the local hard drive, the html files should be embedded inside the applica ...Show All

  • Visual Studio Team System MSF in spanish

    Hello. Iam loooking for info on MSF in spanish. I already searched in google but there are a minor documents that seems to be incomplete. I wonder if Microsoft has a translation of MSF Thanks for your help. We will be translating the primary MSF v4 materials (MSF for Agile Software Development and MSF for CMMI Process Improvement) into Spanish.  That work will get underway when we've locked down the English versions later this quarter ...Show All

  • Windows Forms C# Combobox ValueMember problem

    Hi all, I'm pretty new to the world of C# and .Net and enjoying it so far. I'm having trouble setting the index value in a combobox. I'm using MySQL connector/Net and because it doesn't provide certain tools/extensions to work with Visual Studio I have to do certain things manually (which isn't  problem because it helps me understand C# and .Net better). :^) My original intention was to take names and ids from a table and use the id as the ...Show All

©2008 Software Development Network

powered by phorum