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

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

suhalka

Member List

Mark Toth
Ross Smith
Rabeek Ahamed
Murtuza
tShunnar
MattMc3
blaze8
rfb
Jan Byvaly
cGeorge
rosstrg
Flores
Lukasz Gwozdz
KJ-1974
Alain B-H
nicklebum
jandrews
Deepti14198
JayFunnell
ggo6
Only Title

suhalka's Q&A profile

  • Visual Studio Team System How to distribute the load among the agents

    Hi ,  I need to execute my scripts from different clients. I installed Agents on the remote clients and now i need to distribute the load on to this machines. I was able to configute the agents to a ring but i don't know where to set the load distribution. So, can any one help me in this. Thanks Niranjan Arikela   Niranjan Arikela wrote: Hi ,  I need to execute my scripts from different clients. I installed Agents on the remote clients and now i need to distribute the load on to this machines. I was able to configute the agents to a ring but i don't know where to set the load distribution. So, can any one help me in ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Can't get my head around transformations

    Basically, i've been tinkering around the place with some managed directx and c#, but i have yet to find a good explanation of the transformations. I just can't get my head around the various matrices such as device.Transform.Projection and device.Transform.View (i.e. how does the World matrix relate to the View matrix, and how to they relate to standard x-y-z coordinates). I can't figure out how to make something render along the x-y plane and make my camera then view it looking straight down on the x-y plane using the different Matrix transformations (PerspectiveFovLh or LookAtLh ). Is there a good explanation of these kinds of things anyw ...Show All

  • Visual Studio Debugger displaying C++ syntax for C# apps.

    Hi, I have a WPF windowed app written in C# calling a dll written in C#. When I debug, type information is displayed using C++ syntax. Here's a copy-paste from the call stack window: Trtiya.Controls.dll!Trtiya::Controls::Charts::AxisY::ValidateOffset(double offsetY = -152.26757812500000) Line 559 C++ > Trtiya.Controls.dll!Trtiya::Controls::Charts::Chart::MoveChart(System::Object^ sender = 0x03c5dfc8, System::EventArgs^ e = 0x03c5e010) Line 977 + 0x18 bytes C++ [External Code] ChartTest.exe!ChartTest.MyApp.Main() Line 50 + 0x9 bytes C# The 'Locals' window and 'Watch' window are also displaying C++ syntax. Of course I'm expe ...Show All

  • Smart Device Development Is the a way to be able to get to things such as WNT, WL, GL structs and classes and etc.?

    Is there a way to be able to get to the WNT, WL, GL, CTL, CURS structures and classes that are part of the Framework and etc. in order to be able to make the kind of modifications to controls like the TextBox where AutoSize is not on and allows us to draw such things as an underline under the TexBox like the TextBoxes in Contacts and Calendar has on a PocketPC app Why make these things internal instead of making us create more PInvoke routines and constants in order to do specialized things Thanks, Kenneth Kenneth, .NET Compact Framework is built in to ROM and devices and as such needs to be as small, or compact, as possible ...Show All

  • Windows Forms Data set bound to a control getChanges does not show the deltas

    When I bind the dataset to a text box using data binding, the dataset is getting updated when user makes a change on the screen, but the GetChanges() method still returns null. Am I missing something Thanks Harinder { ... StringReader sr1 = new StringReader(obj); ds.ReadXml(sr1); ds.AcceptChanges(); DataTable  table = ds.Tables["customer"]; Binding b = new Binding("Text", table, " ...Show All

  • SQL Server Can't uninstall Reporting Services

    I need to reinstall Reporting Services but during uninstall I face the following error: "The setup failed to read IIsMimeMap table. The error code is -2147024893" Nothing seems to help with the problem. Regards, Ksenia I've got the same problem here unstalling the September CTP Reporting services - please do post if you found a solution, Thanks, Mike ...Show All

  • Smart Device Development How do I get the V2005 emulator talking to the internet

    I've been floundering around with settings trying to get the emulator connected to the internet with no success.  I've read some of the posts that tell about using ActiveSync instead of the TCP/IP connection.  I've tried selecting cradle from the Device Emulator Manager with no success.  But I may have other settings on the emulator goofed up now.  Do I need to install ActiveSync or did it come with VS2005 Here is my setup.  VS2005 installed along side VS2003.  Not using Virtual PC.  PC connected to internet via dsl modem. Can someone help me   Clark Carl In order t ...Show All

  • Windows Forms Does the new terrarium work for anyone?

    Just thought I'd ask Is anyone ELSE feeling a little stupid for installing the new version before ANYONE reported it worked ...Show All

  • .NET Development Why do all examples assume you're binding data to a control?

    I'm starting to get frustrated now. Every example I come across shows you how to open a connection to a database, fill a dataset, but not how top programatically get at the data... Every example assumes you are going to bind the data to a control and update using a GUI. How do you get at the data within a DataSet once you've Fill()ed it Not from a form, but from with the application. This frustration is also heading towards disappoinment. The examples never seem to do anything. They get you to a point and then leave you dangling. This is an ideal way to ensure the after market for books etc. thrives... The "Build a Program Now!" e-book ...Show All

  • Visual Studio Express Editions Truely a Newbie

    I am Very Raw at this. I have visually constructed a Windows App. But now I don't have the slightest clue how to "Tell" It what I want it to do. I have various text boxes for inputing numbers. I want to do math equations. Example...as an investment calculator and a mortgage calculator. I would like to hit the "Button" and run the calculations. I don't even know where to start. I know NO code at all and can't seem to find any online rescources to help. Thanks so much.... Have you tried the Visual Basic Guided Tour It is a series of lessons aimed at newbies - once you complete the lessons, you shou ...Show All

  • .NET Development GridView wont display records if LIKE is used in Query

    I have an Access Query named "TestQuery".  The Query selects users with "678".  Condition is: Phone LIKE "678*". Any time the dataset that is used by GridView1 is assigned to "TestQuery" it doesn't return any records. (Even though in Access it does). If I modify "TestQuery" and make the condition anything that doesn't include a LIKE it works. Am I missing something Vincent Fournier If I change the Criteria on the Access Query to: Phone LIKE '678%' like you recommended it doesn't select any records when I run the Query within Access but it does in the GridView.  When the Query is: Phone LIKE '678*'. & ...Show All

  • Visual Basic VB6

    Hi It's been a while since I've done any VB programming, and I need to get back in to it for work purposes. I've quite a bit of experience at VB 6 programming and have lots of code and examples that I need to use again. Is the latest VB development package backwards compatible with VB6 I'm sure all of these questions have already been answered so appologies for that. Thanks John Hi, Please, help me about use of multi page controls in vb. I was tried to insert multi page control into forms with two page, draw a textbox1 into page1 and second one into listbox now i want to set to property for te ...Show All

  • Windows Forms Html edit in windows forms

    Hi, my name's Loris Cabrini. I should create in VB.NET or in C# an HTML editor as Home Site or DreamWeaver. My problem is that I don't say exactly what kind of library i must use to implement my work. i've just used a COM object colled htmledit, but with any reuslts. Can you help me  Plese, i'm looking for material or web sites wher ...Show All

  • .NET Development Connection string working with 2005 but failing with 2003.

    I hv a glaring issue and no solution— This code works fine in VS 2005 but fails in Vs.NET 2003. Using OLEDB, it works in VS.NET 2003, but the code used below fails. I cannot change the lines below and cannot upgrade the solution to VS 2005. Now pl tell me what s going wrong!! I seriously lack experts here to bail me out J Imports System.Data.SqlClient Imports System.Exception Public Class Form1 Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. Initia ...Show All

  • .NET Development SqlDataReader is slow

    Hi Folks, I have a typical situation here. My application is a sequence of windows jobs (all are coded in C#). Now one of my jobs when run is supposed to fetch around 100,000 records from the SQLDataReader, the SP returns 100,000 records. So, this SP call from C# and then reading the data using DataReader are happening on one method say its "myMyMethod()". Every other part of the application is fast than the part where I am trying to read the data from the DataReader, it takes 20 min to read the data. I have the time printed before the start of reading data from the DataReader and immediately after I am done with reading data from the DataRe ...Show All

©2008 Software Development Network