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

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

fabes

Member List

Kenny99
Suj
Jan Pukovec
J. Cole
Andrew Whitechapel
Xpyder
RebeccaR
jrfinkel
Mathavan
BigCountry
Sevana Oy
Nitstheone
gmcbay
Lau Kok Soon
vistapolar
godblessyou
hwiz
Chitra
Dave Chamberlain
Jhary
Only Title

fabes's Q&A profile

  • Windows Forms How to persist changes to DataGridView?

    This is a newbie question.  1. I'm using .NET C# Express 2005, Beta 2 2. I created a new reference to an access (cust.mdb), to an customer table in     my (new) sample project. 3. I added a datagridview component to a main form.  For the datasource,    I pointed to the custoemr table. 4. My [Design] view surface shows        a. custDataSet       b. customerBindingSource       c. customerTableAdapter       d. Form1 with a dataGridView1 5. When I run the example, I get my data just fine from the ...Show All

  • Windows Forms DataGridView and DataSet

    Hello, i'm trying to connect DataSet to DataGridView in Whidbey beta 1, but no data are displayed. If i connect DataSet to old DataGrid, i see '+', then table and all rows. But DataGridView seems empty. Can anyone tell me, where is problem DataSet ds = new DataSet(); ds = ... Web Service Method dataGridView.DataSource = ds; That's not supported&nb ...Show All

  • .NET Development Limiting listening socket to a range of available port numbers

    I am very close to completing implementation of my FTPS server and client software. One final issue deals with firewalls and NAT. Under SSL the firewall does not provide the normal "assistance" to FTP command channel, such as tweaking NAT, and temporarily opening PASV data ports, which may otherwise be blocked. I have dealt with the NAT issue (each configured listen IP can have a configured "external" IP declared) but now the PORT issue is biting me. I have a couple of ideas. 1) I am thinking I could reserve a range of port numbers based on server configuration. The firewall admin would open those. Problem is I know how to listen o ...Show All

  • Visual Studio Express Editions WebLogAnalyser Starter Kit

    I have managed to run the WebLogAnalysrer Starter Kit and get it to read .log files from my local IIS 5. However, when I try to read the IIS 6 log files that I have downloaded from my web hosting server I get the following error: Invalid log entry found in [path to log file] Does any one know if the project is set up to read iis 6 files or if I can modify the file or the project to read them Thanks. ...Show All

  • Windows Forms data binding to a user control

    Hi, I created a user control that binds to a dataset.  I noticed that the changes from the dataset are available in the user control right away. This is all good. The problem I ran into is that the changes I type into the text boxes positioned on the user control are not reflected in the dataset. So, if I have a UserControl1.TextBox1 that is  ...Show All

  • Windows Forms Outline Coloring in Code View?

    Sometimes I see Green or Yellow coloring for 1-n lines in code view on the left of the window where expansion lines for regions and such might go. I've looked in Help and can't figure out what these are. I can't seem to interact with them with my mouse at all either. It seems like they should be some sort of visual debugging help like Re ...Show All

  • Visual Studio Team System Agent/Controller Name value pairs

    I'm trying to find out a little more about how these are used, but I'm not having much luck looking through the documentation. So far the only information I've seen about these is this: Attributes Set of name/value pairs that can be used in agent selection. Default attributes: Name, OS. Sets of similar attributes can be assigned to tests. These attributes are used to determine which test can be run on a specific agent. For example, a test might require a particular OS. Is there any more detailed information about exactly how these attributes are used and/or how to associate specific attributes with specific ...Show All

  • Visual C# MS sql complete noobish tutorial

    ok i want to move to c# with Sql database.. anyone suggesting a complete and from 0 tutorial that is good for learning zapacila89 - Try the Getting Started with SQL Server forum which is designed for beginners just starting out. There should be many people on that forum that can help with tutorials and questions as you're starting out. http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=158&SiteID=1 HTH, Karen ...Show All

  • SQL Server Possible Concurrency Issues.

    Hi, I was wondering if it is possible to call a stored procedure from sql server 2005 (call it sp_1) that calls an assembly which takes a message, wraps it in soap and calls a webservice and waits for a reply from that webservice (the stored procedure is clr not t-sql). This WebService needs to then call sp_1 to perform some other tasks. Is this possible or does sp_1 need to have finished what it was doing before it can be called again. I have been trying to do this and have received a number of errors one of which looks like; 'The context connection is already in use.' Sorry if I haven't worded it very well, I will try to clear up any quest ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Cant build a directx application with msvc++6.0

    Hi, I red several tutorials about setting up the compiler for directx applications, but it still doesen't work. This is what I did: First I installed the directx sdk december 2005 and added the directorys of libs and include files into the msvc++6.0 standard directories (in the first line). Then I tried to build an exe file of a dx-example but it didn't work. After that I installed the summer 2004 sdk (there was a error message when installing it:  DirectX Runtime setup failed (-5) but it continued installing without any further errors) and I installed the extras update (and moved the file in the " ...Show All

  • .NET Development "Stream was not readable" error

    Hi, the following simplified code sample sends a post request and attempts to read the response body stream. I'm posting to the vs2005 web dev server. If i try to run this code more than once between dev server reboots i get a "Stream was not readable" error. This only happens when i attempt to post, get's work fine. the response body is exactly the same in both cases. The dev site code is implemented as an http handler. could this be some kind of buffer corruption issue thanks, steph. private void MakeRequest( string uriString) { Uri uri = new Uri (uriString); HttpWebRequest request = ( HttpWeb ...Show All

  • Software Development for Windows Vista Installing Visual Web Developer

    It keeps saying before install i need to uninstall pre beta versions of stuff like the .net frame work and visual studio 2005, heres what i do have installed: Microsoft Visual Studio 2003 Microsoft .Net Framework v.1.1 Do i need to uninstall these, to my understanding they arent really pre beta versions of 2005... Thanks EDIT: damn i just realised i posted this in the wrong place :| :( Try your post over in http://forums.asp.net/175/ShowForum.aspx ; they should be able to direct you to an answer better than us. Cheers, jeff ...Show All

  • Visual Basic Importing Managed Code

    Is it possible to import any Managed Code into a VB project   If so, how do I do it   For example, I want to use MS's DirectX Utility Toolkit included in the SDK within my VB project.  If I include this file in my project, do I have to do any special processing to it   do I use a standard import statement   Any help would be appreciated. If you want to import VB.NET into VB6, then you can't.  The best you could do is expose it via COM.  If you're using VB.NET, then I have no idea what you mean by 'managed code'. ...Show All

  • Visual C# What is the best method to start quiet and with parameters?

    Hi, I want my Windows Application to start in a non visible mode when executed with a parameter. So I created this code: static void Main(params String[] parameter) { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); if (parameter.Length > 0) { if (parameter[0].Equals("-quiet")) { new quietRun(); } else { Application.Run(new Form1()); } } else { Application.Run(new Form1()); } } It works, but that's not a clean solution i think. So please co ...Show All

  • Visual Studio More Logon Failed exceptions

    Good Morning,    I have been monkeying about with the CR.Net stuff, and in a normal winform client can load a report that talks to an Access database via a DSN connection. However, that same report with virtually the same code will NOT load in a web application. It constantly gives me the logon failed exception: [LogOnException: Logon failed.]    . F(String , EngineExceptionErrorID )    . A(Int16 , Int32 )    . @(Int16 )    CrystalDecisions.CrystalReports.Engine.FormatEngine.GetPage(PageRequestContext reqContext)    CrystalDecisions.ReportSource.LocalReportSourceBase.GetP ...Show All

©2008 Software Development Network