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

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

hagan3

Member List

VBwant2B
PCZ
Rick_H
afel
shobapond
Dhaval-Patel
intSteve
Grimmo
cccccc
Michiel0099
jc terry
AlbertS
ChristopherN
aahd1
Arnaud Weil
Pikker1981
Kingwillowviii
Chris Jackson - MSFT
Jon Hisey
Mr Yer
Only Title

hagan3's Q&A profile

  • Smart Device Development WebReference Change Static to Dynamic Setting not working

    I have a Web Reference in my code in which I want to change the URL Behavior from static to dynmaic.  When I do so nothing happens. I look in the app.config file hoping to see the url reference and nothing has changed. I also have checked the reference.vb file and it still is hard coded and not referencing the app.config file. Anyone know what is going on   Hasn't anyone else run into this problem   I am sure others have used this option before.  ...Show All

  • Visual Studio 2008 (Pre-release) Drag & Drop Operations

    Hi there. I'm on charge of implementing Drag & Drop operation for my WPF client. I found a class DragDrop which does it. I have a couple of questions to whom which used it. 1. How do I replace a drag image I know hoe to disable default cursors - from within QuearyContinue. Effectively I need to copy a bit of my screen and use it as a drag image - so I’m looking for smth. like bit blaster in WPF if exists (this problem get solved when I go for physical moving of the UI element I drag). 2. It appears that MouseMove event isn't firing until the drag operation gets completed (which stands to reason). That means that I have to handle a ...Show All

  • Windows Live Developer Forums Messenger integration with Content Management Server

    Does anyone know if its possible to integrate MSN Messenger with MS-CMS so that contents of a web page are either displayed or not according to the Messenger status eg Online = Display content on web page and Offline wouldn't ! Hope someone can advise. =) ...Show All

  • SQL Server Understanding code created by SSIS import/export Wizard

    I built a packaage in SSIS with the import/export utility. It created a Package.dtsx and Package1.dtsx. Both of these files seem to be XML files. I want to understand how these files work. For example, in the package I built I had about 80 tables exporting and importing data. Some of them I want to allow the identiy insert and delete the rows first. Others I want to append the data. How can I find the code or settings that does this Or where can I find the options on the gui interface to change these settings. When I search the code I can't even find a some of the tables that are being transferred. I actual ...Show All

  • Visual C# Message Box

    I'm using c#.net Windows application Before delete I want to prompt with a message box.. I want to have only two buttons Yes & No (As I feel cancel has the same functionality as Cancel - so I don't require that button) - But I want the Control Button on my Message Box window (i.e X on the right top of the window) But without adding the cancel buttong in the buttons - I'm not able to get it... Is there any other property to add it other than adding the cancel button. No. The MessageBox class is simply a wrapper around the standard Win32 message box. In this specific case I'm not sure that you'd want the "X" any ...Show All

  • Visual Basic Numeric textbox

    VB 2005 . How to make a textbox that allows the user to enter only double numbers Hi Kent, I just wanted to confirm that you shouldn't use RightToLeft property in the TB if you need to right-align your digits. This property is intended for right-to-left languages, like Arabic, Hebrew, Urdu and Farsi. ...Show All

  • Visual C# Pass by Whatever

    Hi! I am confused by the insistence of both Java and C# that passing a reference type is not pass-by-reference but pass-by-value. I take it that since you get a copy of the reference, they consider it pass-by-value Then, what is passed in pass-by-reference A handle (pointer to a pointer) And, if so, isn't it a copy of the handle that's being passed As you can see, I am missing something. Please, lay it out simply for me. (Pass-by-value--I get.) Thx! It's not a breaking change at all. All I'm calling for is *compiler* support. out and ref are the same thing in IL, it's the compiler that supports the difference. So to, the compi ...Show All

  • SQL Server ExecSQL Task: Cannot pass variable and execute a stored procedure

    Hello, I try to start a trace on a server using SSIS. I have created an OLE Db connection and three variables defined at the Package scope. Here are the variables and definitions: Trace_number, int32 with initial value of 0 File_name, String with no initial value File Size, int64 with initial value of 0 The connection works fine, as there is other SQL Task queries that gives correct results with this connection. So, for this SP, ther resultset is set to "None", the SQLSourceType is set to "Direct input". The SQLStatement is the following: sp_create_trace Output, 0, , ,NULL I have also created the following parameter mapping 1.Fisrt parame ...Show All

  • Visual Studio Express Editions what's wrong with this?

    WebBrowser1.Url = textbox1.text in vb6 i think it would be ok, so what's the prob in the 2005 Express Edition thanks. Shaul.   oh yeah. . . WebBrowser1.Url = new Uri( "http://www.microsoft.com" ) ...Show All

  • Windows Forms Bad opinion about .NET framework

    Dear Friends, I am using Visual Studio.NET 2005 (Whidbey) to do my developing and designing work. I have developed windows application.I copied the EXE which I have developed,to some other machine (Machine which doesn't has .NET framework 2.0). While running the EXE,I have an error that "you should have .NET framework version 2.0.5314.0 ..." This is really bad. How do they expect that all sys have the framework Then what is the purpose of EXE This is really bad.. Once again they have proved that they are "Microsoft (Not clear)". Any other comments.... Sorry to moan, I was reading this thread and had to comment.   I find your ...Show All

  • Visual Studio Express Editions Problem reclaiming memory when resizing dynamic arrays

    The following code throws an OutOfMemory exception under Win2K using VB Express 2005. The same code works perfectly unfer WinXP and Visual Studio 2005. After experimentation I've narrowed the problem down to dynamic arrays that remain inscope during the resize. It seems memory isn't completely reclaimed with each resize and slowly (or very quickly in this example) the OutOfMemory exception is thrown. I'm guessing this is a bug in the particular build of VB used in Express Is there a fix other than my workaround shown in the code Thanks :-) Option Explicit On Option Strict On 'When resizing dynamic arrays memory is not fully reclaimed until ...Show All

  • Visual Studio Express Editions vb.net and Outlook/Exchange Emails and Global Address Book

    I am building an application in vb.net that needs to read the global address book and also to read and filter emails that a client has received. In Access this was very straight forward - Link Tables, select the Exchange server as a source and the address book and emails are available as tables. VB does not seem to be so straight forward. Does anyone have any code examples or links to code examples in VB Justin I use the following to read my contacts file (MailList) and create a .csv file from it. It might help you: Option Strict Off Option Explicit On Imports Microsoft.Office ...Show All

  • .NET Development combobox or Listbox control overlaps

    hi, can anyone help me regarding my problem in my dhtml menu (asp.net). The dropdownlist or combobox or Listbox control overlaps my menu, or it is dispalyed in front of my menu. Is there a workaround for this Thanks. Please follow up with at either the IE or ASP.NET forum. You'll want to include some sample code or a link in your post so people can see what your issue is. IE/DOM related questions http://www.microsoft.com/windows/ie/support/newsgroups/default.mspx Click on the newsgroup with the particular version of IE you're interested in. ASP .NET related questions http://forums.asp.net ...Show All

  • Visual C++ need help with c++

    hi, im having trouble with getting a certain program to work. Its probably a really simple problem, but i just can't get it to work! I'll seriously pay someone like $5 to do this in c++ by tonight =D just give me yer paypal! white a program for... (Airline Reservations System) A small airline has just purchased a computer for its new automated reservations system. You have been asked to program the new system. You are to write a program to assign seats on each flight of the airline’s only plane (capacity: 10 seats). Your program should display the following menu of alternatives— Please type 1 for "First Class" and Please type 2 ...Show All

  • Visual Basic Title Bar not required

    Hi, I am making a application in which I have custom Dialog box. i.e. My Application is Skinned application and hence I draw all required components of it my self. But I am facing problem in removing Titlebar from it. I remove the title bar by making Forms Text property to blank using this:- Me .Text =""   But It also make the Windows Task Bar Icon to have no text in it.. Now I want that Title bar got remove at runtime and Windows Task Bar also display My application Name and Icon. Is it possible If yes how Please Help Me..:) Thanks Hi, Ooops I guess to tell you one small thing in it. I am using the client area of my ...Show All

©2008 Software Development Network