dys's Q&A profile
Smart Device Development Windows.show() Error..
Hi All, I have multiple forms in my application and iam finding it hard to open multiple windows. For Ex.[we are in Welcome form now] FrmLogin Frm = new FrmLogin(); Frm.show(); this.close(); This code mentioned above closes the whole application and i tried using the this.close before show and its not working.. So anyone please let me know how the things work out here Thanks in Advance Cheers Biju S Melayil Thanks for the reply again. But here iam using the some forms in the application which is used more than once in the app (like an Damage Entry Process for an product which can Happen N ti ...Show All
Windows Forms Problem using CheckBoxField in GridView Control
Hi, I am developing an ASP.NET Web Page in Visual Basic.NET. I am displaying data in a GridView control, the fields of my table are: Number_Id Varchar(10), FirstName Varchar(15), SecondName Varchar(15), Status Bit. When I execute the web page that I developed, I can see that GridView control displays Number_Id, FirstName,SecondName and Status, but Status field has a CheckBoxFields, CheckBoxFields are checked if Status fields are 1. In executed web page, I am trying to change the status of CheckBoxField and it is imposible because CheckBoxFields are disabled. I want to know what steps or procedures or methods are necessary to c ...Show All
Windows Forms Clickonce error when installing
I have tried to use the clickonce and it works fine for me. I am running IIS on my machine and I get no problems. Neither do other people on my network. Other people outside the network get problems though. A message appears saying that the "application is improberly formatted". I published the application to a host outside of my network and now I also get the error. What is the problem and how can I solve it If you need the error file then I can upload it. Thanks Jon I solved the exit code issue by specifying an exit code section in the product xml using the bootstrapper manifest gene ...Show All
Visual Studio Team System which table/DB has Description/History data of WorkItem
Hi there, Could someone tell me Detailed Description and History fields data resides in which Table and DB in TSF Sql server Thanks, Anu <object>LongTexts so in this case - WorkItemLongTexts cross reference the fldid to the fldid in the fields tables - I think it's 51 and/or 53. Description should have one entry and History should have multiple entries with the person id who made the comment referencing the constants table. thx ...Show All
Visual Studio Object datasources vanish from rdlc data sources in web project
Anyone having issues with their object datasources appearing and vanishing from the datasource browser I create an object for binding as a datasource in my App_Code folder, compile my web project and it appears in the datasources in the report designer. Then I will make an aspx, setup a reportviewer control for my new report, go back to the rdlc and the object datasource sometimes just vanishes. I refresh, no luck. The only solution I found is to draft the rdlc to the App_Code folder where my class is, then refresh datasources and it finds it. Then if I move it away, they vanish again. Am I missing something on how the obje ...Show All
Visual Studio Team System DCR: Field level security
I am sure this has already been covered in some past discussion somewhere, but just in case I want to add this thread so a person can search on "field level security" to find info about this request. The only thread I can find where the topic was touched on is titled "Let the submitter close the issue only". This is a design change request (DCR) to ask that in the next version or update of VSTS, that there be some way to add security on a per-field basis. The purpose behind this request is to prevent all but a specific security group (of users) to make changes to a field. We would use such a feature, for example, to provide a special " ...Show All
Visual Studio Team System Unlocking a checked out file in Source Control
Greetings, I'm trying to unlock a file which is checked out by another user ( who happens to be out of the office), if i try to do an 'unlock' from the source control explorer i get the message: The item $/Myproj/MyFile.cs is locked for checkout by THEDOMAIN\theuser in workspace WORKSPACENAME;THEDOMAIN\theuser I'm a member of the domain admins so i've got unlockother permissions... Any insight would be much appreciated! Actually, when you specify commands via the Source Control Explorer window, the system tries to run them on the current workspace selected in the workspace dropdown. The file is not ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Linker error, using d3dx9math.inl functions
Hello everyone, I am building a little renderer with DirectX, just for fun, using Visual C++ Express and the February DirectX SDK. I just implemented my "camera" class, which uses some of the functions defined in d3dx9math.h (like D3DXMatrixRotationAxis and D3DXVec3Normalize ). The linker complains saying: error LNK2019: unresolved external symbol D3DXMatrixPerspectiveFovLH@20 ...etc ... I know these functions are implemented in the d3dx9math.inl file, but shouldn't this file be linked automatically if I include the d3dx9math.h header file By the way, I now installed the April SDK. I ...Show All
Microsoft ISV Community Center Forums WORKING ON WORKBOOK WITHOUT OPENING IT
I am doing some changes in a workbook. The first thing I do is to open it. Then I do the changes. Then I save it and close it. Is it possible to effect the changes without opening the workbook This is the code: directory = "c:\Documents and Settings\Antonio\My Documents\Client " Workbooks.Open directory & "Geroa\Geroa Inventory.xls", 0 Worksheets("renta variable").Activate Worksheets("renta variable").UsedRange.Select ROW_COUNT = Selection.Rows.Count For I = 2 To ROW_COUNT If Cells(I, 1).Value = bloomberg_stock_ticker Then Match = True Cells(I, ...Show All
Microsoft ISV Community Center Forums Excel 2003 Macro to VB .Net v7
All, I've seen bits and pieces of this topic, but not enough to get me there, so here's my situation. I've created a set of Macros in Excel 2003, that I want to turn into a .exe that can be called from a DOS window with a set of command line parameters. I would think the first thing that needs to be done is to save the Macros as a VB Project, but I don't see how that is done I would then think the next thing that would need to happen would be to use VS to open the VB project. I recall seeing an article about creating a new project under VS (5.0 ) using a Visual Basic/Excel template - but I don't see any ...Show All
Visual Basic Midi file to binary file
Good day How do I save the contents of a midi file to a property bag and then read the contents of the pb and save it to a midi file. No success with - Dim FF as long, vartemp as variant Dim ByteArr() as byte FF= freefile Open "c:\town.mid" For Binary As FF Get FF, , vartemp Close FF bytearr= vartemp -------------------------- vartemp shows empty. Appreciate any feed back Jdsouza Jdsouza, Since these fora are for the .Net languages, it's possible that you may receive more assistance from vb6 people. ...Show All
Windows Forms Painting problem for the forms at loading time?
Hi, We have painting issue at loading time for the forms. Let me explain it plz. Our windows application is included several forms and each form is bound to a dataset. All forms (invisible) & datasets are instantiated at the beginning loading time and at this time the user sees a progress bar says "Loading....". When user navigate between fo ...Show All
.NET Development Dependency on Windows Installer 3.0 limits targets for .NET 2.0
It seems that you cannot run dotnetfx.exe to install .NET 2.0 on a target machine without first installing Windows Installer 3.0. This dependency appears to limit the environment in which .NET 2.0 can be installed to: Windows 2000 SP3 or SP4 Windows Server 2003 Windows XP with or without SP1 or SP2 Questions: 1. Can someone from Microsoft confirm this dependency and reveal any future plans to expand the supported environment for .NET 2.0 2. Is there a link to the microsoft website that would allow me to automate the installation of Windows Installer 3.0 (WindowsInstaller-KB893803-v2-x86.exe) and .NET 2.0 framework (dotnetfx.exe). ...Show All
Software Development for Windows Vista workflow persitence
Using SqlPersistenceService, I can save/restore an runtime workflow to/from SQLServer in running application. Here is my problem: -Run app, save workflow -Turnoff app -Run application again, try to get above workflow but not can Are the any solution for that Tx Kha, There isn't any official documentation around the schemas yet; can I help you regarding any specific tables / fields Arjun ...Show All
Visual C++ Importing MSMQ Com into C++
Using Visual Studio 2005, I have a C++ Win32 (dll) project that needs to use message queueing (MSMQ). In trying to import the COM interface to MSMQ, I use the statemement: #import "mqoa.dll" This seems to have a positive effect, since the presence of the statement causes the IDE (Intellisense) to automatically complete MSMQ statements and declarations as I type them in. However, when I compile, I get the error: 'c2653: MSMQ ...Show All
