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

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

RichardM

Member List

scott32874
_dot_
Jim Kiser
CN.Net
Jay1b
glw
RabBsl
Vishwanatha Nagur
Sithlrd
invoice
vishu_gupta
JosephDev
jrobeen
davidt1234
pdianne
MBann
Cologne Claret
HokieTX
EuroPhilC
Tassieboy
Only Title

RichardM's Q&A profile

  • Visual Studio Express Editions Window Service Problem With VB

    Hi Im sorry. Lets Say i use this Window Service To Check A certain folder Which might be different on differnt pc. But It will always be the Folder Of my Web Application. Let say Folder of Webapplication is : WebApp In it got Webapp/Bin ,Webapp/Code,WebApp/DB,Webapp/Images,WebApp/Temp in this window service i want to check the Temp folder to see if anyfile is inside then proceed to my Sql Procedure. In WeB application i would use Server.mappath() but How do i define it in VB Cos Different Com Might HAve Dif Directory install So How. Sorry to bother. Thx in advance. Hi, are you developing this app ...Show All

  • Windows Forms Best user interface control suite?

    The application I'm currently developing requires a very robust and user-friendly interface.  I know there are many third party control suites out there, but which one is the best for the money   I'm looking for a package that supports dockable toolbars and windows/containers, preferrably multiple color schemes, menus with icons, tab interfaces, etc. (pretty much the standards.)  I've looked at Infragistic's NetAdvantage, Actipro's UIStudio, QIOS DevSuite, DivElement's Sandbar and Sandock, etc. If anyone has personal experience with any number of these (or other) packages, please share your suggestions and preferences. Also, ...Show All

  • Visual C++ Error including queue.h

    When I include queue.h I get the following compiler errors in list.h c:\program files\microsoft visual studio\vc98\include\list.h(37) : error C2146: syntax error : missing ';' before identifier 'Length' c:\program files\microsoft visual studio\vc98\include\list.h(37) : error C2501: 'DWORD' : missing storage-class or type specifiers c:\program files\microsoft visual studio\vc98\include\list.h(37) : error C2501: 'Length' : missing storage-class or type specifiers c:\program files\microsoft visual studio\vc98\include\list.h(53) : error C2146: syntax error : missing ';' before identifier 'GetPrevLink' c:\program files\microsoft visual studio\vc9 ...Show All

  • SQL Server Is there a way to create a dynamic Insert on Stored Proc?

    Hi, I have more than 30 tables and I want to create just one SP for the Insert statement for all of my tables. Is there a way to do this or do i need to create one sp on every table for my Insert stmt. Thanks Does all the 30 tables have same number of column and column name If not, it is better to create one for each table. Even you can use Dynamic SQL to create the insert statement, you will still have to pass the values into the stored procedure. And you will have problem if different table has different number of columns. ...Show All

  • Visual Studio Team System PRoject ALert not working in Team foundation Server

    hi Project alert is not working. can anyone tell the procedures to configure that ... Thanks Rithu Could you please describe *what* is not working with the Project Alerts Did you check the check box next to an alert, enter a valid email ID and then click OK Was there no mail generated when the event occurred ...Show All

  • Visual C# Transfer the value of a text box from one form to another.

    I want to be able to have the value of the text box in one form populate a text box in a second form when it opens.  Can anyone help me with this. It depends on the scenario of your application. The textbox1 control in Form1 is an field member of the Form1 class, if you want to have the value for the textbox from another form you have to expose the member field as a public (or internal) property so another class can access to it. Good luck, ...Show All

  • Visual Studio MailTo in ReportServices Report

    I am attempting to pull information back from a table which includes an email address. I would like the email address to be a mailto so that the user can click on the email address and open the default mail application. I am placing =" Mailto:'" + Fields!Email.Value +'"" in the navigation Jump to URL for the text box that contains the address. If I hard code the address it works fine but using this method to get the address from the link is not rendered as a link. Any suggestions/guidence Thanks Worked like a charm when I use it in the navigation jump to URL. Thanks for y ...Show All

  • SQL Server Execute a package on a remote server

    I want to execute a package that's found on a remote server as MSDB. The execute package task locally is not allowing me because i don't have a login permission i guess because i'm not on the same domain and my user account doesn't have the neccessary privelages to access the server. However i can execute sql statements and data flow tasks on the same server. Isn't it possible to use the login and password of the sql server in away or another to execute the package Thanks Thanks for your comments. I fail to understand the following comments - can you please elaborate the following ...Show All

  • Windows Forms Handling OnMouseClick of a control from designer

    How can I handle this event when the user clicks on the control in VS designer   I would like to create control similar to TabControl (but I dont want to inherit it) and I am interested, how is the tab switching done in the design time for example.  Similar question is, how can I add drag&dropped controls to my usercontrol. Thank you in&n ...Show All

  • SQL Server When comes Sql26k?

    Dear fellows, I wonder how long for the upcoming Sql Server 2006 Thanks in advance Hi, katmai (this is the code name for the next release is targeted for 2007/2008). So this is yet a long way to go :-) Enjoy SQL2k5 meanwhile :-) HTH, Jens Suessmeyer. --- http:/www.sqlserver2005.de --- ...Show All

  • Visual Studio Team System Workspace remain in the windows 2000 user profile

    How can i clean properly the workspaces references in the local machine. The workspaces is removed properly from the server but it is the user profile. When a new user (USERB) uses VSTS and try to create the workspace he has an error 'the workspaces is allready mapped to DOMAIN/USERA'. The previous USERA had removed the workspace from the 'Manage Workspaces' window in his own windows session. Please Help Thanks Laurent Visual Studio caches the workspace info on the local computer. You can update the cache on the local PC by using the following command: tf workspaces /o:* /s:http://yourTFSServer:8080 ...Show All

  • Windows Forms problem to call a Dll function .NET

    I have the following code in VB6 to create a picture object: Dim IPic As IPicture Private Declare Function OleCreatePictureIndirect _    Lib "olepro32.dll" ( PicDesc As PicBmp, RefIID As GUID, _    ByVal fPictureOwnsHandle As Long, IPic As Image) As Long The IPic is to store the picture object created. After I convert this code to VB.NET, it becomes Dim&nbs ...Show All

  • Visual C# Getting Started .... rendundant build errors.

    Hi. First time VS2005 C# user making the switch from java. Every C# example program, Hello World, sample project, etc, I try to build gets these same errors: Error 1 ) expected C:\Documents and Settings\tantilla\My Documents\Visual Studio 2005\Projects\WindowsApplication2\WindowsApplication2\Properties\AssemblyInfo.cs 11 30 WindowsApplication2 Error 2 Expected class, delegate, enum, interface, or struct C:\Documents and Settings\tantilla\My Documents\Visual Studio 2005\Projects\WindowsApplication2\WindowsApplication2\Properties\AssemblyInfo.cs 13 29 WindowsApplication2 Error 3 ) expected C:\Documents and Set ...Show All

  • .NET Development common language run time error

    i developed an application using vb .net with database connection and i tried to run it unde windows 98 with .net framework 1.1 but i get a common language run time de... error can any one help please you have to describe the error and when it occurs as detailed as you can in order for someone to help you. For instance, it occurs on connection.open! ...Show All

  • Visual Studio Express Editions Visual Web Dev. - Creating a database

    I'm trying to figure out how to create an SQL Express database from within Visual Web Developer. The Data Explorer tab has a grayed-out entry for creating a new database, and Microsoft's VWD Express website explains that this can be done, but so far I haven't discovered how, even though I have installed both VWD express and SQL express, and they should be integrated together. Has anyone figured this out yet Since there is a grayed-out popup menu item for doing this- it must be possible. I've downloaded and installed the optional management tool for SQL Express, and have used it, and I wonder if there are any security issues involved in the i ...Show All

©2008 Software Development Network