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

Software Development Network >> Dave Bakin's Q&A profile

Dave Bakin

Member List

Ken S
skyfire
Alexus_stav
Sontiago
pinkpanter
NianHawk
Webhawk
cevans
Etienne Tremblay
Voldy
Tinman
ClydeB
Donna M-T
ariescape
wll
Anton L.
plexed
Powermax
Paul Cornell MSFT
Musidale
Only Title

Dave Bakin's Q&A profile

  • Windows Forms problem using sample provided with quickstart tutorial on sample.gotdotnet.com

    hello, i m trying to run the last sample at http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsData.aspx this sample is about updating a dataset via a webservice my problem is that the Save method of the UpdateCustomers WS can't return the dataset when an RowError string has been set to a DataRow in the DataSet. I have an exception with XMLSerialization Error that i reall ...Show All

  • .NET Development NetworkStream.Read don't get an exception

    Hi. I'm developing a smal client-server application. Let's say that a client is connected to the server and is sending data. The server will read using NetworkStream.Read method. The connection dies. On the server side NetworkStream.Read will not get any exception. So, my question is: how can the server be aware that the connection has died Thanks. Mircea Hmm I have an answer but it may be false.But tcp/ip is packet swtiching protocol.So  when data is available you send data or recieve data.when there is no data for sending ;it does not mean that client or connection dies.(like ip telephony).So you can ...Show All

  • Visual FoxPro function argument is invalid...

    I have a problem with this message and a few similar once. When I get it I invoke the debugger and attempt to examine the variable/argument. In this particular case it is a memner of an array. I suspect that instead of a character string it got an .F. value but it is hard to prove because I cannot examine it. If I attempt to look at it in Command Window I will get the same message that it is invalid. More than that, some other related, neighbouring variables become shielded as well. If I try to examine them I get the same message. Is it a particular anomaly of my setup or a universal problem Can anything be done about it Thanks. Hi ...Show All

  • Windows Forms Printing from a Datagrid in VB.Net

    I'm trying to print the contents of a Datagrid, any ideas on how i do this   I've looked at the other threads to do with this and none of these actually answer the question, or they are in C#. Thanks Thanks, i managed to find an article which had some source code in it, which is great. www.thescarms.com/dotnet/printdataset.asp ...Show All

  • Visual Studio Team System beta2, personal website starter kit problem

    downloaded latest team system beta 2 today, created new personal web starter project, when i attempt to create an administrator account here: http://localhost:1689/asp.netwebadminfiles/security/users/addUser.aspx no mater what i type, it continues to say "please enter a different password".  you are instructed to create an admin account for your personal web site by the new starter project.  ideas >I'm pasting this into my web.config file and then most of these attributes >get the error underlining with "The xxx attribute is not declared" >error message. Anyone have any ideas Wel ...Show All

  • .NET Development Reading Offsets With in a File

    Okay, I'm making an application to read AND edit certain offsets from a meta file extracted from a game. Okay so I have all the offsets, i just need to know how to get them to display in the textboxes. [code]Offsets: Velcity = 0x00 Velcity - To = 0x04 Variation Area - y = 0x08 Variation Area - p = 0x0C Local Variation Weight = 0x10 Local Variation Rate = 0x14 Damping = 0x18[/code] I'm not entirely sure what you mean, but I'm assuming that you want to get the values of the fields into the textboxes. You could do something like the following: int velocity = 0; ... ... VelocityTextBox.Text = velocity. ...Show All

  • Visual Studio Express Editions Corbis images and the icons

    I heard they come with the regisration. But where can i find them after registering it. ...Show All

  • Visual Studio Express Editions invalid object

    I am trying to write to a database table using native configuration. I have already checked my connection string, I believe I am connecting. However, I get the "table3 is invalid object " error. I checked the spelling and case of my objects. These objects exist. Why do I get this error Hi, from what i understand, if ExecuteNonQuery() is producing an error, then either the table name is wrong, the column name is wrong or there is a syntax error in some clause. use the following syntax.. string insertString = @"INSERT INTO table3(nodenames2) VALUES('"+ndeText+"')" ; im assuming that table name is table3 and column ...Show All

  • Visual C# simple multi thread in c#

    HI Ok, i understanded what is multithread but can anyone show an example of a simple simple simple program using multi thread or point to a good tutorial Thanks.. Have a look at this MSDN article, describing multi-threading and how to apply it in Windows Forms programming: "Give Your .NET-based Application a Fast and Responsive UI with Multiple Threads" ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Welcome to the Performance forum!

    Such a great idea! There has been a lot of concern about performance between Managed and Unmanaged DirectX applications, considering I'm both a C# and C++ developer, which language should I pick in order to start getting around the DirectX9 API I've been able to take a look to both DirectX9 versions and during the process I've been able to do a couple of small games composed by a single and simple 3D scenario, even though they're not fully productive at all considering they're just samples, they work pretty well, however perfomance concerns came up, and I can definitely see it's much faster to go on the .Net managed enviroment due to ...Show All

  • Windows Forms Binding a textbox or label on website

    I know this is a "Windows Form" area but thought the answer might be simple.. In 2003 you could bind a text box or label to a DB and pick the actual field in the DB record to bind to.  In 2005 the GUI doesn't seen to provide this.  Instead under Data there's an Expressions field where you pick the bindable field (I choose Text), expression type (ConnectionStrings) but not sure what to enter for the Expression Properties.  Any help would be appreciative. Thanks Please post this question here: http://forums.asp.net/ . Thanks, Joe Stegman The Windows Forms Team Microsoft Corp. This posting ...Show All

  • Software Development for Windows Vista inet_addr() function in win2000 and win2003?

    as in win2003, inet_addr() thinks ".1.2.3" as invalid ip address, but in win2000, inet_addr() thinks it is valid ip address. anyone knows why this happens Thanks a lot! No doubt because it is an invalid IP address and 2003 is an improvement over 2000. ...Show All

  • Windows Forms Open a menu in code

    I have a client upgrading their office from a dos based program to one I am writing, but they want the program to be as similar as possible to the old one. This means that the program uses no mouse support at all and the want the menus to be opened by a single key press. Can anyone tell me how to open a main menu by hittin ...Show All

  • Smart Device Development Using .NET CF with XML - displaying image in picturebox

    I'm trying to add a picture whose path is in an XML file to a picturebox.  I am programming in C#.  I have tried using the foreach command, but I keep getting an error.  XML file: < fragenkatalog > < ca_id > 4 </ ca_id > < ca_bildurl1 > kopf_ap.jpg </ ca_bildurl1 > </ fragenkatalog > Form code: foreach (ca_bildurl1 b in fragenkatalog) { ca_bildurl.Image((System.Drawing.Image)b.Value); } I get the following errosr: 'DataBindingDemo.ADONETDataBinding.ca_id' denotes a 'field' where a 'class' was expected The type or namespace name 'b' co ...Show All

  • Visual Studio Team System Cannot add file attachment HTTP 500

    I cannot add File Attachment to Work Items. I get HTTP 500 Error. Please help Omar, What is the size of the attachment you are trying to upload Is it more than 4MB   If yes:        the problem could be that file size is larger then the maximum that is configured on the server. can you change the maxRequestLength property in the web.config (to configure the maximum upload file size). default is 4MB and it seems asp.net can handle a maximum of 1gig    <Refer to this blog for more info>   - Akhila ...Show All

©2008 Software Development Network