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

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

InvestorDrew

Member List

TGirgenti
Musiconet
2D
Dave Elliott Msdn
Aluizio
offa
Ranya
armadya
BillyJHart
psudame
Winston Pang
ghostwrtrone
gokaraju
JLundgren
e6henke
Game Squirrel
Felipe Domingues
motorola
Bad Habit
pyromaster64
Only Title

InvestorDrew's Q&A profile

  • Windows Forms MsOulook style Menu

    Hi! How Can I create and insert a Menu with MsOutlook style (left Menu) and autogenerate it with DB elements Thanks for now there are some third party controls that you can use( mostly for purchase ) to get this effect, look in the control gallery up above. But when 2.0 comes out., I believe there will be more support for this type& ...Show All

  • .NET Development Getting SearchResultCollection data into DataSet!

    Hi, I am working on Active Directory Services. I need to get the list of all the users in User category. I am able to get the entire list of users in the SearchResultCollection. Is there any way to drop this result into a DataSet Urgent help is required. Thanks. Pooja. Do you need it to be in a DataSet, or do you just need to data-bind it You can data-bind directly to the collection to display the data. ...Show All

  • Smart Device Development Newbie :: Urgent Question

    I'm totally new in Visual Studio. Currently, I'm trying to install free sample code from msdn, it's Northwind Pocket Inventory - Logistics for Windows Mobile 2003-Based Pocket PC. After I set all the db and other, finally I can run the program in an IPaq except the web service one. I'm rather confused why the web service doesn't work, because I've tried to run it in desktop and it goes well. Is IPaq doesn't support web service or maybe there is another reason about that I really hope someone could give me some solutions. The second thing to ask is that the same program I tried in emulator but it doesn't work at all, the message is something& ...Show All

  • Visual Studio Express Editions Odd 'replace text' behaviour in Richtextbox control

    I did some testing with the Richtextbox control and ran into a problem: when replacing text some formatting seems to be removed. I made a text sample in Wordpad which contains the text and format Bold! Not bold. in rtf this looks like this: {\rtf1\ansi\ansicpg1252\deff0\deflang1043{\fonttbl{\f0\fswiss\fcharset0 Arial;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\b\f0\fs20 Bold!\b0 Not bold.\par } I saved it as 'test.rtf', made a simple form with a richtextbox1 and a button1 and ran the following code in VB: Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1. ...Show All

  • Visual Studio Team System Why TFS Setup can not finish the request to Reporting Services report server (error 28805) during the installation of TFS?

    Why TFS Setup can not finish the request to Reporting Services report server (error 28805) during the installation of TFS The main steps in TFS(services) installation are described below: 1. Install SQL Server 2005 Reporting Services on application-tire computer. During the installation, Reporting Services is set to log on as an account that will be used to setup TFS, and that account is in administrators group. 2. Install SharePoint Service on the same computer, and do not make any changes at this point. After restart computer, goes to setp 3. 3. Install TFS(services) on application-tire computer. During the installation, anothe ...Show All

  • Visual Studio Express Editions Duplicate Property Definitions That Return Different Data Types

    Hello All, I am having a bit of trouble here and am hoping that someone may know the answer to fixing my problem. I have created a class library and organized its members into an object model. Every class has a Parent Property. This property points to the class or collection that owns the given class. An example would be a class called DBTable which is part of the DBTables collection, therefore DBTable's Parent is DBTables. In most cases there can be only one parent, but there are cases where a class or collection can have a different Parent object because some classes share common elements. An example would be the Columns Collection. A T ...Show All

  • Visual Studio Express Editions INSTALLATION ERRORS

          I downloaded Visual Basics 2005 Express, Microsoft  MSDN 2005 Express Edition, and Micrsoft SQL Server 2005 Express x86, as a pundled package. The first 2 installed fine. But I'm having some issues with the SQL Server, it stoped in the middle of the instalation and said instalation failed.( An unexpected error occoured during setup. The data file C:\DOCUME~1\DJARTS~1\LOCALS ~1\Temp\sit27125REBOOT.INI ) cannot be opened ) . Then it said my system does not meet the requirements. So, I read the read-me-file, and according to what it said, my system more than meets the requirements. I have t ...Show All

  • Visual Basic Launching apps from windows service

    I need to start windows apps from windows service. I use following code  myProcess.StartInfo.Arguments = Param  myProcess.StartInfo.CreateNoWindow = False  myProcess.StartInfo.WindowStyle = ProcessWindowStyle.Minimized  myProcess.StartInfo.WorkingDirectory = Path.GetDirectoryName(FullServiceName)  myProcess.StartInfo.FileName = FullServiceName  myProcess.StartInfo.UseShellExecute = True  myProcess.EnableRaisingEvents = True  myProcess.Start() Works great.. only thing when it starts the application it creates a process and starts the process. So if the applicati ...Show All

  • .NET Development datatable, datacolumn Visual Studio 2005 Beta 2

    This code fails at the codeline '.expression = "IIf .......' This code works properly with Visual Studio 2003. The tool used is Visual Studio 2005 Beta 2. If it is a bug is there a patch or a work around if not what is wrong with these lines. thanks Gerhard. Private Sub CalcColumns() Dim rate As Single = 0.0862 Dim table As DataTable = New DataTable("MyTable") ' Create the first column. Dim priceColumn As DataColumn = New DataColumn With priceColumn .DataType = System.Type.GetType("System.Decimal") .ColumnName = "price" .DefaultValue = 50 End With ' Create the second, calculated, column. Dim ta ...Show All

  • Visual C++ porting expression templates to generics

    I'm trying to port simple expression template to generics but I get this errors (The code is shown below): (1) left of '.Apply' must have class/struct/union (2) left of '.GetRowNum' must have class/struct/union (3) 'return' : cannot convert from 'Expression<Lhs,Rhs>' to 'Expression<Lhs,Rhs>' Cannot copy construct struct 'Expression<Lhs,Rhs>' due to ambiguous copy constructors or no available copy constructor public interface class IExpression { public: typedef System::Single tip; virtual tip Apply(int r, int c); virtual int GetRowNum(); }; generic <class Lhs, ...Show All

  • Visual Studio Express Editions Production and commercial?

    Can we legaly sell software developed and compiled using Visual Studio Express Editions Yes, you can - see the F.A.Q. http://msdn.microsoft.com/vstudio/express/support/faq/ Steve Hoag ...Show All

  • Smart Device Development OnPaintBackground does not fire!!

    hi, i am creating a class that inherits LinkLabel. I am trying to override the method OnPaintBackground to make it transparent but it seems it is not fired. any idea why or how can i make my LinkLabel transparent regards, rnv Unfortunately, the .NETCF LinkLabel control paints its entire client area in its WM_PAINT handler. Even if you could override OnPaintBackground, it wouldn't do you any good. ...Show All

  • Visual Studio Team System Unshelve confusion over "no pending revisions"

    OK I understand what happens during shelving but I'm not so sure I completely understand unshelving.  The docs for "Working with Source Control Shelvesets" say this about unshelving: "restores each shelved revision into the destination workspace as a pending change as long as the revision does not conflict with a change that was already pending in the workspace." and "To unshelve an item, there must be no pending revisions against it in the destination workspace." I'm still a little fuzzy on what is meant by "does not conflict" and "no pending revisions"   Is that a case of poor wording e.g. change "no pending revisisions" to ...Show All

  • SQL Server FTS CONTAINS not working

    Hi There, I have table called tblFileInfo, full text indexing is done on the field KEYWORDS FTS is enabled on the server. I have done full population. If I use Like 21 results are returned, but using Contains is not returning any results what may be the cause. 0 results returned Select * From tblFileInfo Where Contains(Keywords,'abc') 21 results returned Select * From tblFileInfo Where Keywords like '%abc%' Regards Rohan Hi Rohan, I'm currently marking one of Jingwei's replies as a correct answer until you provide more information for us to reproduce the problem. You can unmark the question as being a correct answer and this will ...Show All

  • Smart Device Development Pocket trafic counter (CF 1.1)

    I have a pocket pc (CF 1.1) application that send data to a server using webservices. I need to know how many MB's are send from my app to that server. Can anyone help me Thanks! what kind of data are you sending to the webservice You can use a network packet sniffer (e.g. ethereal) to determine the packet size that is being sent across the wire. Alternatively you could write a library in C++ to obtain this information from NDIS and then P/Invoke to this library from your managed application. More info on this can be found here: http://groups.google.com/group/microsoft.public.dotnet.framewor ...Show All

©2008 Software Development Network