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

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

Wheelibin

Member List

cybertaz69
Inferno986
DazlerD
MrZap
TexasDeveloper
Indigo Cowboy
Scott Allen - OdeToCode.com
Couch_Dude
sgiannone
bishoycom
V1ad
langalaxy
Jared Y
omrivm
bombfrog
rbennet8
HellsChicken
Brett Shearer
John_Mac
IntMain
Only Title

Wheelibin's Q&A profile

  • Visual Basic Help me converting simple VB6 code to VB.net

    Hi! This code is obviously VB6 code. Im desperately trying to get the width and height of an AVI file, and i found this code. This is the errors i getting. Maybe it will make things easier: error BC30802: 'Type' statements are no longer supported; use 'Structure' statements instead. error BC30678: 'End' statement not valid. error BC30828: 'As Any' is not supported in 'Declare' statements. error BC30002: Type 'AVIFILEINFO' is not defined. Can anyone help me out Private Const OF_SHARE_DENY_WRITE As Long = &H20 Private Type AVIFILEINFO     dwMaxBytesPerSec As Long     dwFlags As Long     dwCaps As Long     dwStreams As Long     dwSuggestedBuffe ...Show All

  • Software Development for Windows Vista TransactionScope authentication / poorly documented!

    Ahhhhh Microsoft, the most important feature in 2.0 “Transactions” is poorly documented, and almost working, as it looks like the people who developed it got it to work under one scenario, and released it immediately, never tested completely. It is like, hey, does windows xp connected to a windows 2003 DTC when bother are under the domain controller, and when we modify the settings to the DTC and remove the security Yes , Ok, releaseeeeee Does it run in other scenarios Hmmm, maybe :-) Ok, here is the problem 1- I am developing under a virtual machine, outside the domain controller. (Win2003). 2- My SQL server is under the domain controller. (Win2003). 3- I am using the SQL server authentication; it works fine if the transactio ...Show All

  • Windows Live Developer Forums Colour nicknames ( display name )

    after geting windows live messanger all my contacts display names dont show in colour no more :(. it just shows the symbols. how do i fix this problem. Thanks :) The purpose of this forum is to discuss MSN and Windows Live application development using the Messenger Activity API, and Windows Live Bots. If you have technical support questions about using MSN Messenger or Windows Live Messenger, please check the following resources... Messenger Technical Support is available on the Messenger newsgroup: http://support.microsoft.com/newsgroups/ dg=microsoft.public.msn.messenger&cat=en-us-msn&lang=en&cr=US&ln=en-us nntp://microsoft.public.msn.messenger Get the latest information on Messenger from the Mes ...Show All

  • Visual Studio Express Editions Security Warning Running VB Program

    Hello I have written my first a short VB program but each time I run it I get security warning box. How do I correct See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) at System.Security.CodeAccessPermission.Demand() at System.Windows.Forms.SystemInformation.get_UserName() at AutoBackup.Form1.Bu ...Show All

  • SQL Server Ug! Replicated tables missing Default Values and Identities.

    Ok, so I must have screwed something up. I have several databases set up for transactional replication to another instance of SQL Server 2005 for fail over purposes. Today, I restored one of those replicated databases to my development machine and discovered two surprising problems: 1) The Default Values settings in the replicated tables are missing. They are there in the publishing tables, just as they were before I set up replication. However, they are not in the subscribing tables. Now, this is not such a big issue, since I tend to send all default values in insert queries as necessary. 2) The second problem is a more of an issue, since I use auto-numbered Identity columns in my tables (yes, I know that's just plain lazy...). ...Show All

  • .NET Development Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'

    I did a quick search around this forum and around the web but I can't find any helpful information regarding this problem.  Currently, I am running a site on asp.net 2.0 within a shared hosting location.  Their SQL backend is 2000.  I managed to create the db via aspnet_regsql, and then upload the aspnetdb and set provider stuff to the correct bits of information, however when I try any query, like logging in, it doesnt work, and get the error could not find stored procedure...  I checked, and the procedure does exist.  Everything is set up as it should be, schema and all.  Any ideas   I used Scott Guthries blog on how to use asp.net authentication on SQL 2000, and that worked without any problems. ...Show All

  • Visual C# Format String??? Help --->

    I need to convert a string from bytes to megabytes. I have this so far: label1.Text = string.Format( ) but how do I format the string > I can only assume you mean to divide a number in a string by a million. in that case string.Format would be useless for this. String.Format can be used to divide by a million, e.g.: String.Format("{0:0,,MB}", 1234000) gives "1MB" String.Format("{0:#,##0,,.0MB}", 1234000) gives "1.2MB" String.Format("{0:#,##0,,.00MB}", 1234000) gives "1.23MB" But you will need to divide if you want "real" megabytes, i.e. divide by (1024*1024). ...Show All

  • SQL Server SQL Server 2005 Cumulative Hot Fix doesn't install on x86

    I'm trying to install the cumulative hot fix (build 2153) on an x86 machine. I'm running the first of the six install EXEs, and I'm not able to select any of the checkboxes on the Feature Selection tab of the wizard. I see three checkboxes. The first is SQL Server Database Services 2005 and beneath it two child nodes: MSSQLSERVER (RTM 1399 ENU) and SQLEXPRESS (RTM 1399 ENU) None of the checkboxes allow me to select them and when I click the Next button on the screen I get the following: "You have not selected any active products or instances. You must select at least one active product or instance to patch in order to proceed." ...Show All

  • Visual Studio Team System Uninstalling Evaluation version of Team Explorer

    Hi, I installed the evaluation edition of Team Explorer on my machine, and when I'd finished, I uninstalled it (through Add/Remove programs) The problem I have now is that although it does not appear inside VS on hte menus, it does appear as an installed element on the splash screen, and I get a blank form displayed when I start VS which appears to be the dialog that used to prompt me for a user name and password. (I had to specify these to connect the the TFS server because if network problems). Any ideas on what might have been left behind that could be causing the problem Cheers, Bill Thanks for the error report. So we can help investigate this further, can you tell us a bit more ...Show All

  • Audio and Video Development Using IMFMixerBitmap

    I have a DirectShow application that uses the VMR's IVMRMixerBitmap interface to blend a bitmap with a video. Before using it I understand you have to call IVMRFilterConfig's SetNumberOfStreams method to put the VMR into the correct state, and so far it works fine :) So now I'm trying to use Media Foundation and I've found corresponding interfaces such as IEVRFilterConfig and IMFMixerBitmap. Is the operation of these fairly similar ie. do I need to call IEVRFilterConfig's SetNumberOfStreams() before I can use IMFMixerBitmap I've been trying to do this and using IMFGetService's GetService() to try and get the IMFMixerBitmap interface afterwards but without much success - I keep getting a return code of 0xc00d36ba.. Is there anythin ...Show All

  • Windows Forms Opening / Closing Forms

    Hey guys, Really simply, how do you open forms when you click a button! ! (i.e. in VB its docmd.open 'Form'). I just want to click a button and it pop up another form i have designed. Thanks in advance Tom Well, you create an instance of your form and display it using ShowDialog(): Form1 form = new Form1(); form.ShowDialog(this); (The parameter to ShowDialog() is made the parent of the form which is displayed. Since you will be calling this code from a button handler in the parent form, "this" is the correct thing to pass in.) ...Show All

  • SQL Server How can I Remove the Screwed-up AdventureWorksDB in SQL Server Management Studio Express?

    Hi all, I downloaded AdventureWorksDB.msi Microsoft and struggled to install it in my SQL Server Management Studio Express 8 months ago. I forgot the AdventureWorks examples and other stuff were in my C:\ drive. Recently, I downloaded a new AdventureWork.msi and executed it to install without removing the old stuff from the "Add and Remove" of Control Panel. Now my AdventureWorks database is screwed-up in my termical PC that is linked with Microsoft NT 4 LAN System!!! Please kindly help and tell me how I can revome the scewed-up AdventureWorksDB in my terminal PC. Thanks in advance, Scott Chang Hi Buck, Thanks for your response. I following your instructions and I got the following: Database to detach: ...Show All

  • Visual Basic VS 2003 Walkthrough not working in VS 2005 Creating a distributed Application

    I have looked through these MSDN forums and ASP.NET forums with no luck. I'm using VS 2005 Team Ed for developers - clean install - selected General option for default project type. Created New Web Service project by selecting the File... New... Web Site.... ASP.NET Web Service (there was no template under Project... as suggested in the walkthrough) The problem: the database drag and drop onto the web service designer pane doesn't generate a sqlConnector or a sqlDataAdapter. I can: connect successfully to the database in server Explorer. create a Dataset by using the Website menu -> Add New Item... DataSet but shouldn't I be able to just drag and drop the database onto the Web Service James Reid ...Show All

  • SQL Server Cannot set Connection property of Backup database task if connection string is customized in connection object

    I added a connection (ADO.NET) object by name testCon in the connection manager - I wanted to programmatically supply the connection string. So I used the "Expressions" property of the connection object and set the connectionstring to one DTS variable. The idea is to supply the connection string value to the variable - so that the connection object uses my connection string. Then I added a "Backup Database Task" to my package with the name BkpTask. Now whenever I try to set the connection property of BkpTask to the testCon connection object, by typing testCon, it automatically gets cleared. I am not able to set the connection value. Then after spending several hours I found that this is because I have customized t ...Show All

  • SQL Server cannot connect to redirector

    Hi, although I read thru several threads I still did not really find a solution for my problem. I have installed a SQL server 2005. i built a cube in SQL server BI studio but unable to deploy the project. giving a msg Error 1 The project could not be deployed to the 'localhost' server because of the following connectivity problems : A connection cannot be made to redirector. Ensure that 'SQL Browser' service is running. To verify or update the name of the target server, right-click on the project in Solution Explorer, select Project Properties, click on the Deployment tab, and then enter the name of the server. please help me in getting the project deployed. thanx in advance. Thanx ...Show All

©2008 Software Development Network