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

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

rwin

Member List

i16978
BoseMK
CDO
freenetbox
gmm567
kqu
subtile
svallarian
Aequitas
ashade
zdrae
Vikas Hiran
Look
Mario Chenier - Microsoft
ingrosso
Roberto Acevedo
rkarem
crixxxx87
Kevin Rodgers
Kiran Suthar
Only Title

rwin's Q&A profile

  • .NET Development Requests and responses use the same port number (80)?

    Hi,  If I send out 10 concurrent/simultaneous requests from a client to a web service, will the web service process the requests and send out the responses through the same port number (80), or different port number for different request What I observed is, IIS is using the same port number (80) to send out the response. Well, in this way, the problem is, won't this shared port be a bottleneck for the web service For example, I am sending 10 concurrent/simultaneous requests from a client to a web service. And the web service will send back the file specified by each request. If they all go through the same port, these 1 ...Show All

  • Windows Forms Refresh a datagridview

    I'll build a C#.Net form On the form there is a dataGridView.. That one is connected to a .mdb database. A Bindingsource and a dataset take care of that. This one works. But also another program uses the mdb database, so i need a refresh button. if i press reset, then should the database show new data. Also i've got another form that fils the mdb directly !! from a class file. But i cant refresh the dataGridView. I tried different things.. does anybody know here how i can correctly refresh the datagrid Thanks a lot The TableAdapter.Fill() method is used to populate a DataTable with data. Yo ...Show All

  • Visual Studio Print Preview Problems and Two Questions

    I'm having problems with Print Preview on a LocalReport. The "Generating Report" message stays on screen even after the toolbar becomes re-enabled. I can print, via the print button, refresh, and go back to the normal view. However, the problem does not occur with the sample Web Log Analyzer project. I have deleted the report and recreated it (several times). The only thing I haven't done is to compare the XML of my report and the Web Log report to see if there is anything radically different. The report is a LocalReport (embedded resource), using A4 page size and 1cm margins. The data supplied is via 4 business object types. 3 are supplied ...Show All

  • Visual C++ The debugger isn't displaying std::wstring values

    I have tried to use an std::set<std::wstring>, and the debugger appears to have a problem with displaying the values that are stored in the set (this also happens when using std::wstring as the key value in a map. Sample code: #include <set> #include <string> int main() { std::set<std::wstring> test; test.insert( L "1234567" ); // this is displaying correctly in the watch window test.insert( L "12345678" ); // this is displaying garbage in the watch window return 0; } This isn't a major problem, but makes it more difficult to use std::wstring. ...Show All

  • Visual Studio Team System Where'd Build/Compile go?

    Hi! I lost my Build/Compile function either when I added the button to a tool bar (where it was permanently dimmed) or when I upgraded VS. Anyone know how to get my beloved Compile button and keybaord short cut back Maybe some option I set disabled it Thx, Jess ...Show All

  • Windows Forms datagridview and checkBox cell

    I've a mysql database, that is connected through MySql Connector. Database works fine for all insert, delete update. In some tables of my database, i've some records that are marked like "true" or "false", and i need to show them on a datagridview by a checkBox, that must be checked if value in table is true and unchecked if false. I try like follow: myAdapter = new MySqlDataAdapter("SELECT LastName, Values FROM  myTable",  myConn); DataSet myData = new DataSet(); myAdapter.Fill(myData, "myTable"); DataGridViewCheckBoxColumn myChk = new DataGridViewCheckBoxColumn(); myChk.Name = "VALUES"; myGrid.DataSource = myData; myGrid.Dat ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Directx

    Hello, I have fs2004 and i play on Zone.com on a normal basis. I am able to easily join games hosted by other people, but my computer doesnot let me host games for other people. I did more troubleshooting and i found the problem. When I go to the directx diagnostic tool i test directplay, and i try and create a new session. After i test it, at the notes section it says "Failure at step 9 (Creating Session): HRESULT = 0x80158185 (error code)" I have updated/installed directx, performed a clean boot, and turned off norton antivirus for a brief moment when playing but i always get that same error. Has anyone else had thi ...Show All

  • Visual C++ output format......

    Hi all, I dont know if I am in the right section or not....any way, let's try my lock .. I wanna write a program that compute a formula which depent at the value I will enter.....  this is too easy but I want the output be as vector on the x-axis & y-axis ... how I can do this format . Thanks alot Reta OH !!!! I do not know what I say!! All these lines in order to sovle it!!! I tried and my code is extremly different from yours .... but the last one is the best.. Good job Macks ... I can not describe my feeling . Thanks a lot Fire My Regards ...Show All

  • Windows Forms Update Needed?

    Here is a simple question, but I do not find the answer anywhere else: How can I check if the data in my dataGridView has changed I want to ask confirmation from the user before I update the TableAdapter. Thank you.     If you are bound to a DataTable in a DataSet, DataSet has a HasChanges method. If you are bound to a DataTable, you have to iterate through the rows in the DataTable and check the RowState of each for something other than unchanged. If you are bound to a custom object, it will have to provide a way for you to detect changes. The point is that you dont detect changes thro ...Show All

  • Windows Forms Using class File in Windows for the User control

    HI, I have created a user control toolbar and included the dll to all the forms in my application. This toolbar contains buttons. Now instead of writing the button click event to individual forms, i want a way to write the click events to be in the common place and based on the form load and the button click action,  the action should be taken place on the right form. What can i do for this should i create a class file or something like that The problem is, when i use the class file, the click event is not getting fired :( Kindly help, Regards, satish.r Is it the same action being fired on multiple for ...Show All

  • Visual Studio Express Editions SQL Server Express forum

    Do you have questions about SQL Server Express Here is the forum: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=385&SiteID=1 Thanks, MJ What version of the .net framework 2 do i need to install along with sql server express edition and can sql server express be used with visual studio 2003(standard edition) ...Show All

  • Windows Forms How do I generate typed objects from stored procedures?

    I was under the impression that one could drag/drop an SP from the Server Explorer onto the design surface of a typed dataset. However, all I get is a QueriesTableAdapter. What I want is a typed object, representing the resultset from the SP. Any qlues Thanks! /Fredrik ...Show All

  • Software Development for Windows Vista an old dos Program cann't show Chinese characters in windows xp

    excuse me, I have an an old dos Program that can show Chinese characters well in windows98, while it cann't show Chinese characters correctly in windows xp.why thanks a lot ...Show All

  • Visual Studio Team System Error "The report server cannot create the Cache Misses/Sec (Semantic Models) performance counter."

    Hi there,      Event log in VSTS server is full of the following error. How I can fix it Thanks, Anu Event Type: Error Event Source: Report Server Event Category: Logging Event ID: 113 Date:  8/8/2005 Time:  12:06:45 PM User:  N/A Computer: TEST01 Description: The report server cannot create the Cache Misses/Sec (Semantic Models) performance counter. There isn't anything you can do about it, but it won't cause any harm. http://forums.microsoft.com/msdn/ShowPost.aspx PostID=22645 Buck ...Show All

  • .NET Development what is the right way to data access with sql server

    hi want to know that what is the right to develop data access program using vb.net and sql server 2005 what kind of step should be there suppose i what to save data in a table with NAME, ADDRESS, AGE, BIRTHDATE can i use view, stored prosedure, or direct table name to save it, and same think when i want to read data from. what is the proffessional way to develop a desktop application with vb.net 2005 and sql server 2005 The professional way is to always abstract the table names away from the client, do not allow client to directly modify tables. So you get your SQL Server guru to write a series of views and stored procedures that ...Show All

©2008 Software Development Network