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

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

beginner_kk

Member List

Kurre A
Kristoffer Ryden
uncthf
Jamesx
aby
Byrnie
Tony Morgan
JND
averge joe
Verdant
Dataplex Systems Maz
Integrator
MiFra
Kevin TX
LiamD
jemjr
d2005d2005
Øyvind Habberstad
Stigern
Juan.Faustino
Only Title

beginner_kk's Q&A profile

  • Visual C# Printing A Windows Form

    I've done a bit of research and it looks like there is no real easy way to print a windows form. What I'm after if the ability to print my form, which contains only labels and one image. The main technique seems to be redrawing all of these controls to a graphic object, then sending that object to the print dialog. My question was, is there an easier way to print just a windows forms with labels, that has no buttons, or textboxes, etc on it Are there any free or relatively cheap components that can make this easier I've looked at the PrintForm for $299 but was hoping for a cheaper or easier way of doing this. Is there something new ...Show All

  • Smart Device Development Device Emulator Manager

    I'm probably just not following instructions correctly... WinXP Pro SP2 ActiveSync 3.8 Downloaded standalone DeviceEmulator050419.msi.  Following the Installation and General Usage Instructions.  Step 1, Install Emulator, done and no error messages.   Step 2, Register Device Emulator, done and no error messages.  Step 3, Select Device Image.  Done, either Cold Boot image seems to work just fine.  Unit shows up and OS launches.  No apparent problems. Step 4. Choose Options.  Appears to be fine.  No current reason to change options, so nothing done with this step. Step 5.  Here's where I hang.& ...Show All

  • Visual Studio Team System Cannot access Documents in Team Explorer

    I have the Beta 3 Refresh of TFS installed. I logged in as TFSSETUP and created a new Team Project (AdventureWorks). In addition, I added my personal id to the admin groups in the Team Foundation Server Security Group and Windows SharePoint Services Role. In the server/reports server, I added BUILTIN\Users to the Properties\Security (this was not enabled by default and thus everyone other than server administrators received security errors for the project portal web parts... which was not well documented, btw) When I connect in Team Explorer as TFSSETUP and access the Adventureworks Team Project, everything is fine. However, when I log in ...Show All

  • SQL Server Row and column count in SSMS

    When you execute an MDX query the Messages tab displays the number of rows and columns returned. However, that includes the rows and columns used to hold the member names. Personally I would prefer it only returned the rows and columns in the cellset. Anyone agree/disagree Discuss!!! Also, a minor point. I'd like it if the rows and columns were displayed on the results tab like the number of rows are in a SQL query. Anyone agree cheers Jamie Hi Jamie, The row and column counts returned for empty axes are also a bit inconsistent : >> select {} on 0 from [Adventure Works] ---------------- ...Show All

  • Visual Studio Express Editions Start page question

    On the start page, there's a list of recent projects. I to remove projects from this list to remove clutter. The only way that I found was to move the directory and then click on the link. VS then asks me if I want to remove it since it cannot find the directory. Is there a better way Thanks, LGuy I think the existing project list in Start Page come from MRU List stored in the registry, but the Start Page script is checking if the File/Project exist first before the script will display it to the Start Page. The location of ProjectMRUList is in this path: HKCU/Software/Microsoft/VisualStudio/<Version>/ ...Show All

  • Visual Studio Express Editions Slow screen redraw

    I am in inexperienced programmer who has an application that displays many (50-60) controls on a form. The application is a production planning system, that requires many controls displayed on screen (1 for each job qued on individual machines) Whenever the form is re-draw, it is painfully slow, I have set the doublebuffer ControlStyles etc, but are unable to fix the issue. This issue is running on a P4 2.8GHZ / 500MB PC. Can anyone assist I have attached an example of my problem (not my actual application, but the samle gives the same issue). The sample simply displays many controls onto a form. When you force a redraw ie ALT ...Show All

  • Windows Forms Updates are soooo Fun

    Ok has anyone come up with any good ways to speed up updating in simple applications  Not N-tier and such just a simple little application communicating over a network to a database, lets say an access database. Flat but wide file. Updates from the access front end of course take half the time but I have 200 users  ;) working on the syst ...Show All

  • Visual Studio Express Editions Aspx files not working

    When clicking view in browser, it hangs when trying to run aspx files. HTML files work fine. Any suggestions Found it ... Had to run aspnet_regiis.exe - i again. Some reason, it didn't take the first time. ...Show All

  • Visual Basic Asynchronous Sockets

    2 part question: 1.)For the asynchronous socket methods in visual basic .net, what does the size parameter pertain to For example Socket.beginreceive(data,0,5,new asynccallback(addressof Foo),0) Does this mean Foo will be called when I receive 5 bytes, that Foo will be called when I receive anywhere up to 5 bytes, and if I receive more than 5, are the others loaded into data or lost or do they wait for me to call beginreceive again 2.) Is it correct that you cannot send data using beginsend when beginreceive has been called but endreceive has not been called. And if so, endreceive requires a parameter iAsyncResult which is an int ...Show All

  • .NET Development Accessing folders in windows 2003 server.

    I’m trying to download file from a server –Which is running windows server 2003- using the following code: System.Net.WebClient WebClient = new System.Net.WebClient(); WebClient.Credentials = System.Net.CredentialCache.DefaultCredentials; downloadedfile = “ http://pr2/Signs/123.tmp ” ; savedlocallyfile = System.Configuration.ConfigurationSettings.AppSettings["TempFolder"]; WebClient.DownloadFile(downloadedfile , savedlocallyfile); while executing the last step –The download step- it produces the following ex ...Show All

  • .NET Development Div Scroll

    Hi, I have created a DIV tag, inside I have placed a .Net datagrid. The DIV has a scroll bar when the number of items on the GRID exceed the height of the DIV. The problem is that when I scroll down to the bottom of the DIV and I select an item of the grid the scroll of the DIV goes to the top so I cannot see the item being selected. Any suggestions Thanks Play with this: <html>   <head>     <script type="text/javascript">       function GetDivPos(){         document.Form1.divVert.value = document.getElementByI ...Show All

  • Microsoft ISV Community Center Forums Length of an Excel Macro?

    I am writing a macro but I'm not sure if it is getting too long or if there is such a thing as too long. This is what I am asking it to do: 1. open a text file and convert to excel 2. save the full file in a folder 3. delete some colums and records then resave in a new folder then resort the coulms change some data and save in a 2nd folder then close 4. reopen original file and delete different colums and save in a third folder resort the colums, change some data and save in a 4th folder then close Is this too much to ask one macro to do Am I just asking for trouble Should I split it out into multiple smaller macros ...Show All

  • Windows Forms An strange thing that i want to do

    I'm filling a datagrid, but I want to instead of the code of the ocupation, shows the ocupation name. Where's the problem ..here it is....kind of graphic table Person                                   Table Ocupation ... ... ... Cod_Ocupation<--------------------->Cod_Ocupation           &nb ...Show All

  • Smart Device Development Find() method of the Controls collection of a Mobile form

    Is the Find() method not an available property on forms for SmartDevices/PocketPC's etc Thanks Tryst I'm not aware of a Find method in the full framework. There is FindControl method but it only exists in WebControls. What are you trying to do ...Show All

  • Visual Studio Team System WEB Test Setting Environment variables inside IDE

    I notice that VSTS has the ability to import & export settings. Is it possible to import environment variables as well History: I have been working on creating a method to set context variables that will work both in console mode running MSTEST, as well as from within the IDE. Console mode is easy - set Test.FOO then run MSTEST. Setting an envronment variable from the properties window of my computer is almost as easy, and can even be done with a simple program using Environment.SetEnvironmentVariable but requires that visual studio be closed and re-opened. What works the best (for me) is to create a web plug-in and use th ...Show All

©2008 Software Development Network