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

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

mig16

Member List

Neotech
d kretz
jo8888
John Veson
c_shah
sennekeennes
johnny83
Dr Crs
Kardi
Marko B. Simic
WineMan
Tiago Nóbrega
Billr17
Andre Odendaal
Sreekk
Chris Honcoop
S Nesbitt
ManishDotnet
Chris Honcoop
ZopoStyle
Only Title

mig16's Q&A profile

  • .NET Development Configuring the Visual Studio CLR host

    Is there any way to configure the CLR host that Visual Studio automatically generates when you build a executable managed apllication Specifically is there any way to set the STARTUP_FLAGS used when the host binds to the runtime e.g. STARTUP_HOARD_GC_VM ...Show All

  • Visual Studio Team System Restricting Check-Out on File Type

    I think I know the answer to this already, but I figured I would ask... Is there a way to lock down certain file types that cannot be checked out for certain user groups For example, I don't want to allow our graphics team to checkout any .vb files, but it's cool if they check out .aspx files. So, can I restrict the graphics team group to only allow certain files to checkout Thanks in Advance! There's really not a great way to pull this off, as you've probably guessed. You could set permissions for all existing files of a particular extension, but managing this would be a huge challenge. If you went the permission route, I think it would be easier to manage if you chose to give the group PendC ...Show All

  • Visual Studio Express Editions Reading from excel file with vb6 help!!

    Hi I try to connect excel file withe the connection: oConn.open "Driver={Microsoft Excel Driver (*.xls)};&_ "DriverId=790;Dbq=c:\worker\Ovdim.xls" when I try to run the recordset : oRs.open "select * from Ovdim" I get an error "Could not find the object Ovdim." What I need to change Ovdim is the excel file name. I need to change the select Thank's Lilach im afraid VB6 is no longer supported here, the forums are for .NET. The best place to ask vb6 questions would be over at the communities in the appropriate newsgroup: www.microsoft.com/communities Thanks! ...Show All

  • .NET Development Making PlaySound loop .WAV files

    I have been trying to make my Frogger game have some music in the background and so far I have been able to make it play asynchronously in the background but I can't seem to make the file loop, it only plays once. I have tried using NO_STOP and SND_LOOP but they don't seem to be working. This is the code so far: Public Class SoundClass Declare Auto Function PlaySound Lib "winmm.dll" (ByVal Name _ As String, ByVal hmod As Integer, ByVal flags As Integer) As Integer ' name specifies the sound file when the SND_FILENAME flag is set. ' hmod specifies an executable file handle. ' hmod must be Nothing if the SND_RESOURCE flag is not set. ' flags specifies which flags are set. ' The PlaySound documentation ...Show All

  • Visual Studio Express Editions How do I add an Image to a Form

    I am a newbee to Visual Basic Express Edition and altough I am proficient in MS Access I encounter many problems in VBEE. Hello namesake. To get images to overlay like this, you can't use a PictureBox. You'd draw them directly to your form in the form's Paint event with e.Graphics.DrawImage(). ...Show All

  • Software Development for Windows Vista Missing include file stgprop.h

    Ntquery.h try to include missing file stgprop.h in the June 2006 CTP. As a workaround i've added storage property set definitions in it manually from the previous version of ntquery.h. HTH, Sergey. I'm seeing this too - in the RTM version of the SDK. Pretty bad... I have tried just commenting out the reference to "stgprop.h". That fixes the missing file error, but now our code cannot find includes for PSGUID_STORAGE or PID_STG_CONTENTS. And that's just for starters I imagine. PSGUID_STORAGE can now be found in "ShlGuid.h". I guess the integration of search into the shell moved this define. PID_STG_CONTENTS define is nowhere now... It is referenced by a comment in "propkey.h", but no ...Show All

  • Community Chat Creating A new OS

    Hello, I just wanted to make a question What knowledge would it take to make A operating system if you could tell me Cause I am starting to get into building program it may take A long time but dont worry one day your data will be safer then ever I am hoping to do a couple of things in here against bug/virus Encryption and hard ways to get past stuff... If someone would be willing to help me out... Danka sir! Just curious, no big deal but why did you write A operating system Ah, forgive me, you probably speak English as a Second Language. I'm a HS English teacher so I get nosy about odd errors in grammar and syntax. To write an operating system, and then to compile it, debug it, compile it, debug it, until its ready ...Show All

  • Visual C++ please give me a more specific solution

    i have the same problem when migrating the code from vC++4.0 to vs2005, 1>Linking... 1>SelectPartDlg.obj : error LNK2001: unresolved external symbol SHSipPreference 1>FileOpenDlg.obj : error LNK2019: unresolved external symbol SHSipPreference referenced in function "protected: void __cdecl CFileOpenDlg::SoftwareKeyboard(enum tagSIPSTATE)" ( SoftwareKeyboard@CFileOpenDlg@@IAAXW4tagSIPSTATE@@@Z ) 1>InputSerNumber.obj : error LNK2001: unresolved external symbol SHSipPreference 1>RecordInfo.obj : error LNK2001: unresolved external symbol SHSipPreference 1>RTAView.obj : error LNK2001: unresolved external symbol SHSipPreference 1>RTA.obj : error LNK2019: unresolved external symbol SHInitExtraControls refer ...Show All

  • Visual Basic making and printing a report

    how do i make a crystal report or VB's equivalent to it   populated by the labels and textboxes from my app.  then print the report This is just a Suggestion, but a long time ago I used Adobe Acrobat and Created a PDF File, then added Form Boxes. save the PDF file and open it normally, Fill Sample data into the Boxed you wan and save the FDF file (contains the Form data) then I turned the FDF file into a string and when they hit the print button i replaced the Sample Data with the Data they entered, and Launched (ShellExecuted) the FDF file which opened the PDF file and There was the Report filled. ...Show All

  • Smart Device Development Why does Emulator seem to drop the network connection after 1-2 minutes

    I had spoken too soon to regards to the ability to ping my emulator instance. It works great in the first 1-2 minutes and then seems to drop out. I did install the virtual network driver as suggested yesterday and that gave me the initial capability. Is there a known issue with the CTP arm emulator that I don't know about Thanks in advance for any help :) Bob Hanson Thanks for your thoughts Andrew :) I appreciate the efforts. Anybody from the emulator team reading this, can you please let me know whether or not if there are known issues with the Arm CTP Emulator and network connectibity Thanks :) Bob Hanson ...Show All

  • Smart Device Development How to use RegisterRunningDevice

    Hi all !!!!!!!!!!!! I'm on an important project of network device developping. I made a UPNP AV Control Point that works very well. Now I'm building a MediaServer device and I'm facing a problem about register the device. I did my own implementation. Since it doesn't work, I tried the example provided by the microsotf SDK and I get the same error after calling IUPnPRegistrar::RegisterRunningDevice. the return result of the function is 8004a025. I searched the meaning of this value and I didn't obtain anything. If somebody can know the meaning of this or the causes of non-running of this function, I'm waiting your contibutions because without running the function I canont progress. Thank you very much. ...Show All

  • Visual Studio Team System BUG - also in CTP7 - VS Error Window does not refresh properly

    Hi, I have found, that with certain types of errors the errors shown in the errors window are not refreshed / deleted even if the cause has been eliminated and the project is rebuilt without errors. The original error is still there although the project builds and deploys successfully. This seems to occur when an "out of ordinary" error occurs (ie. some of the errors that occured in the solution view because of file conflicts, errors with inconsistency of the project). In this particular case I got the same conflict as Juergen did with a data generator. In fact, I think this not refreshing occurs most often with the data generator. The error I had is described in http://forums.microsoft.com/MSDN/ShowPost.aspx P ...Show All

  • SQL Server Versions of *.mdf file: which relate to SQL Server 2000 and which to SQL Server 2005?

    As you know every mdf file has an inner version. For example 539, 611, etc. Does anybody know for sure which is the last version for SQL Server 2000 and which is the first SQL Server 2005 version Thanks, but I need a bit different information. I have the following situation. A single file database, not attached. I can get the internal schema version of this database (539 for example). I need to detect under which version of SQL Server this database was attached before detaching. So the question is which versions to which servers belong. ...Show All

  • Visual Basic Visible False for the List view Sub item

    i am having a listviewer, i am iterating the listview and checking for my condition, if it has the matched the condition the particular sbitem should be invisible.. i don know how to access the property visible=false for that subitem alone can anyone help me plz ...Show All

  • Windows Forms receive of class udpclient in vs 2003...

    hello, the method receive of class udpclient in vs 2003 will block until receiving some message. how do i set up a timeout Take a look at the Udpclient class's BeginRecieve and EndRecieve methods if you want to receive the message async. ...Show All

©2008 Software Development Network