Teem60004's Q&A profile
Windows Forms Async Web Service Calls
Hi, I read that that in 2.0 there are new possibilities to do async web service calls. For example I want to make a Web Service call to retrieve a long DataSet and I don't want the UI to freeze ... how would I go forward doing th ...Show All
Visual Basic Program works without errors but doesn't anything
In my Main Form i have created a data structure like this Structure Uinf Dim UName as String Dim UInst as Boolean ... End Structure Public Dim Uinfo(61) As UInf In my second Form Name: Form2, i have 36 Checkboxes named "BG" followed by a different Number In The FormOpen Event of Form1 there is called a special Sub to save any Data into the Variables UName and UInst In the Click Event of a But ...Show All
Visual Studio Express Editions ActiveForm question
Ok, I know that the ActiveForm object returns the, well, active form. But what about the active form's controls I can't access those because they don't appear as one of the ActiveForm's objects, and when I try to compile like that it says that the property doesn't exist. So how can I access the controls of the active form Please help! The ActiveForm property returns a Form reference because it can be any type of form. Y ...Show All
.NET Development Arraylist from SQLReader
I want to populate an arraylist from an SQLDataReader so I can pass it back up to another object and extract the various columns. While oServerReader.Read rtnArray.Add(Trim(oServerReader.GetString(0))) End While That's ...Show All
Visual Studio Team System Report server error
After a successfully TFS installation any new projects fails showing any of the reports. If we run the reports directly from reporting services, following error are returned: An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'dsIterationPathParam'. (rsErrorExecutingCommand) The Team System cube either does not exist or has not been processed. We have a dual installation wit ...Show All
Visual C++ VC++/MFC 8 not stable
Hey, I am affriad to say MFC 8 that comes with VS 2005 isnt stable at all. im working in a studio trying to work on a project, and i keep on wasting time on worthless issues. All of which have to do with pointers and the new operator. Latest issue is it will declare thepointer if i told it to load configuration from a file. but it wont declare it if i decide to load the configuration manually, i really dont know what difference does it make. im ...Show All
Windows Search Technologies Outlook 2007 Beta 2 and EntryID Futures?
there is also a problem when you try to install the WDS with the office 2007 during the installation at the end you get a error saying Access Denied and the installation fails. is microsoft aware of this problem James Hi csdcomp, This is a known issue with the beta. The good news is that there is a workaround available. Please use the workaround only if you are comfortable modifying your regist ...Show All
.NET Development Stripping certain part of XML for info...
Hello, I posted this on the Visual Express Forum, but not many replies. I thought that the XML place could help me bit more... This is used on Visual Basic Express,just to let you know... Well, I need to strip out: http://img.maps.yahoo.com/mapimage MAPDATA=eJz6K.d6wXVM6myr2yRPfx6.kl.uMGgD3Tu4JtDQzr_33pFEsTTSaosZ9OCtsiDrsLv9t65fzjz0CJm6JO2v_ZIHLflY9gto.xWMK9ovlRJVmrBLO4FoSsh3Ipsr from: < xml version="1.0" > ...Show All
SQL Server SQL Data Types
Is there some type of resource that tells you what all the Data types are and what they are used for. For example, whats the diffrence between Nvarchar and Char Things like that. Thanks! Here are a few links for ya... http://msdn2.microsoft.com/en-us/library/ms179910.aspx http://msdn2.microsoft.com/en-us/library/ms187752.aspx Nvarchar stores a variable size Unicode string, char stores a fixed length non-Unico ...Show All
SQL Server Parameterized Query Using Wildcards in VS2005
Hey everyone, I have a smart device project in Visual Studio 2005 that has a SQL Mobile data source. I am trying to create a parameterized query that utilizes 'LIKE' and wildcards. My query is below: SELECT LocationID, StreetNum, StreetName, rowguid FROM tblLocations WHERE (StreetNum = @StreetNum) AND (StreetName LIKE '%' + @StreetName + '%') However, when I test this on my PDA, I get the following error: SQL Execution Error. Exec ...Show All
SQL Server CAST function problem
Hi, I am facing problem while using CAST function. Here i am using SUM function inside CAST function and assigning the returned value to a variable which is of varchar datatype of length 100. The variable which i am using inside SUM function is big int. I am doing like this: @hour = (select CAST(SUM(totaltime) as varchar(100) from 'Table name' It was getting error like: Unable to convert varchar datatype to bigint. How can i resolve this problem ...Show All
Software Development for Windows Vista Ah ya i need help badly?!
seriously microsoft you need better FAQS, i download vista 32 bit build 5270 DVD, i burn it , i install in middle i get and stupid erorr, could not move files from setup files blablabla.. NOW.. i read just mount is with something and run it, i ran it with daemon tools, installed put in my key and it restarts, i am all happy.. until the boot screen comes and then WALA restarts and doesn't work! i need help.. you can contact me by gmail, kasraowji ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Problem with "PlaySound()" Function????
When ever I used to Play a .Wav file through "PlaySound" Function it is stopping the Previous sound and Playing the new one. I want to Two files to be Played Simultaneously. Is there any other function in VC++. or How can we use the PlaySound Function to play the multiple .Wav files simultaneously.. Thanx Aarkay PlaySound is not capable to do this. You can try it with DirectX. ...Show All
SQL Server Deos SQL server have any setting like nls_length_semantics in Oracle
In Sql server if i have a varchar field of length 12, if i enter 12 chinese characters, it fails. In Oracle there is a setting nls_length_semantics.If you put char in nls_length_semantics , it takes 12 characters irrespective of english(one byte) or chinese(doublr byte). Is there any similiar setting for Sql server Did you try nvarchar(12) Denis the SQL Menace http://sqlservercode.blogspot.com/ ...Show All
SQL Server SP1 ships
Download it here: http://www.microsoft.com/sql/sp1.mspx Thanks, Mark The link for the download on that page goes to the link http://www.microsoft.com/sql/tbd , which doesn't exist, and gives a 404 error. I assume "tbd" means To Be Decided. Has it really been released yet It'd also be good if it was possible to install this via Windows Update, but apparantly the technology doesn't yet exist to do this. See here for details: http:/ ...Show All
