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

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

_Tom

Member List

Ben Goodwyn
dave_cw3w
DoritG
Chardon
Prince_san
Decoy830
Mafalda con Petalos
Fipil
John Gallagher
sqlguru95
Chris L
Ron L
Harshvardhan Kharche
Donaghy
kedar1
weiclee
Idan Hollander
Didier Frund
RossAu42
Jack Gamble
Only Title

_Tom's Q&A profile

  • .NET Development XML Web Service Weird Issue

    Hi All, I have a web service for our client was running fine on our localmachine. Web service receive/send data to our pocket pc devices. Then we have a success trial on exploring web service to allow outside people to consume it. However, when we deploy this web service to our client. It doesn't seem work. - really doesn't work at all. I tried xcopy, msi web setup method. At the end, I end up copy whole virtual directory to my client's computer. Now, I can access the web service. But I was unable to pull /send the data. Web service suppose to pull data from MS Access and send data back to pocket pc. Connection string  = "Provider ...Show All

  • Visual Studio Express Editions Problem with Visual C++ and Windows XP Media Center Edition 2004

    Hi, yesterday I have installed the Visual C++ Express Edition and now my Media Center doesn't work anymore. When I start it there is an error in ehRec.exe and than the Media Center is terminated. How can I corret this error I looked in the product feedback center and it seems it might be a problem with the 2.0 .NET framework, but only the beta. Are you using the beta Look at these cases http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=1824f9fb-acb0-44df-bf4e-80cdaa784248 http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=55c48583-d0ca-4685-b6a7-d31fa7 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Game setup module for mass-production title

    Guys, this is an emergency! Our company got development contract for a series of small games, mostly puzzles. These are like chain food, with highly similar gameplay setups, but we are short of time and efforts! :( We need advice regarding solutions that we can buy to finish the games on time. Is there a standard, maybe ready-to-use modules, a third-party system Please don't flame me, this really is urgent, we only have several days left. What is the target technology DirectX/OpenGL/Flash Full download or Web hosted What platforms are you targeting ...Show All

  • SQL Server How to display Japanese Kanji using DBCS

    I have a report that displays DBCS (double-byte) data. However when I change my browser (IE6) encoding to use the "Japanese Auto-select" setting, the characters displayed do change but they do not display as Kanji. I have confirmed using a different web report that the data is DBCS and can be displayed as Kanji, so there must be something I'm missing in the SQL RS web report or maybe server settings. I've tried changing the fonts but that doesn't help. Would greatly appreciate some guidance on this - please be gentle here - I'm something of a novice in this area!! many thanks Peter ...Show All

  • .NET Development Reading problem - damaged tif image

    Hi all, I want to read(binary reading) damaged tif image through c# code. Is it possible I will explain my problem. I am having a tif image which can't be opened in any of the vievers. But using some third party tools we can convert it into some other formats and open it. But I need to open it by using C# code Is it possible Anybody help me Regards, Joji Perayil If the media is damaged, then not really. If the file information is damaged, you can read it as a binary stream and try to decode it yourself. Not a trivial task. ...Show All

  • Windows Forms How to add a user control inside a treeview control as a node

    I am having one user control (containing two combobox and one button) , I want to add this control as a node in a treeview control , to be more precise now I want my user control acting a node in the treeview control instead of treenode . How should I achieve this  we can not extend treenode class because if I do this then I can no ...Show All

  • Visual C++ how do I delete this posting?

    I don't see any delete button! I only said that because my posts regarding shell programming keep being deleted, I don't know how you say that in english but je tournais seulement ma mesaventure en humour... didn't mean to make things worse Yacine Benahmed ...Show All

  • Visual Studio Express Editions Installing Visual Web Developer problem

    Whenever I try to install vwdsetup.exe, the progress bar gets about 3 quarters of the way across and then stops. I left it running for about 10 minutes to see if it was going to do something and it didn't. So I did Ctrl Alt Del and ended the setup.exe process (which was using about 90% CPU). The setup window disapeared, but the processes kept running, the only way to get rid of the process is to restart the computer. Is there a fix for this So that it will actually install Hi Phil, I'm running into the exact same problem. If I stumble across a solution, I'll be sure to post. rusk50 ...Show All

  • Smart Device Development Pocket PC connection!

    Dear MSDN support, When i am deploying the emulator and running the following URL in the emulator to check if i have access to a publication i got an error telling me that i could not connect because i have no connection, but i have just setup a proxy setting on the emulator because i only connect to the internet through a gateway! http://my_computer_name or the ip_address/publication_name i.e. the same as the database/sscesa20.dll Posting this thread in the Emulator forum at - http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=76&SiteID=1 ...Show All

  • Smart Device Development Forms & Arrays

    Hello all, hope you're all doing fine. here are my probs : 1) i have 2 forms Form1 & Form2 and comboBox1 that is a control in Form2. i need to set comboBox1 of Form2 to a certain value when i click on a menu entry in Form1.any idea on how to do so 2) i have the following code in my method Object [] vals = new Object [16]; Object [][] obj = new Object [30][]; SqlCeDataReader reader; int j = 0; SqlCeConnection myConnection = new SqlCeConnection (); myConnection.ConnectionString = "Data Source = '\\My Documents\\EaseitDB.sdf'" ; SqlCeCommand myCommand = new SqlCeCommand (); myCommand = myConne ...Show All

  • Visual Basic AnalogTVTuningSpace and MSVidCtl

    I´m trying to develop a decent tv tuner/capture application (since there are no such apps, nowhere, I say) in Visual Basic 6.0. I´m using the MSVidCtl component together with the AnalogTVTuningSpace and IChannelTuneRequest object to achieve this, as described here:  http://msdn.microsoft.com/library/default.asp url=/library/en-us/directx9_c/directX/htm/hostingthevideocontrolinavisualbasicform.asp  and here:  http://msdn.micro ...Show All

  • Windows Forms How to know user is moving from a row in datagrid.

    Hi, Is there any event raised when user moves from one row to another in a datagrid. I want the event to be raised right after user leaves a row. Also, I want to access values in all columns of the row. Thanks, hello, 1/ events triggered when changing row try RowLeave and RowEnter events of a DataGridView 2/ find cell content 'this takes the cell value in FILE column of the first selected row Dim CellFile = DataGridView2.SelectedRows(0).Cells("FILE").Value for every cell you should put this in a For ... Next, replace Cells("FILE") by an array like CellToCheck("CurrentCol ...Show All

  • Visual Basic Blair Allen Stark

    Here is the problem I am working on. It asks me to use the method CalculateCharges, but I don't fully understand how to do this or how it works. I would be grateful for any input. Lab Problem III A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period is $10.00. Assume that no car parks for longer than 24 hours at a time. Develop a console program that calculate and displays the charges for each customer who parked a car in this garage yesterday. ...Show All

  • Windows Forms CheckedListBox: Reading/Setting Item Checked State Programmatically

    How can I: 1. Set the checked property of the item's checkbox programmatically. 2. Read it. It seems like there should be some simple property, but I can't seem to find it. for reading caption: For Each item As Object In Me.CheckedListBox1.Items             Me.Label1.Text += item.ToString + Chr(32) Next for condition : If Not Me.CheckedListBox ...Show All

  • Visual Studio Class diagram repository

    .cd files saves information about classes and files names. - Where the class members are kept - Where can I find help/sdk about class designer api    (Microsoft.VisualStudio.EnterpriseTools.*)  As you mention, we don't store any member information in the class diagram files - only the diagram information is persisted.  The class and file names stored in the diagram file are used to sync up with the code when you load the diagram (i.e., member information is retrieved from the source code files/assemblies).  This allows us to support the notion of the diagrams being another ...Show All

©2008 Software Development Network