bdg's Q&A profile
Visual Basic VB2005 Express Beta 2 to Express Edition
I upgrade my vb2005 Express beta 2 to Express Edition but all my previous projects doesnt work, an error occured when I try to open the form in design view. the error message states "there is no editor available for 'DomFile\frmPass.vb' and "make sure the application for the file type (.vb) is installed" Please help me on this Thanks... Dominic.. Hi, I have encountered this kind of error. But it generated because I tried to open a VB project on a visual studio where VB.Net was not installed. Is the express edition that you downloaded is a VB Express edition Coz if it is then it clearly is a installation problem... cheers, Paul ...Show All
Visual Studio is the IVSSItem Child public property used ?
Hi guys, I need to extract the child VSSItems of a certain VSSItem i am referencing currently, however when i tried to extract the child associated with the current VSSItem, i can't find the .Child property. VSSItem myChild = parentVSSItem.Child // the child property fails to exists. May i know if the Child property is implemented I encountered a similar problem with the Close method of the DatabaseClass where fellow forumties told me the Close() was not implemented yet. wilson Hi Wilson, There is no method .Child without arguments for VSSItem, because each folder can have multiple children. In VSS 6.0d you can use ...Show All
Visual C++ Ensuring symbol order in object files?
Is there a way to get the C++ compiler to generate .obj files that maintain the order of the symbols as they appeared in the .cpp file If so, is there also a way to ensure that the linker also preserves the order A simple example of the behavior I'm seeing from the compiler/linker: .cpp file contains int foo1; int foo2; int foo3; int foo4; when I dump the symbols from the .obj file I get this 00B 0000000C SECT3 notype External | foo3@@3HA (int foo3) 00C 00000008 SECT3 notype External | foo4@@3HA ...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
.NET Development how to find the files which are infected by the virus in ASP.NET
hello.. i want to find all the files which are infected by the virus in all the computers which are attached in the LAN. using ASP.NET how can i find those files This is a very involved question and likely will not be fully answered in this forum. This forum is dedicated to questions relating to the system.net namespace. Asp.net questions should be directed to www.asp.net forums. Although this is much more than an ASP.Net question :). ...Show All
Windows Live Developer Forums Need VE version 3 JavaScript file
Hi, I am doing development in VE version 2.0 by saving the javascript file "MapControls.js" to my local machine. to keep my code same I want to download VE Javascript file for version 3. It would be great help if someone will provide me with that file. Thanks alot Why can't you get it v3 examples clearly show http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js in the HEAD tag. The contents of mapcontrol.js are... function ____downloadMapControl() { document.write("<script type='text/javascript' src='http://local.live.com/veapi.ashx'></script>"); };___ ...Show All
SQL Server pls advise me. HELP pls...
on the 1st opening of my web page it uses the membership control of asp.net for logging on. sometimes it takes time to logon and worse is, it will encounter sql server error. that can be resolved by just restarting that specific page and it will be alright, it will logon normally. this only issue happens only on the first opening of the logon page. i have read a certain article and it says there that on the first time you access the sql server, sometimes the sql server needs a little more time communicating back and forth. how can i make my log-on page wait a little longer till it communicates or finishes communic ...Show All
.NET Development UpdateBatchSize with OracleTransaction Error
Hi All, I am trying to use UpdateBatchSize > 1 with ADO.NET transaction, but I receive following error message everytime I set UpdateBatchSize > 1 (there is no error if I set UpdateBatchSize = 1) Error: ------------------ Execute requires the Command object to have a Transaction object when the Connec tion object assigned to the Command is in a pending local transaction. The Tran saction property of the Command has not been initialized. ----------------- Code: --------------- adapterOracle.UpdateCommand = builder.GetUpdateCommand(); adapterOracle.DeleteCommand = builder.GetDeleteCommand(); adapterOracle.InsertCommand = builder.GetIns ...Show All
Visual Basic A WithEvents Problem
Hi I have built a user control which has its own events. I am Populating the main Form with several of these usercontrols ( i dont know how many till run time) I am doing this in a loop and adding them to a collection at the same time. I have declared - Public WithEvents MyUserControl As UserPage The Event handler is only called from the last page added to the Form. It took me a while but i realised that all the userpages have the same variable name so the last one created is the only one which the Event handler will work IYSWIM Is there anyway around this it seems like i need to give each its own Varname so that the event handler will work ...Show All
Visual Studio 2008 (Pre-release) [BUG] BitmapEffect clipped output
I reported this to the feedback center as well. THe following XAML shows clipped output for the element with a bitmap effect applied. The size of the element is smaller than it should be at higher scale factors. The problem does happen without animation as well. <Page xmlns=" http://schemas.microsoft.com/winfx/avalon/2005 " xmlns:x=" http://schemas.microsoft.com/winfx/xaml/2005 " > <Canvas> <Border Canvas.Left="100" Canvas.Top="100" Width="200" Height="100" BorderBrush="Black" BorderThickness="2"> ...Show All
Visual C# How can I create Menu seperator with .Net framework 2.0?
with .Net framework 1.1,I can implement menu seperator through setting the MenuItem's Text Property with a minus as shown below: MenuItem mi = new MenuItem(); mi.Text = "-"; but how can I achieve this with .Net Framework 2.0 it seems that the new class MenuStrip provided by .Net Framework 2.0 can not be manipulated this way. any help tips will be appreciated You should be able to create a separator with code like this: ToolStripMenuItem newitem = new ToolStripMenuItem (); & ...Show All
Windows Forms How to make it so an app installs for ALL users, not just the current one?
I noticed when I create a setup.exe and install it, the app goes into \Documents and Settings\myUsername\... etc. How can I make it go into \Documents and Settings\All Users\ And have the shortcut available for all users as well, on a global level BUT still have the application settings on a per-user basis. Hi, I'd like to install a ClickOnce application on a terminal server. For each user, during logon, the profile is copied from a common profile. We tryied to install our ClickOnce application with this common user, so each user should have a first version of the software at login. ...Show All
Windows Live Developer Forums Hit Counter
How do I add a hit counter - either from within or offered by MSN Spaces - or an outside free service like "ShinyStat" This forum is for questions about the MSN Spaces APIs. Feedback, feature requests or questions about the MSN Spaces product are probably better directed to http://spaces.msn.com/thespacecraft/ ...Show All
Software Development for Windows Vista Need TabletPC icons?
HI everyone, I am building a tabletpc application. I have created a tools control to display the pens,eraser, selector, paint bucket...etc.. I can't seem to find any icons that look like XP icons for drawing and selection in a TabletPC-like environment. Anybody know of a collection Doesn't have to be free. But 32 X 32 icons/png would be great! Thanks, Steve Hi, These turned out great! It has a tabletPC appeal to them and can be used in various contexts..... http://www.glyfx.com/products/imaging.html -Steve ...Show All
Software Development for Windows Vista Developing a Distributed Workflow
Hi group members Hope u be doing gr8 with WWF , well did any body try a distibuted (but tightly coupled , as the complete objects/context may also be needed to be passed) Work Flow in WWF . Like couple of activities run on Machine A then Other on Machine B (see figure below ) Machine A Machine B Machine C Acttivity 1   ...Show All
