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

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

Mike_1232123432

Member List

Sk75
Gilles Outlet
prashant
t_shan
Chaz.RioterDecker
Terry Denham
Steven Hawkes
JACorona
Mardy
Igor_G
Mawla
Tyson882
MazterDeath
ImperfectTommy
Mihai Balan
Gjergji Stasa
Tim Benton
Tomas
shecla
JSR2005
Only Title

Mike_1232123432's Q&A profile

  • Smart Device Development Change the PictureBox size to fit the image

    Hi there, I have a general question to ask. Is it possible to change the picturebox attributes to fit the image size The reason I ask is this: I would like to show an image in its original size, yet all images I have are different sizes. (I'm using scrollbars right now to view the image) Thanks, Martina SpeBeeTo wrote: Is it possible to change the picturebox attributes to fit the image size <snip/>The reason I ask is this: I would like to show an image in its original size, yet all images I have are different sizes. (I'm using scrollbars right now to view the image) I ...Show All

  • SQL Server SSIS Error Output -- how is it supposed to work?

    I’m importing a Flat file (delimited text) into a sql server database table and trying to trap any import errors in another output Flat file. I create a Flat File Source task. After tweaking the task, the Source “Error Output” tab shows all the input columns and all “Error” and “Truncation” values are set to “Redirect row” Next I add a “SQL Server Destination” task and connect the Source green arrow to it. Finally I add a Flat File Destination task (error Output task), connect the Source red arrow to it, click “OK” in the “Configure Error Output”, and finally add a connection manager to the Error output task. When I ...Show All

  • SQL Server Partition tables in SQL Server 2005

    I'm studing the partitions of SQL2005 for future implementation and I have some questions to make: * Can I associate more then on Partitions Functions to a table With this feature I want to know if I can have partitions combined with 2 or more table columns. CREATE TABLE [dbo].[OrdersRange] (     [OrderID]        [int]                NOT NULL,     [OrderType]    [int]                NOT NULL,     [OrderValue]&nb ...Show All

  • Visual Basic IDE pauses after every keystroke. -

    Working in a project with 100+ forms, in one particular form I was working in today, there are 18,500+ code lines. I needed to add a couple of new methods, the problem is that the IDE is pausing almost after every keystroke. I have turned off intelli-sense. I have removed all Add-Ins, I have disabled as many things as I can in options, and it is still unuseable.. I have restarted computer, tried in disconnected mode (source safe). Machine is a 2.4ghz Dell Laptop with 2gig ram and 70gig hdd, WinXP SP2, with 20gig hdd space. it has so far taking 3 hours to write 30 lines of code, (between machine reboots, option switching etc), my bosses are ...Show All

  • Visual Studio Express Editions TAPI relavant Component in .NET?

    Hi, I was used TAPI to developed IVR system using VB. What component I'll use in .NET since is TAPI dll is not support any more in this platform. Please help me to setup IVR system using .NET As TAPI is simply a addition microsoft COM component you can continue to use this. I dont think MS have done anything to replace it with anything different. You may want to check out if there are any other 3rd party components that do similar tasks by doing a web search. The beauty of modern development languages is that they allow 3rd party components to be added to provide this functonality. If TAPI is doing what you want then I would pro ...Show All

  • Windows Forms click once newbie questions

    1. I do not want to hard code any publish or check for updates location. Instead I would like my end users to be able to install in one of two ways. From CD or from network file share. If network file share I would like the check for updates to come from source location. Is this possible 2. Where do I add secondary data files. Under the publish tab I see application files. Can I add other files to the installation. If so how ...Show All

  • Visual Studio Loading image Dynamically in CR9.0

    I need to load image to crystal report from database dynamically at runtime. I am using Blob field. This report is showing only if the image in database is BMP or TIF. It does not shows the image whiche loaded from other format I am using Cr9.0 dot net Bundled version ...Show All

  • Windows Forms Manually raising an existing event

    I would like to automatically raise an existing event based on a value that is passed into a form. Note the following code: Private strAutomatedMenuItem As String = strMenuItem     Private Sub frmMain_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load         Cursor.Current = System.Windows.Forms.Cursors.AppStarting()       &nbs ...Show All

  • Windows Forms Error starting Windows Service Programatically

    Hello, I am using the ServiceController to start a service programatically. However, every time i do a start(), it gives me a C0000005 exception related to the security settings I believe.  The other message I get is  The service DialingService cannot be started from machine '.' and it forces me to shutdown my computer. Is there a way to get around this&nbs ...Show All

  • Visual C++ executing windows commands from vc++(eg: net user)

    hi, i want to execute the windows API command "net user" from vc++. i want to store the result in a text file and retreive the home directory value . thanks gbabu17 wrote: i want to execute the windows API command "net user" from vc++. i want to store the result in a text file and retreive the home directory value . There are loads of ways to execute a program in VC++ (I can think of 25 off the top of my head). The system() function is available in all ANSI C(++) compilers: system("net user Guest > textfile.txt"); However, due to the limi ...Show All

  • Visual Basic How can i pass a variable from a sub to another sub ? thanks.

    hello, this is really simple but drives me crazy, i want to retrieve saved value of OldTab in the 2nd sub, however, when doing step by step i can always see the variable resetting to 0 i tried to declare it at module level with Public & Public Shared also tried Static, Shared, Private Sub, Public Sub .............. etc but it doesnt work   Public OldTab(0 To 1) As Integer Sub TabList_Deselecting( ByVal sender As Object , ByVal e As System.Windows.Forms.TabControlCancelEventArgs) Handles TabList.Deselecting Dim TabListSelectedIndex As Integer = TabList.SelectedIndex Dim OldTab(0 To ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Disable FSAA for some primitives each frame? (disable it temporarily)

    If I set my device to use 4x FSAA for example, can I temporarily disable it when rendering primitves or somehow make primitives that isn't affected by the FSAA I have a graphical user interface that render text and quads with point filtering, that way making it "pixel perfect". Much like blitting a sprite but I'm using triangles instead. However this method breaks miserably when I add antialiasing, since the pixel precision is lost and it looks horrible. I would like to render the GUI and text triangles without FSAA and terrain / player / whatever else with FSAA enabled... I'm using MDX if that matters. Any help / ideas are appreci ...Show All

  • Visual Studio VSWebSite in VS 2005?

    Is VSWebSite supposed to be used for VS 2005 automation If so, where is it documented I want to add a website to VS 2005 via automation. What is the best way to do that Thanks! Jim, I suspect Roger was referring to VSWebSite as either class or namespace in one of the IDE assemblies. On my Beta 2 installation it's called VsWebSite.Interop.dll and located in ogram Files>\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\ folder. Thought I'd point it out. ...Show All

  • Visual Studio Team System Instrumenting a Unit Test - Seeing double

    I've created a performance session on a unit test by 1. Add all the release DLL's in a unit test project - marked for isntrumentation, 2. Add MSTest.exe as a launch assembly - not marked for instrumentation 3. Add launch arguments to MSTest.exe: /test:<mytestfunction> /testcontainer:<mytest.dll> This works very nicely. The only puzzling thing is that I see most of the functions in the assemblies being tested twice in the report - function view. In Call Tree I see the test function calling the function under test, then that calling the same named function again. Below is the first few lines from the "Functions& ...Show All

  • Windows Forms I Need Help With A Very Strange Problem!

    Hi, I am getting a very strange error in the following block of code, which is used to populate a ComboBox on Form1. 1 For iCnt = 0 To ds2.Tables(0).Rows.Count - 1 2  dr = ds2.Tables(0).Rows(iCnt) 3  Me.cbxWBS.Items.Add(dr("WBS") & "  -  " & dr("Description")) 4  If dr("WBS") = sSelWBS Then 5   Me.cbxWBS.SelectedIndex = iCnt 6 &n ...Show All

©2008 Software Development Network