tzmedia's Q&A profile
Visual Studio Express Editions about rich text box so i will ask once more! please help!!!!
thanks for any help just want (in Windows ) the person who opens a text file -that it will open with my note pad type program not windows notepad, no answer so i will ask once more! can some one please tell me how to click a text file and get it to open with my vb notepad program i use file open with my program bt when my program opens the rich text box is empty Dim MyFileStream As New FileStre ...Show All
Visual Studio ErrorTask
I'm adding ErrorTask items to my Error List through my ErrorListProvider. I am setting the Line property on each ErrorTask item, but the values show up in the list 1 greater than the value I specified. Is this the way it is supposed to work Thanks, Mike In addition, it seems the internal value being stored is correct. The object I receive in my eventhandler when I double click is the correct value, so some ...Show All
Smart Device Development Emulator display too large
I am using the VGA emulator to target a 320 x 480 device. 1) How do I know how large to make the form also when I run the app in the emulator, the emulator goes off my display it is so large. How do I fix this. Thanks. Hello, I am not sure what you meant by question 1. Regarding emulator being too large, you can change the switch your monitor to higher resolution or disable the skin (if you can manage without that). You can a ...Show All
Visual Studio Team System Unit test on web method
Hi All, I have the following method to be tested, Private Shared Sub performAfterRequest( ByRef lHttpContext As HttpContext, ByVal lRequest As Request) invokeResponseHanlder(lHttpContext, lRequest, "after" ) End Sub how to perform unit test on the above method Public Sub performAfterRequestTest() Dim lHttpContext As HttpContext = Nothing 'TODO: Initialize to an appropriate value ...Show All
Visual Studio Express Editions I dont know where else to ask..... AutoPlay Menu made in VB Express
I'm planing to make a menu for CD/DVD in vbexpress... is there a way to check if .net 2 is installed befor i run my exe file in autorun.inf or some other solution i did not think of that... this could work :-) ... i'll look into that... and by menu... i meant... when you put some cd-s in cd rom.. and you get menu with options..and when you click on somthing it starts install of that like... menu on cd that comes with mother board ... ...Show All
Windows Forms cleared bound textbox reverts to original value
I've got textboxes bound to number columns in a dataset that is _not_ strongly typed. When I want to clear a bound control of its value, I highlight the contents of the control and press the delete key (which doesn't seem to trigger the&nb ...Show All
SQL Server Login error
I want to tranfer few objects from SQL server2000 to 2005. I used tranfer object task and defined the connection but i am getting the error cannot apply value null to property login:value cannot be null. How can i solve the problem/ from Sufian ...Show All
Visual Studio Team System Web Service Solution not building correctly
I cannot get my team builds that contain a Web Service Project to build correctly. To test this, I created a new Team Project (with all defaults) with a brand new Solution that contain a Web Service project (with all defaults). Then I created a Team Build (with all defaults). When I run the build, there are no errors - in fact it reports success, and it processes the solution, but my project never is built correc ...Show All
SQL Server Maintenance Cleanup Task
I cannot get the Maintenance Cleanup Task to work properly. I backup the Databases and Transaction Logs to a UNC ( \\server\sql\ ) directory successfully, and I do not create separate folders for each database. Yet, the Maintenance Cleanup Task will not remove old files as I have specified (over the UNC). Can it not work on an UNC specified location And if so, why does it complete without any failure notice. Any Ideas If the SSIS Mai ...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 ...Show All
Windows Forms LIB's in a Windows Form?
Hi folks, I'm just wondering if it's possible to add a LIB to a Windows Form project I want to add Shlwapi.h, shlwapi.lib so that I can access the useful functions: PathAddBackslash PathIsDirectory PathRemoveFileSpec PathRemoveBackslash PathFileExists PathFindFileName etc.... Is it possible I can't seem to figure out how to add a LIB and just adding the .h causes a whole mess of problems. Any ideas Hi ...Show All
.NET Development code management
hi, what does it mean code management. I read , the DOTNET through code management, will increase the functionality and robustness of our traditional console or GUI applications. Can anyone explain me or give me a link to understand clearly. thanks. Singam ...Show All
Visual Studio Team System Automated Build and Sourcecode Control
Hi, We are about to embark on a large project (4 years+). We are currently using VS2005 along with Sourcesafe. We need to get automated builds in place which tie in with the labeling of sourcecode and distributions. What products should we be looking to use .... teamsystem, sourcesafe and msbuild Any pointers would be greatly appreciated ... can't see the wood for the trees at the moment! &nbs ...Show All
Visual C++ Is partial redistribution of VS 2005 DLLs allowed?
We're looking at migrating our applications from Visual C++ 6 to Visual Studio 2005. We link in the MFC and the C-runtime DLLs. Since users download our application over the Internet, we need to minimize the download size as much as possible. We would need to redistribute the VS 2005 DLLs as applocal. Does the license agreement for redistribution require that the entire contents of the Microsoft.VC80.CRT and Microsoft.VC80.MFC ...Show All
Visual Basic openfiledialog default view
is it possible to change the default view of the openfiledialog box i want to see "details" view, not "list" thanks found the answer in another forum: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vstechart/html/vbpowerpack.asp ...Show All
