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

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

TheDogger

Member List

Tomster42
steve64
Damien Morton
Justinsfddsfsfd
Vestra
maitreg
George Breedlove
mtstarr
Calvin Chann
JoelDev
svuddhi
77elcomama
lordbaltz
ckzulueta
Roger McElfresh
Eeyore116
Dukeboss
GaryShort
aly aly
Ramesh Kasavaraju
Only Title

TheDogger's Q&A profile

  • Visual Studio Express Editions Newbe looking for VB overview

    Hi, I'm a newbe and would like to know where can I get an overview of VB Express 2005 and .NET Framework and how they relate to each other. I see terms like to API and MSDN and would like to know more. Thank you in advance for any help. Regards, Ken Hi Ken, Take a look at the topics in the Visual Basic Guided Tour - they should give you a a good idea what Visual Basic Express is all about. http: ...Show All

  • Windows Forms Iterate through all tab pages in tab control - how to hide this from user

      RDD wrote: * I have a form with one TabControl with 2 TabPages, with one TextBox on each TabPage . Result of running this Form: * The TextBox of the visible TabPage gets bound very well, and displays the property value. BUT, the TextBox of the second TabPage remains blank. Can somebody provide with a solution   Mark Rideout wrote: Just to let you know -- I'm investigating this. The ...Show All

  • Visual Basic How does keyboard control work?

    I just don't get how to make the keyboard control objects. For example, if I wanted to make the up arrow move an object up on the screen, how would I do that I know about the Keypress() or Keydown() events, but I can't figure out how to make them respond to a specific key. here's a quick example. Public Class Form1     Private Sub Form1_KeyDown(ByVal sender As System.Object, ByVal e As System.W ...Show All

  • Visual Studio 2008 (Pre-release) BinaryMessageEncoding and TcpStreaming Binding in September CTP

    Was binaryMessageEncoding removed from WCF due to the fact that it was not interoperable In Beta1, you could flag a binding for binary encoding this way < binding configurationName="TcpStreaming">   < binaryMessageEncoding /> < /binding> September CTP bits don't like that BinaryMessageEncoding element. I am told that it is invalid child element of binding. I can't find any examples in the docs that don't do it this way, b ...Show All

  • SQL Server P.S. Tasks > Export

    I have spent the last 2 months or so designing and modeling my new application backend in SQL Server 2005 Express edition. I am ready to move it to a production copy of SQL Server 2005. How do I go about this What kind of words can I put into google to bring some sort of results. I have been looking in many places but no luck on how to take all the tables I have made (some with data, some not) and copy them to a live SQL 2005 Server. ...Show All

  • .NET Development Code when called from procedures but not when called from button events!

    I have what I consider a weird problem.   I have two procedures, <scrsave> and <scrcopy>.   They run perfectly when I call then from button events as I did during debugging.   Now when I try the same procedures by calling them from code rather than button events they seem to not work.   The first saves a screen shot to a picture box while the second copies a portion of the screen shot to another picture box. &nbs ...Show All

  • Visual C++ Inheriting from a generic class

    I may be being stupid and doing something completely wrong but I'm trying to create a class that inherits from a generic list. I only want to store one class type in my class but I can't work out how to do it. I've tried using namespace System::Collections::Generic; #include "MyItem.h" public ref class MyCollection : List <MyItem^> { .... } Is this possible or am I doing something wrong with the syntax. Sorry if this is an ...Show All

  • SQL Server Management Studio lists all databases

    I was under the impression that Management Studio wouldn't list any databases that a user doesn't have access to.  But if I create a new user and give them db_owner permissions to just one database, if they log into Management Studio, they are able to see all databases listed.  They don't have access to do anything further, but they can still see the list which I thought was handled better in 2005. I'm using the Sept CTP.  Is the ...Show All

  • SQL Server Problem about authentication of OLAP on web

    server : MS SQL Server 2000 olap : Analysis Service client : Excel save to .html connection client/server : workgroup I use Excel to retrive data from AS and publish to website by save file to HTML file The problem about authentication of OLAP is it's depend on Windows account . Example. If I would like to create new account to viewable data on client , I must 1.Create user (Windows account) in server and set to group that ...Show All

  • .NET Development Keeping Unmanaged DLL Used by P/Invoke in Memory

    I use a 3rd party DLL, written in C++, that I call via P/Invoke (C#.NET 1.1). Problem is this DLL takes about 3 times as long to call the first time it initializes that it does subsequent times. Calling it via P/Invoke seems to cause it to load everytime. How do I keep it in memory so I do not get the initialization overhead everytime I call it.   dimkaz wrote: Oh, and you might want to add SuppressUnmanagedCodeSecurityAttribute ...Show All

  • .NET Development How do I: Add a table to an Access database?

    Someone else posted a reply about ADOX in a different thread: "I'm currently using command.executeNonQuery() method to add new tables to a database." What's the SQL syntax Is there an easier way If I have a DataTable already created by code, can I easily add that to an Access database, or do I need to convert it into an SQL statement ---Mike Hi, Take a look at the reference here: http://msdn.microsoft.com/libra ...Show All

  • .NET Development File Size via FTP

    Is there a preferred way to obtain the size of a file stored on an FTP server using the 2.0 Framework The best I've come up with is to contact the FTP server via an FtpWebRequest object, with its .Method property set to W ebRequestMethods.Ftp. GetFileSize. This causes the size to be returned in the FtpWebResponse object's StatusDescription property.  But its preceded by the Status Code value, so I have to parse the StatusDescription ...Show All

  • .NET Development How DO I configure WSE 3.0

    I need to develop a web service obviously a secure one with efficient message transfer.I came up with WSE 3.0 anyone please help me in cofiguring wse3.0 to my or how to use it. Thanks in Advance Parvez Mohamed After you install WSE 3.0, in Visual Studio, right click on the project you wish to add WSE 3.0 to. At the bottom of the menu you should see someting that says "WSE Settings 3.0...". Click that. It will open ...Show All

  • SQL Server an insert

    Hello, I need to realize an insert something like the following: Exec GetMyID @tName, @MyId OUTPUT INSERT INTO MyTable2 (MyId,MyName) SELECT @MyId,MyName FROM MyTable1 Here I am getting MyID from a stored procedure and I need to insert this to MyTable2, however I need to get a new MyID for each row in MyTable1. How can I do that you could write a view which uses a cursor to step throu ...Show All

  • .NET Development SQLClient Error on SQL2005 - No Process On Other End Of Pipe

    I have a program that works great with SQL2000 but throws the error shown below when used with SQL2005. I have two questions: 1. How can I fix the error, 2. Where can I look errors like this up on MSDN so I can fix them myself A search on MSDN for this error does not return any useful information. I have the error handler from patterns and practices in my code and it uses a set of messages in a messagebox to show the following error: ...Show All

©2008 Software Development Network

powered by phorum