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

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

Alanu

Member List

breceivemail
AShukri
levsha
Info_Peter
linker
vien11
DragonWolfZ
raq
Deejjaayy
Dan Mikkelsen
N_John
BLRisner
DegreeZ
Paryse
Shmelly
Donaghy
Martin Mason
TRID
zr119_62
Suresh .M.V
Only Title

Alanu's Q&A profile

  • Visual Studio Team System Why can we not delete objects from schema view?

    Hi, What is the rationale for only allowing us to delete objects from Solution Explorer and not from schema view Thanks Jamie The only items which you are not allowed delete from Schema view directly are - columns belonging to tables or views - PK or contraints which are defined within the table itself i.e. stored in that table file. We allow you to open the file to manually delete the entry itself in that table file If the PK or constraints exist in their own file you can delete those from schema view mairead ...Show All

  • Visual Studio Express Editions Problem with error C2059

    Hey all, I have just downloaded a SDK from raven software and it was ment to be compiled in Visual c++ but it was supposed to be v7 and I had to convert it to v8 to use it =( anyway here is the error ------ Build started: Project: JK2game, Configuration: Final Win32 ------ Compiling... WalkerNPC.c c:\projects\jedi_academy_sdk\codemp\game\q_shared.h(1242) : error C2059: syntax error : 'type' .\WalkerNPC.c(63) : warning C4005: 'sqrtf' : macro redefinition C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(309) : see previous definition of 'sqrtf' w_saber.c c:\projects\jedi_academy_sdk\codemp\game\q_shared.h(1242) : error C2059: syntax error : 'type' w_force.c c:\projects\jedi_academy_sdk\codemp\gam ...Show All

  • SharePoint Products and Technologies Persistent Sharepoint Server Error Events

    Hi - I'm running Sharepoint Services 3.0 and am seeing 3 different errors logged every single minute - IDs 6398, 7076, and 6482. Searches on these IDs have shown that other users are seeing them for different reasons. They all have to do with a "lack of storage" somewhere. Below are the pasted contents of 1 of each of these errors: Event Type: Error Event Source: Windows SharePoint Services 3 Event Category: Timer Event ID: 6398 Date: 1/22/2007 Time: 3:41:17 PM User: N/A Computer: SPNACDEV06 Description: The Execute method of job definition Microsoft.Office.Server.Administration.ApplicationServerAdministrationServiceJob (ID 929b1b3b-ef23-4379-915f-33e61709a2d3) threw an exception. More information is included below. Not ...Show All

  • Visual Studio Express Editions Standard formatting buttons for rich text formatting?

    Is there a standard toolbar to format text in a rich text box Standard stuff like Bold, Italic, Underline, align, font and size Basically I want to be able to highlight some text in the rich textbox and apply the format as in Word. Thnx No...nopthing "standard"..but you can easily create your own and apply the styles using the click event of the toolstrip buttons: Private Sub Bold_Click ( ByVal sender As Object , ByVal e As System . EventArgs ) Handles Button1 . Click Me . RichTextBox1 . SelectionFont = New Font ( Me . RichTextBox1 . SelectionFont , FontStyle . Regular Or FontStyle . Bold ) End Sub ...Show All

  • Smart Device Development Eureka

    Hi,     I m trying to access the internet in the asynchronous mode for wince 4.2 smartphone 2003 SE using VS2005. I have already tested the synchronous mode for operation on the emulator. However if I try to download the same URL in asynchronous mode, InternetOpenUrl() API call fails with error code as ERROR_IO_PENDING. I have tried out almost all the code samples on the internet (their happen to be only a couple of them it seems). But still this error is very unexpected as the same URL opens in the synchronous mode. Pls take a look at my code here : the url i pass to this function is http://10.20.40.1/foo.html Any help on this would be highly appreciated int CInternetData::IssueHttpRequestAsync(LPCTSTR lpszUrl,L ...Show All

  • Visual Studio 2008 (Pre-release) Warning: the optional WSDl...svcutil and Java web service

    Hi everyone, I did some searching via google but didn't find a solution or answer to the following problem ( http://blogs.sun.com/arungupta/entry/resolved_wsit_and_wcf_jun was a similiar error message but not the same). I only have a wsdl file here and want to create the client proxy classes with svcutil. Unfortunately, I get the following error a few times: ---snip--- Warning: The optional WSDL extension element 'header' from namespace 'xxx' was not handled. XPath://wsdl:definitions[@targetNamespace='xxx'] /wsdl:binding[@name='xxx']/wsdl:operation[@name='zzz']/wsdl:input ---snap--- I replaced the original names of the namespace etc. The wsdl is created by a third party tool. I don't have access to the implementation to the webservice an ...Show All

  • Visual Studio Team System Zero-byte Files After Performing "Get Latest Version"

    Has anyone encountered zero-byte files after performing a "Get Latest Version" recursively I'm glad to hear you have found a work-around for your issue. I'm still not sure I fully understand which of the following statements is true: 1) A zero-byte file was checked in to TFS during the migration process and that revision has a label on it that was applied by the migration tool. When performing a get on that label the server properly returns the zero-byte file. The bug was that the zero-byte file was uploaded by the migration tool. or 2) A non-zero-byte file was checked in to TFS during the migration process and that revision has a label on it that was applied by the migration tool. When performing a get on that lab ...Show All

  • Visual Studio Express Editions progressbar color

    in the property section it has back color and fore color.... but they dont seem to work.....when I change the colors it still just shows green on white... why is this...is it a fault with vb express thanks thank you dave I never thought of that....I just dont understand why the options are in the property section if they dont work.... anyway....I will consider your advice later and make my own...... at the moment I got teddy bear troubles.......lol cheers cheyenne ...Show All

  • SQL Server SQL Query: Select with subfunction count() silly problem MS-SQL 2005

    I'm working on an MS-SQL 2005 server, and feel totally lost on fixing a simple problem of reading count() from the main Table! I think I did the this easely in SQL 2000 Please; Tables (Some Columns, Collates and constraints removed to save space): CREATE TABLE [dbo].[Bruker_Detalj]( ---> User info AS BrukerID [PostID] [int] IDENTITY(1,1) NOT NULL, ---> About 4000 Columns now [KonsulentID] [varchar](5) NOT NULL, [BrukerID] [int] NOT NULL, [Etternavn] [varchar](50) NOT NULL, [Fornavn] [varchar](50) NOT NULL, ...(several Columns removed) CREATE TABLE [dbo].[Bruker_Tiltak]( ---> User Action AS BrukerID [PostID] [int] IDENTITY(1,1) NOT NULL, ---> About 50000 Columns now [KonsulentID] [varchar](5) NOT NULL, [BrukerID] [int] ...Show All

  • Visual Studio Express Editions Updating Qbasic code to Visual Basic

    I found a program that runs fine in QBasic on Windows 98 (about 2 years ago), but since updating to XP have been unable to take screenshots of the output to moniter to create images. Is there any simple way to do this, or do I have to update all the code to Visual Basic just to take a "print screen" This seems highly complicated for the very simple action that I wish to do. :-p Many thanks for any help!! these forums are only for VBExpress im afraid. QBasic as you know is very old and hardly anyone uses it these days. in VBExpress (.NET actually) you can take a screenshot: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=841156&SiteID=1 http://forums.microsoft.com/MSDN/Show ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Analog stick "holes"

    Does anyone else have odd ... holes ... in the values returned from the analog sticks For example, if I push my left analog straight up very slowly, I see the Y value stay at 0 for a little while, then it jumps to ~0.25 and climbs steadily to 1. Likewise with the X, and it happens in both directions for both sticks. Also, if I peg the stick up and slowly roll it clockwise, Y stays at 1, X at 0, then after a while X jumps to 0.25 and climbs steadily. As I get close to straight to the right, Y approaches 0.25, then drops straight to 0. Am I alone IE: is it likely my hardware Or is this something other people see IE: likely software This behaviour is intentional, read the following thread fo ...Show All

  • Visual Studio Reading and writing models in June release?

    Hi, I have used reading and writing of models from and to file in the previous release. This seems to be changed heavily in the June release. I am trying to figure out how to change this to work with the June release, but it would be most helpful if anyone already has some samples. I am trying to setup a Store thourgh store.LoadDomainModels() method, but run into a "Microsoft.VisualStudio.Modeling.DomainDataNotFoundException" Jos Warmer You're correct that you need to call LoalDomainModels() first before calling SerializationHelper.LoadModel(). In June CTP release, loading CoreDesignSurface model is required as you have discovered; we've fixed it recently so that if your model takes no depende ...Show All

  • SQL Server Is it possible that I change the data's type when I create the DSV in the Visual Studio 2005?

    Hello everyone: Recently, I was responsible for creating a analysis services project with the SQL Server Business Intelligence Development Studio in Visual studio 2005. I encountered a error that the data type is not supported when I tried to add the table from a remote Oracle server. I can not modify the data type in the oracle server. Is it possible that I change the data's type when I create the DSV in the Visual Studio 2005 (if I have known the table's name) Help me Please! tell me the steps or some references if it is possible Thanks Thank you very much Now I did not install SQL Server 2005 and VS on current computer, I will try it later. I think you suggest is very well. But I have a question: you said ...Show All

  • Visual Basic Using a declared function in a dir' address.

    Hi Guys, Ill be upfront, i am extremely new to VB and am still learning the ropes, so apologies if i do not make much sense lol! Ok, what i am trying to do is place the current user logged on to the computer into a directory. Eg, ------------------------- ChDir "C:\Documents and Settings\ USERNAMELOGGED IN \Desktop" Workbooks.OpenText Filename:= _ "C:\Documents and Settings\ USERNAMELOGGED IN \Desktop\IMEI.xls", Origin:= _ xlMacintosh, StartRow:=1, DataType:=xlDelimited, TextQualifier:= _ xlDoubleQuote, ConsecutiveDelimiter:=False, Tab:=True, Semicolon:=False, _ Comma:=False, Space:=False, Other:=False, FieldInfo:=Array(1, 1) ----------------------------- I am wanting to repla ...Show All

  • Windows Live Developer Forums login to hotmail account

    Hi all of u. I want to login into hotmail or yahoo & retrieve the contact list from hotmail or yahoo using my web page. help me if anyone have some idea. it's very urgent. To get the Messenger buddy list of a user, try looking into the Contacts Control . You cannot (as far as I know) strip all addresses from it (also known as "scraping"), but you can make your application interact with it. Danny Thorpe has an excellent blog detailing what you can do with it (and often how, as well). It's the best thing next to writing an application to log in to the Messenger servers directly (which is not allowed, and its unrecommended). ...Show All

©2008 Software Development Network