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

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

PAPutzback

Member List

Master_MFB
dan123
Adrian Betschart
Justin_B50
War59312
tim2
Liza
NizarJalal
SiJP
Val Maltsev
MOkasha
Brad Peterson
Mathias Hasselmann
msj3990
RMD
oguime
sParc
Iain Bryson MSFT
J.Wright
MikeBzz
Only Title

PAPutzback's Q&A profile

  • Smart Device Development Treo 700w Emulator connection pob

    Hello i have recently installed the Treo 700w emulator. I can open the Device Emulator Manager and run the Treo 700 emulator, even sync it with Activesync, but I can not connect to it from MSVS 2005. When I try to run my application it starts the Treo emulator but it does not connect. I have no trouble connecting to the other win5mobile emulators. I just get an error Device connect failed, nothing else. Thanks Jon Hello, We would like to investigate further on why connection failed. Can you please provide me following information 1. Location of Treo 700w emulator from where you installed it. 2. Build number of Visual Studio ...Show All

  • Windows Forms Editable Panel within UserControl

    I have a usercontrol that I drop a panel and a label onto. I dock the label to the top and the panel dock to fill. When I drop my custom usercontrol onto my form, I can't add controls onto my panel. I want the ability to add controls onto my panel inside of my usercontrol. I have read some threads about using EnableDesignMode but it  ...Show All

  • Windows Forms GDI+ & games?

    Would it be wise to develop a game in a .net language using GDI+ for gfx in the game or is it too slow  I've tried to learn DirectX 9 but I find it to have a slow learning curve. The game I'm developing is a 2D scroller, but because I will use physics in the game the cpu will have a lot of work to do. What do&nbs ...Show All

  • Windows Forms Insert command ADO.net

    Hi, I have to insert 10-15 rows in the database. Should I insert them one by one or there is a ADO.net function that mass inserts values or a function that I can use to run multiple queries Thanks, Hi, What you can do is write a user-defined function say InsertData() which will accept as parameters the values you wish to enter into the database and write an Insert command with those parameters. Within your calling function, each time you wish to perform an insert, call InsertData and supply it the desired values. If you are accepting values for the insert from the user, you can do so withi ...Show All

  • Visual Studio Express Editions Question about getting MSDN Library later

    When installing Visual C++ I didn't click on option to download msdn library because I'm a newbie and it seemed so large. Do I still need it when my next level is to go over intro videos If I do need it to learn more what way is there now to download it since I didn't click that download option when installing If I know nothing about C++, so am I not candidate for learning about Visual C++, or learning of one will be learning of the other THx. jerry If it helpful with the MSDN library installed, it is also available online so if you are online you can access the information at http://msd ...Show All

  • Windows Forms Timer Problem

    hi iam having two windows forms , one form is using timer for refreshing, but if i open the other form in front of the first one the second one disappears i want to refresh the first window with timer only if it has the focus pls help Thanks in advance The form has a Focused property. I just did this: namespace WindowsApplication13 { public partial class Form1 : Form { private Timer timer = new Timer (); public Form1() { InitializeComponent(); timer.Tick += new EventHandler (timer_Tick); timer.Interval = 500; timer.Start(); } void timer_Tick( object sender, Eve ...Show All

  • Visual C# "That assembly does not allow partially trusted callers."

    I don't understand this... Whenever i click my button i get the following error: "That assembly does not allow partially trusted callers." What can be wrong I'm reading the source code of an example application using the MySQL connector, and i'm trying to create a similar application. It's pretty embaracing :( [ STAThread ] static void Main() { Application .EnableVisualStyles(); Application .SetCompatibleTextRenderingDefault( false ); Application .Run( new Form1 ()); <--- "That assembly does not allow partially trusted callers." FORM1.CS: using System; ... using MySql.Data.MySqlClient; ...Show All

  • Windows Forms Smooth alpha blended splash screen (PNG)

    Hi, I found a very good article a couple months back about png alpha layer splash screens. Unfortunately I can't find it anymore :/ I think it had something to do with channel 9. If anyone got that link at hand, I'd really appreciate it. Thanks, Tom ...Show All

  • .NET Development Remoting Server and multiple clients

    Hi, I have implemented a remoting server application that host a remote object that is refernced by multiple client applications.(SAO, singleton). Windows applications. Thus, it is straightforward that client applications use the proxy object hosted by the server to invoke methods directly. This is a straightforward request-reply mechanism. However, in order for the server to notify multiple clients, the client applications have also hosted a remote object. The server can then create a proxy object hosted by a client application and invoke methods directly. (such as notify() ); However since there are multiple clients, and each cli ...Show All

  • Visual Studio Express Editions Moving to SQL Server 2005

    I have some books on order so hopefully my immediate questions will be answered shortly without too much help from others here. I have lots of experience developing/using SQL Server 2000, so I thought taking up SQL Server 2005 wouldn't be too much of a mind shift. How wrong could I be My initial experience of SQL Server 2005 is not particularly positive because I seem to be struggling to get off first base. I had expected to see an updated copy of the Enterprise Manager that I was familiar with in SQL Server 2000, but no such thing seems to exist for SQL Server 2005 on my development PC (or at least, I can't find it if it is there). I ...Show All

  • SQL Server Connection between 2 databases in local sql server

    Hi, I have two different applications based on SQL server database. In one of the applications I need to use the information stored in the second database, only for read purpose. As I understand I need how some to make a link between the databases in order to share tables. Can anybody advise me how to do that, if it is possible at all Thanks Just use a fully qualified name i.e. Server.Database.Owner.Table for example: Select * from MyServer.Northwind.dbo.Customers Regards Paul ...Show All

  • SQL Server Pakcage Error...How to read files on a different domain?

    So did some troubleshooting on the my previous post - http://forums.microsoft.com/forums/ShowPost.aspx PostID=272319&SiteID=1 Thanks to everyone who tried to help... So I got some insight into what is happening. My package was having trouble reading files on a remote domain although I mapped the drives locally. This does not cause either running the package to failed either through directly running under VSS, or Execution Utility. But it failed when I try to schedule it through SQL server agent. I wonder if it is the security context problem and asking for help of how to get around that issue. So I have a for each file loop cont ...Show All

  • Windows Forms Keeping connection open: Good Idea?

    Making the transition from ASP.Net to windows forms.   While I would never do this in ASP.Net, it seems that it may not be a bad idea in windows forms: I have a pretty straightforward little application where I have a main form that remains open as long as the application is running.  Various other forms are opened from this main form an ...Show All

  • Visual Studio Team System Merge Changeset Question/Suggestion

    Recently I have been having to merge changesets between 2 branches in our source control using Team Explorer (VS2005), and have been encountering some difficulties in doing it. Now I realise that I might not be using the correct method, but I haven't found another yet :) And apologies if this has already been addressed, I did have a search through the forums for another thread on this topic, but might have missed it. Anyway, what we generally do in our release cycle, is once we have branched off a release, we continue working in our main branch, and periodically merge over some of our changes to the release branch (bug fixes e ...Show All

  • Windows Forms Module Variables

    Hello, I have created a module in my project where i declare some public variables which i use.  I used this way so i can reference them globally from other forms. This is my module: Module Settings     Public LowThreshold As Integer = 10     Public VAT As Double = 15 End Module Is there any way i can alter the values of this variables& ...Show All

©2008 Software Development Network