Software Development Network Logo
  • Visual Basic
  • Visual Studio
  • SharePoint Products
  • VS Team System
  • Smart Devicet
  • Microsoft ISV
  • Visual C++
  • Visual FoxPro
  • Audio and Video
  • Visual C#
  • SQL Server
  • .NET Development
  • Game Technologies
  • IE Development
  • Windows Vista

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

voxanBoxer

Member List

Mona_D
smhaig
Brad.K
GregAbd
Michael_317
pippen
Ingenious
Peter Nimmo
johnvms
Larry Charlton
Ranmal
Danielle H
nglow
tanzirmusabbir
gooon
mcass
Adminanup
PQSIK
warning9
Zia Khan
Only Title

voxanBoxer's Q&A profile

  • Windows Forms serious problem with BindingManagerBase and its definitly a bug

    Hi, The requirements are very simple but hard to implement. For the past 3 days I'm struggling to implement a master-detail1-detail2-detail3 event wire ups using BindingManagerBase. I've 2 lsit boxes(listbox1 and list box 3) and 2 combo boxes(combo box 2 and combobox 4) and when I change the list box 1 value I need to change data according to the list box 1 value in rest of the listbox\combo boxes. But somehow its failing to do its work. The problem I'm facing is "its retaining the controls old index and selecting the same indexed value after updation. this works fine if I have the same indexed value in the respective control otherwise it fails." for example if listbox 3 has 4 current values and if i've selected 3rd value ...Show All

  • Visual Basic Vertical label

    I would like to add a vertica label on my from, is there somebody can help me with that i have a little problem, i have created the class file... but how do i get the label to become vertical is there something im missing like linking that particular label with the class file ...Show All

  • Visual Basic ListBox & StreamWriter & StreamReader

    I have a "Form" with: 1- List Box 1- TextBox 3- Button 1- OpenFileDialog 1- SaveFileDialog I want that clicking the btn1 it shows the OpenFileDialog and read file that it has got this structure: SKI1 0 1 7 1 0 0 18 10 1 19 0 29 10 1 30 0 40 10 1 41 0 50 10 1 51 0 62 10 1 63 0 81 10 1 82 0 95 10 1 2 0 0 95 16 5 3 0 1072 0 1 4 2 1 93 15 I want that it reads all  Line of the File and it add an Item in ListBox for line. For example the first Item of the ListBox in this case is SKI1 And the 2th Item is in this case. 0 1 7 I want using the StreamReader classes. And i want that when i click an Item of the ListBox it shows the Text in the TextBox and I can edit the Line and that clicking antoher but ...Show All

  • Visual Basic Form Queries

    When a multi-form application is being created is it necessary to use the New keyword to create an instance of a form or is it better to use the My keyword. As an example, if you have an application that has an Add New Asset button which when clicked would display a form for data entry, should the New keyword be used because everytime you click on the Add button, a new form instance will always be created or should the My.Forms.<FormName> be used that does not create a new instance of the form. Which is the better approach Dipendra Using the new is the correct way to instance a new form. This allows you to create multiple instances of a form for your application. the my.forms approach is ...Show All

  • Windows Forms Can I create Internet Explo on my own look-alike?

    do help thank you Check out Microsoft Visual C# 2005 Express Edition: Build a Program Now! by Patrice Pelland...get it for free in pdf format. http://msdn.microsoft.com/vstudio/express/register/ If you're using some variant of Visual Studio 2005 (including the Express edition), it's in the Forms Toolbox under Common Items. The WebBrowser control is at the bottom of the list, by default ...Show All

  • Smart Device Development One handed navigation for RadioButton

    I'm developing an application in CF 2.0 and trying to support both stylus and one handed navigation. This has so far been possible by creating a number of custom inherited controls for textboxes, dropdowns, etc. However, the RadioButton control is causing some difficulty as its default behaviour on pressing an up/down key is to both focus the next/previous control and automatically check it when focus is obtained. I would like the up/down keys to change the focus without automatically checking and instead allow the radio button to be checked by press the centre cursor pad or by a jog dial click. The Autocheck property in the full .NET framework looks like it could be used to support this type of behaviour, but the property is not sup ...Show All

  • SQL Server The component metadata for "component "DataReader Source" could not be upgraded to the newer version of the component.

    Hi, I have a package which reads an Access file from a folder. My connection manager to this file is .NET providers for Oledb\Microsoft Jet 4.0 OLE DB Provider. Package works from my computer. But when I execute it on the server as a SQL Agent job, I get The component metadata for "component "DataReader Source" (1) could not be upgraded to the newer version of the component. The PerformUpgrade method failed.    I copied the mdb file to a folder on the server which my packages have no problem reading data from. My packages run under the same domain account as defined in proxies. Appreciate a help. Gulden     Hi All, Thank you for the re ...Show All

  • .NET Development How do you run javascript and vbscript on the same asp.net page

    When I try I get Cannot use 'javascript' because another language has been specified earlier in this page (or was implied from a CodeFile attribute). As soon as i declare a new javascript block <script LANGUAGE="javascript" RUNAT="Server"> This implies that there is already a script file specified above. If the line you declared looks like the following, make sure that there is a </script> tag associated with the line. If the closing tag is missing it won't allow you to add another script with a different language. <script language="vbscript" src="vbs_client.htm"></script> ...Show All

  • Visual Studio Express Editions HELP--need instruction "for dummy"(me) where is the Help section for registration

    Do not see where I register my Visual Studio Express. All I get is page with the About Visual, Learn Visual and something else as well as other things on side including discussion of benefits of registering. Feel really dumb--but where is info Help 8 [ When you start up your version of Visual Studio Express, go to Help->Register Product which will take you to the registration page. Let me know if you have any more problems/questions. ...Show All

  • Visual C# Mysterious error in DirectX sample...

    This concerns the C# version of DirectX SDK (October 2006) sampler, in particular the CaptureSound sample. It works fine as is, but when I try to deploy it (either regular or ClickOnce procedure) the resulting program bombs. The error message on debugging is LoaderLock was detected Message: DLL 'C:\WINDOWS\assembly\GAC\Microsoft.DirectX.DirectSound\1.0.2902.0__31bf3856ad364e35\Microsoft.DirectX.DirectSound.dll' is attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang. I thought this was precisely the kind of thing that managed code would prevent! Can anybody help ! ...Show All

  • Visual Studio Team System Problem checking out binaries

    I am trying to write a custom task to check out my binaries and then check them back in. I am having trouble with the "itemspec" part of the command line. I will be building this on the build machine and there is no workspace on there. So I was wondering if I am to use the workspace where the files are downloaded to (BuildDirectoryPath) Any ideas If you're going to try this in a custom task, I would suggest using the version control object model, rather than calling out to the command-line. You can find a quick walkthrough here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/Extensibility_Guided_Tour/The%20Version%20Control%20Object%20Model.asp . -Aaron ...Show All

  • Visual C# Disable System

    Is there anyway that I can totally disable the computer programmatically from doing anything unless you know the correct password Thank-you Peter. with that... http://www.pinvoke.net/default.aspx/user32/LockWorkStation.html http://msdn2.microsoft.com/en-gb/library/aa376875.aspx ...Show All

  • Visual Studio Team System Scripted Users

    Is the idea that when the final product comes out that the script of the user will have all the permissions the user has to objects in the database I have not seemed to get it to script those permissions yet. I just tried with CTP6. Our existing VSS integration we do separation the user permissions from the objects themselves and want to make sure this will continue to work for us. Hi Andy, Just to understand where are you seeing the missing permissions, is it the import database or deployment or schema compare you are doing while observing this issue. We have made some changes to the system to pull some database level permissions which it was missing before while doing schema comapre. We woul ...Show All

  • Visual C++ Upgrade to VS2005 gives problem with iterator

    Hi all, I have been assigned a task to upgrade a solution to VS2005.The solution is originally written in VS2003 and Compile with 0 error and 0 warning in VS2003. This solution contains 48 Projects. I am sending the excerpt of the code. This Code is working Fine in VS2003 but it is giving the following error in VS2005. Is there any specific way to use iterator in VS2005 . Code : typedef std::vector<_TCHAR *> FTBaseResourcePaths; class STXferWinsock { Public: FTBaseResourcePaths * m_pPathVector; } DWORD WINAPI STXferWinsock::thfnSocketThread( LPVOID dwUser ) { STXferWinsock * pThis = (STXferWinsock *) dwUser; --- -- //Some code here - ...Show All

  • Visual C++ Calling C# Main() in C++.NET

    Hi, I am a newbie and I wanted to know if it is possible to call an application written in C# using C++.NET. I know that Main() is the entry point of the this C# application...so can I launch the C# application by calling its Main() from a C++.net program Is this related to managed and unmanaged code Do I need to include the class where Main() is located in the C++.net program Should I do that by "#using classWhereMainIsWritten" or using the namespace Help! Hi again, I started from scratch (not that I went far in my previous trials). The C# file (created in a class library project): using System; using System.Collections.Generic; using System.Text; namespace CS_Lib { public class ...Show All

©2008 Software Development Network