kingace's Q&A profile
Windows Forms event on scaning barcode
hi , i am using vb.net 2003 and i want to scan barcodes with the scaner i want if the scaner completes the scaning doesn't matter what the length is the next textbox is focused i tried it on different events but could not find the&nbs ...Show All
Visual Studio Express Editions Free VB 2005 Express Edition Tutorials?
Firstly let me give a big "Wassup!" to all the VB programmers out there! I have recently moved over from the Delphi platform to the VB platform and joined the ranks of a far better programming language... (Sorry to all those Delphi PPL) I have taken the www.learnvisualstudio.net tutorials and found them to be very informative and extremely helpful but I was wondering if there isn't an online community of VB 2005 Express developers where I c ...Show All
.NET Development Is the config file for a library type project used by the assembly at all?
It seems that the config file for a dll type project has no effect on the runtime setting of the dll. Could any one confirm this or I am wrong If this is true, then the config file for this type of project is a bit confusing. Thanks No you're right. Config files configure appdomains, not individual assemblies. In a normal application with only a single appdomain all assemblies share the same config file (the one named like the startu ...Show All
Visual C++ How can I get the CheckedListBox for a Com project?
Hi, I'm developing a in process COM server to add prooperty pages to Active Directory. i'm using V.S. 2005's C++ with only the standard library. When I create the GUI resource file for the property page, there is only standard listbox availble in the Toolbox. I know that checkedListBox is availble if I were developing a window application using VC++ from the toolbox. Does anyone know how I can get that added to my toolbox for this project ...Show All
SQL Server sp_changedbowner bug?
in studio sqlserver 2005 beta 2 press button new query, use adventureworks entry text: sp_changedbowner 'sa' press execute - result ok entry text: create procedure anyproc .... go sp_changedbowner 'sa' script ending only if press stop button entry text: sp_changedbowner 'sa' script ending only if press stop button bug.vbs: set adoconn1 = createobject("AD ...Show All
Windows Forms c++ sharing data between forms
Hi As far as i know i cannot declare a global form cuz the compiler complains This causes me all sorts of problems with sharing data between different forms i have a main form A which has form B in it Inside form B i want to access data from form A how do i do it i had a look around to find an answer to this but either i am dumb or the answers were not for this case... Hi, If your using C++/CLI, then you could ...Show All
Smart Device Development Cannot explain diff in values returned from CTime::GetCurrentTime and ::GetLocalTime
In using the three methods CTime::GetCurrentTime ::GetLocalTime ::GetSystemTime Using VS2005 Beta 2, I get three different values, respectively, when the local time is 11:58, 2005-11-25: 2005-11-24T15:58:12 2005-11-25T11:58:12 2005-11-24T22:58:12 . Time Zone Information via ::GetTimeZoneInformation shows Bias: -720 Standard bias: 0 Daylight bias: -60 So from all of the above, I can explain the diff in the results between ::GetLocalTime (l ...Show All
Visual Studio Team System ImplementIDisposableCorrectly
The rule “ImplementIDisposableCorrectly” should not be displayed in sealed classes as the Dispose(bool) method cannot be declared as protected or virtual. Also, the help page for this rule has no text for this rule and when clicking the feedback button, it generates an e-mail with the subject of InterfaceNamesHaveIPrefix Cheers, Steve Thanks for posting this pattern. I think the core ...Show All
Windows Forms Async WebRequest not firing Callback
Hi, I'm writing an application at the moment which is meant to query the availability of internet domain. It does this using a POST request to a HTTP gateway offered by our Registrar. It works fine for one domain but when I try to qu ...Show All
Visual Studio Team System Deleting a Team Project
Hi, is there any way to delete a Team Project created by me From Team Explorer exists the remove option but I couldn't find one to delete all the different parts of a Team Project (SCC, Project Portal, Work Items, etc). Is it possible Thanks a lot LucasC In VSTF Beta 3, I can not even find the deleteteamproject.exe file. Can someone confirm that it is supposed to be present, and if so, where I've installed the data tier, app tier, full c ...Show All
SQL Server (SQL Server 2005) Instead of Delete Trigger
Hi, I simply need a trigger to delete some datasets from a view but have some trouble writing an adequate trigger. Here is my attempt: Use myDB ; Go CREATE TRIGGER IO_Trig_Del_myView ON myView INSTEAD OF Delete AS BEGIN SET NOCOUNT ON -- Check for dataset, if present delete. IF (EXISTS ( SELECT Z . [myPk] FROM myTable t , deleted WHERE t . [myPk] = deleted . [myPk] )) Delete From myTable Where myTab ...Show All
Smart Device Development CF/VS2005 DataGrid Datasource not really working as other controls do.
First of all, this is Compact Framework, Visual Studio 2005 July CTP. My databindings is setup like this. I got class full of all sorts of properties. strings, ints, and DataTables. This is added as a project data source so I can drag stuff across to the designer. This created a BindingSource object. All form fields (including 2 data grids) have bindings through this BindingSource. The datasource of thi ...Show All
Windows Forms Best Practice?
Hi, I have a form which shows a datagrid with all users. If you press new user, a new form opens, you enter all info including password and close the window with save. Then the new user appears in the datagrid from the first window. S ...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 Worksheet ...Show All
Microsoft ISV Community Center Forums jump to other slides of a ppt by selecting slide number from a combobox
can anyone tell me how jump to other slides of a ppt by selecting slide number from a combobox how will u first additems to the combobox and then how will you switch to the slide number selected in that combobox thanks in advance amzzz Hey thanks for trying atleast!! I wasnt hoping anybody would respond.....but thanks Actually wat I came across is all vba components come live only in slideshow mode I dont know I ...Show All
