vaghelabhavesh's Q&A profile
Visual Studio Team System TFS Source Control Remote Working
Hi, I hope I am missing the obvious, but I can't find any info on how TFS will work for remote workers. I know that it will work fine for those connected to the office network via VPN or such, but what about remote users who only have standard internet access I was under the impression that there was some kind of web access, but I can't find any details anywhere. I imagine there has to be some serious setup if this kind of external access throu ...Show All
Windows Forms disable horizontal scrolling of datagrid
does anyone know how to disable horizontal scrolling of datagrid that has databinding Hi. There is no property in the V1.1 DataGrid that disables horizontal scrolling. If you can upgrade to V2.0 then consider using the new V2.0 DataGridView control where you can disable horizontal scrolling. The V2.0 DataGridView control has the ScrollBars property which you can use to control both vertical and horizontal scrolling. Hope this helps, ...Show All
Smart Device Development ESRI shapefile!!!!!!!!!!!!!!
Hi all, I like to use create ESRI map shapefile of country A(mapA) so when i click one of the area it zoom and switch to map(mapB) Is there any idea or sample code to do this in VB Urgently PLS!!!!!!!!!!! You may want to check out http://franson.com/gpstools/ kolya ...Show All
Smart Device Development How to open/close GPRS connect?
Hi there, I would like to write a program for data socket with GPRS connection. My smartphone, Dopod 585, is as the client and PC is the TCPserver. To deliver string from smartphone and show it on PC is my current task. However, I can do that via USB connection but failed in GPRS. It seems to mean that both programs in client and server are correct but something wrong in GPRS connection. Maybe I need to write a program in C# to start GPRS conne ...Show All
Visual Basic Overloading operator CType
I can't figure out how to implictly convert one class to another. Take as example: Class Person Public Name As String End Class Class Employee Inherits Person Public Position As String End Class Now.. I'd like to add an implicit conversion from Person to Employee. I want to add to the Employee class the following: Public Shared Widening Operator CType ( ByVal Pers ...Show All
Visual C# How do I login to a website and download files in C#?
Hi, I'm trying to write a C# program that can supply a username and password to a website's login screen. After my C# program logs into the website, it needs to select a checkbox next to the file name it wishes to download. Then my program needs to select the download button at the bottom of the web page so it can download the file to a local path. The name of the website file my program needs to download from this website change ...Show All
Smart Device Development SerialPort Stop Reading?
I use .Net Compact Framework 2, and create application using SerialPort class. The settings for the SerialPort component are : 1. BaudRate: 57600. 2. Stopbits: One. 3. Else are default (ReadBufferSize 4096, Readtimeout -1, etc). The problem is when my application read about 748 bytes (I use synchronize read using ReadByte), it stop accept. I think that device error sending bytes, but then I connect the device into my laptop and view data using h ...Show All
Game Technologies: DirectX, XNA, XACT, etc. 3D map
kinda hard to explain but what I want to do is place meshes about 200 of them I guess it would be in world space then each time a player moves the camera with point to there current location, what is the best way to get the cords for the mesh not all 200 need to be shown on the screen at one time just maybe 30 -40 tops, im just kinda at a loss on how to figure this out any help would be great thanks &nb ...Show All
SQL Server Trimm off any extra spaces in File Connection Manager for a field
I have a field that in my File connection manager is set to 4 as the column width. Only about 50% of the time will that field have 4 chars, and 50% of the time it will be 3. The problem is that when it's only 3, my flat file that is produced obviously then has an extra space between this field and the next which can't be allowed. Is there any way to tell that field to trim off that extra 4th space if it's not all filled when a rec ...Show All
SQL Server Licensing question, and other report building tools
When you buy CALs for Sql 2005, are you getting license to use developer tools with each CAL In other words, is SSBIDS part of the package. Not everyone in our organization would use it, but I don't want to buy Visual Studio 2005 licenses just because we want to have a few more developing reports. Report Builder is fine for adhoc but we want a team of designers working with BIDS. Is anyone using other builders like Cizer Does not seem to be a ...Show All
Windows Live Developer Forums Sample: MSN AddIn - Outlook Calendar
Description A simple msn live addin that will integrate with Outlook Calendar. Set it up so that it's enabled when my status is anything other than "online" or "appear offline". Now when someone sends you a message the addin will check outlook to see if you currently have any appointments and reply with something like this: [15:33] dan (work): Auto-Response: I am currently in a meeting (test) scheduled to end at 4:00 PM If ...Show All
Windows Forms Setting ValueType for a DataGridView column
What are the acceptable arguments to use There is no documentation on that and a Web search wasted a lot of time. Thanks, Dave This example may help you out... column = New DataGridViewTextBoxColumn() column.Name = "Col 2 Hdr" column.ValueType = GetType (System.DateTime) dgv1.Columns.Add(column) ...Show All
Visual Basic Access Reports with VB.NET
I want to use the report created in Access database with my visual basic .net express project. Please give me an idea how to do this. If you can give me some examles then it will be more helpful for me. Thank you very much Shahid Mahmood http://www.vb-tips.com/default.aspx ID=286a939f-ef95-4fc8-a06f-c0b2733a8f2e ...Show All
Microsoft ISV Community Center Forums Automation to send a Microsoft Outlook message using Access 2000
I'm trying to send an email from my Access 2003 database, using MS Outlook. The users must have the ability to attach a file that resides on the network share drive. I have a field that holds the path to the existing file. Please Help!!! Everything out there is referencing libraries that I do not have. I'm currently referencing Microsoft outlook 11.0 Object Library. Per our support engineer: Base my underst ...Show All
Visual Basic Derialization of COM UDTs
Hello, Does anyone have any idea how to deserialize the COM UDTs in VB 6 I have an application that makes heavy use of UDTs, I would like to map the transformed xml to the UDTs without parsing the XML. If anyone has done any researh on this, please share. Appreicate it. - Ritu Agrawal ...Show All
