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

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

Veo

Member List

wlaulner
JMcLeod
Rahul Garg
chakravarthy_b
cpaesano
Rikus
pangitko79
Atulpatel
Luka Ivkic
Charles_80
Rattlerr
Mr.V.
Muricy
Alex Prado Romero
GuyVerachtert
Ljhopkins
RizwanSharp
bw12117
Nick Mc
TheSebaster
Only Title

Veo's Q&A profile

  • Visual Studio 2008 (Pre-release) EntitySet.Add

    It looks like EntitySet.Add doesn't work when the entities of the parent side of the association are pulled from the DB. Example : Author and Book. Their association is the most usual : <Table()>Public Class Author <Association(Name:="FK_BookAuthorID", OtherKey:="AuthorID")> _ Public bookSet As New EntitySet(Of Book) '... End Class <Table()>Public Class Book <Column(DbType:="int NULL")> Protected LastBookAuthorID As Nullable(Of Integer) '... snip the Author Property and the and _author storage... End Class In the case of a newly created author : Dim Author As New Author Dim Book As New Book 'snip inserting them in the datacontext's tables Author.bookSet.Add(Author) ...Show All

  • SQL Server How to add new user whit pass for new database

    Hy, I have question reagrding to SQL Server Authentication, I use SQL express and Microsoft SQL Server Management Studio Express. For creating and editing databases, I login whit Windows Authentication and it works fine, but as I need this new empty database for ASP script on my localhost ISS, I dont know what to enter for Username and Password as SQL Server Authentication. Ex. here is this connection string where I need to enter U/P but what to enter if I use Windows Authentication strCon = "Provider=SQLOLEDB;Connection Timeout=90;Server=AMD\SQLEXPRESS;User ID= ;Password= ;Database=test_database;" Hy again, thanx, I was able to create new SQL login whit pass, but now when I try to login whit that U/P I get this error ...Show All

  • Windows Forms Controlling a form externally

    I'd like my program's main routine to start a loop method that will create a new form call a method on that form let the method finish close the form and start over However, when the loop method calls Application.Run(curForm), it seems to give up control of the form, so doing item #2 (or anything else) is impossible until the form is closed. Is there any way to return control of a form to a class outside of that form Thank you, that does the job. I'm implementing a game (Hexapawn) and I'd like to be able to have the AI system play numerous games against itself in order to train (hence the loops). The game's move/event loop is implemented on the form that I'm repeatedly opening. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. x64 not working !!! why MSFT does this to us?

    so how long will MSFT keep doing this build stuff that will not work on your own OS ! I have desktop that is hog-tied by bits of stuff that does not work on xp x64. what a pain! why even sell xp x64 or bother to ship it if your not ready to support it! and the download does not tell us that it will not run on x64! http://exdream.no-ip.info/blog/PermaLink.aspx guid=8962e9a7-3185-438d-882a-e8e919771dc2 Hope that helps. :D   EDIT: The link I gave shows how to get support for x64. ...Show All

  • Internet Explorer Development Internet explorer 7 MUI pack

    Hello, I have Xp pro with multi-language user interface for the dutch language(and other languages). What means that xp is basically english but everything else is in dutch (menu, help etc...) Now my problem started with IE7 install I wanted to install the dutch IE7 version but I got the error message that the language of the operating system is not supported by this download (IE7-windowsXp-x86-nld.exe) So I installed the english version that did work BUT now all my IE7 menu etc.. is in english now Is or will there be a MUI pack for IE7 that will change my menu' back to dutch If there will be a MUI pack when is the release date If allready available please send me the correct link. Help would be appreciated. ...Show All

  • Visual Basic Formula Formatting

    Amoungst other projects, I'm making a graph drawer that draws a graph from an equation. My question is this: How do I make a function that looks through a string, and if it finds X with a coefficient it replaces it with "*X" Example: X^3-2X+5 should be convered to: X^3-2*X+5 Any ideas There is a J# class that can be used for string evaluations.... see this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=981114&SiteID=1 otherwise here is a simple parser for your requirment: Private Sub Button_Click ( ByVal sender As System .Object, ByVal e As System . EventArgs ) Handles Button1 . Click , Button2 . Click , Button3 . Click Dim Test As String = " ...Show All

  • Visual Studio 2008 (Pre-release) Custom Elements in XAML

    Hello, I am trying to create a custom element for my XAML code but don't seem to be able to. What I want is to have a hyperlink which takes a Click attribute which is the method to be called, a Action which is what is to be done, then a Resource file which could be anytihng like text or media to be displayed. Would look something like this: <Media Click="MyMethod" Action="Start" Resource="media.wmv">Test</Media> The problem is that when I inherit from hyperlink, I cannot referrence it from my xaml code. Why is this Is there a way to do it - like creating a custom schema Thanks Ben In order to have a custom tag you need a custom control/element. To see the attributes and suc ...Show All

  • Visual C# List<T> and T[]

    Hi, Is there a generic methof that can convert an array of T (T[]) to generic list (List<T>) Thank you, Riady The generic List class does have a ctor overload that excepts a IEnumerable object. This is the way yo create an List from a array, example: int [] myNumbers = new int [ 255 ]; for ( int i = 0; i < myNumbers.Length; i++ ) { myNumbers = i + 1; } List< int > myNumberList = new List< int >( myNumbers ); ...Show All

  • Software Development for Windows Vista Windows Installer - "Change" action does not require admin password in "Programs and Features"

    Why does Windows Vista not prompt for admin password when selecting "Change" in "Programs and Features" Even a limited user is able to add or remove features from our installed product. The strange thing is that the installer prompts for elevation when installing and uninstalling. This appears to be a bug in Vista only (and a pretty serious one at that). On XP, only an administrator can change the set of installed features. Our installer has ALLUSERS set to 1 and ARPNOMODIFY set to 0. Mike Morrison I use a bootstrapper that has a manifest (the bootstrapper not installed on the system, though). There is no manifest on the MSI itself. The MSI can be installed without the bootstrap ...Show All

  • Windows Search Technologies Instant search prompt not working

    I am using Outlook 2007 beta and wish to install the Instant Search component. When I click on the prompt, IE browser window opens, but remains blank. Otherwise, IE works okay. Is there a fix Curt, I'm not sure why you're seeing the blank Internet Explorer window. You can, however, install the instant search feature by downloading Windows Desktop Search 3.0 beta 2 from this location: http://www.microsoft.com/downloads/details.aspx familyid=0C1AE7C6-C548-4184-B575-7AB3913547D2&displaylang=en Paul Nystrom - MSFT ...Show All

  • .NET Development ArrayList

    hi, I have arraylist : public ArrayList parametri; I want to put 3 values in it and write that values in console application, how can i do this Thanks Hello dev, here you go.. ArrayList parametri = new ArrayList(); parametri . Add( "one" ); parametri . Add( "two" ); parametri . Add( "three" ); foreach ( string item in parametri) Console . WriteLine(item); Emeka Awagu ...Show All

  • SQL Server Running a Stored Proc before report runs

    Hi. I've got a report with 4 different sections - the datasets coming from some tables that are populated via a stored procedure. I'd love it if the the first thing this report did was run that stored procedure and then the data would be available for the actual reporting piece. Is that possible And if so, how do I make it work Thanks! I haven't tried this, but if your dataset's are coming from stored procedures, you could just call your 'data generation' stored procedure at the beginning of your reporting stored procedure. Hope this helps. Jarret ...Show All

  • SQL Server I-Mate JasJar And compact framework installation Problem ?

    Hi everyone here   i have a little problem : i tried to install the compact framework onto my pocket pc with windows mobile 5.0 but the installation fiailed and gave me an error . the error message said that :  the version of installation is not specified for this version of  operating   system   .. so what can i do to install compact framework on the device   please help ! Which version of the Compact Framework How exactly have you tried to install it Is this message produced on desktop or device ...Show All

  • SQL Server issues about foreach loop

    I defined Foreach File Enumerator,there are more than 2 files needed to deal with,it donesn't work if i don't specify filename in flat file connection manager editor,however if i specify filename then doesn't foreach files what should i do thanks andrew knight wrote: I defined Foreach File Enumerator,there are more than 2 files needed to deal with,it donesn't work if i don't specify filename in flat file connection manager editor,however if i specify filename then doesn't foreach files what should i do thanks Did you set an expression on the ConnectionString property of the connection manager -Jamie ...Show All

  • Visual Studio same problem

    A requirement of my reporting system that I'm developing is that it be possible to localize the reports.  They don't need to be localized dynamically -- we can provide different RDL files for each language and report combination. When I put japanese characters into the RDL file I get mixed results. When I export to Excel, it exports fine (except for the chart labels). When I export to PDF, I get the following error: A call to PInvoke function 'Microsoft.ReportViewer.Common!Microsoft.ReportingServices.Rendering.ImageRenderer.CompositionPDF+WindowsGDIWrapper::GetGlyphIndicesW' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention an ...Show All

©2008 Software Development Network