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

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

EWSommer

Member List

Learning VB
Greg Knierim
punchcardRay
IamHuM
wesneon
HbH
Jakein2006
Kent Boogaart
SouLDragooN
chrisc12345
ColouredFunk
Craig G
Bobby110uk
Debboy
matti-81
Joao Campanico
Morrissey99
cuberice
RMB775
blackmamba
Only Title

EWSommer's Q&A profile

  • SQL Server Recovering SQL 2000 Database without the Log File not in clean disconnected state

    We just had a hard drive crash here. We were able to copy off the .mdf file from SQL server 2000 from the drive, but not the .ldf (which was only 720k anyhow). When I try to attach the mdf to an SQL Server 2000 or 2005 server I get an error saying that the log file doesn't exist. Does anyone know a way to attach this not-cleanly-closed database file and recover the data (apparently the person decided that they need-not backup their database :<) Thanks for any help you can provide! You may get lucky and be able to attach to a SQL 2005 instance and use the ATTACH_REBUILD_LOG clause...try something like this: create database <x> on <filespec> for attach_rebuild_log ...Show All

  • Community Chat Free Lists - Just a Q & D app I needed.

    http://www.barrysumpter.com Free Lists is the only app there written in vb.net. Don't worry about the other products. I've only sold 1 of each. I have no fantasies or pretentions regarding sales. Best intentions to offer Free Lists as a usable product developed in my spare time over a three day period. Standard, evironments, interfaces change so often I've given up trying to conform. For me, vb.net has been an absolute nightmare. Any features left out are from frustration only. Any positive comments are welcome. Any positive constructive suggestions may very well end up in the next version. All the best to everyone. Oh My God! Don't know what that was. And don't remember seeing that come up before. So I ...Show All

  • Smart Device Development Deploying Multiple cab files at once

    I have developed my application and created the .cab file for this application. I followed the tutorial on creating an MSI file and custominstaller and this works fine. My problem comes from the fact that my application must also install .NET framework 2.0 and the SQLMobile .Cab file. I am wanting to package all of these together and be able to deploy them at one time from a users PC. I am not wanting to make the user click on each cab file to execute them. Can anyone point me in the direction of a good tutorial to accomplish this, or give me a good idea on how to do it. Thanks for any help I have looked at a great deal of information on the Install_Init and Install_Exit functions and that see ...Show All

  • Visual Basic Change the 'Selected' Day in the 'MonthCalendar' object

    Hi - I'm after a way to alter the 'selected' day (and value) of a monthcalendar object. For example, have a MonthCalendar object on your form and below have a NumericTexbox that alters the 'selected' day and value on the calendar. Cheers, Nathan. Thankyou so much for your help, it certinally let me down the correct path... I found the following did exactly what I was after Me .MyCalendar.SetSelectionRange(StartDate, EndDate) (And because I only want the one day, i set the EndDate exactly the same value as the StartDate ) And the StartDate/EndDate variables can be converted from a string as that looks like date .parse( "09 Nov 2007" ) So your reply certinally let my ...Show All

  • Smart Device Development Wireless emulation (802.1X)

    Is there a way to emulate a wireless network device using the device emulator so i can access the 802.1X settings (EAP) Regards, Tom Rixom Not planned in near future. However if you need urgently, there is a shared source of device emulator in which you can build for yourself one http://www.microsoft.com/downloads/details.aspx FamilyID=faa8c81d-7316-4461-a0ed-6c95b261ddcd&DisplayLang=en . -Thanks, Mohit ...Show All

  • Software Development for Windows Vista TabControl using Vb.net 2005

    Hello I want to use a tabcontrol in my application where this control alignment is left I want to know how to use this control with left alignment and i want the caption of the tabpages to be horizontally. i saw a tab control used by microsoft vs IDE in the MyProject page properties, i failed to do one like it thanks in advance for whom will helps me Monah - this is the workflows forum. You posted in the wrong forum. For help on finding the right forum for your question check: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=607333&SiteID=1 --Vignesh ...Show All

  • Visual Studio Problem with creating a menu

    Hi, I still have some problems to get started with DSLs. I would like to add a menu entry for my DSL, My problem is that all the samples in the SDK don't work, so I don't have a running example. I tried: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=780425&SiteID=1 and the code from the samples. I think my problem are the IDs of the elements. Where can I get these IDs And I don't know the use of the *.ctc file Hope you can help. Yvette Hi Yvette, This is a small bug in the sample .csproj file in the Novermber SDK. You need to manually edit the .csproj files in the samples in a text editor and change the occurrence of "2006.09" to "2006.11" in the reference to the ta ...Show All

  • Software Development for Windows Vista Error msgs from AppVerifier log after run the application in TestCase31.

    < xml version="1.0" encoding="UTF-8" standalone="no" > - <avrf:logfile xmlns:avrf="Application Verifier"> - <avrf:logSession TimeStarted="2007-02-15 : 16:28:56" PID="3560" Version="2"> - <avrf:logEntry Time="2007-02-15 : 16:28:56" LayerName="Heaps" StopCode="0x13" Severity="Error"> <avrf:message>First chance access violation for current stack trace.</avrf:message> <avrf:parameter1>42df000 - Invalid address causing the exception.</avrf:parameter1> <avrf:parameter2>75c08635 - Code address executing the invalid access.</avrf:parameter2> <avrf:parameter3>12d568 - Exc ...Show All

  • Visual Studio Express Editions How can I specify the location where a form pops up?

    When I click the "Help" button, the Help form pops up at random locations. How can I specify the location where it pops up Private Sub HelpButton_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles HelpButton.Click Dim f20 As AccDragDropHelp = New AccDragDropHelp f20.Show() End Sub The following will specify the position of the form popup to a manual location at coordinates 100,100 THis gives you pretty specific control over the form - instead of setting the startposition manually you can use some fo the other options for this. http://msdn2.microsoft.com/en-us/library/system.windows.forms.form.startposition.aspx With various se ...Show All

  • .NET Development displaying an image from the internet in a picture box / label?

    Is there any way i can have a picture box and display an image in it that is hosted on the internet say for e.g. - picturebox1.image ( http://www.website.com/image.jpg ) any help or direction would be great, i would use web browser but i cant get rid of the boarders. hello again, i have one small question... Dim wc As New WebClient Dim buffer1 As Byte () = wc.DownloadData( http://www.test.com/test.jpg ) 'can i populate this url via a text box (e.g. wc.DownloadData = textbox1.text) Dim stream1 As New MemoryStream(buffer1) Me .PictureBox.Image = Image.FromStream(stream1) this is the working code you sent, although i've tried populating the url from a text box and it r ...Show All

  • Visual Studio 2008 (Pre-release) XBAP and default browser

    Hi, I got the following problem since I uninstalled the February CTP and installed the May CTP instead: When I press Ctrl-F5 in Visual Studio for a XBAP application, Firefox is started instead of IE. Since Firefox doesn't understand XBAP, I cannot run or debug the application as easily as before. I know how to change the default browser for a HTML application, but I didn't find such a setting for XBAP applications. Any hint welcomed! Greetings, Laurent Hi, AFAICS it's still the case in the November CTP. However, the workaround I found works OK: In Firefox, open the menu Tools / Options / Downloads. Then click on "View & edit actions" and change the action for XBAP applications to the Windows Presentation Host. Now when ...Show All

  • Visual Studio Team System Matlab integration???

    Is there any integration (even 3rd party tool would be interesting) to integrate between Matlab and Team Foundation Server I found a solution - see details on my blog: http://ilanas.blogspot.com/2007/01/integrating-matlab-and-tfs.html Ilan ...Show All

  • Software Development for Windows Vista pop up a dialogbox from the click of the command link in my custom Credential Provider

    Hi Guys, I have written a new credential Provider in which I have only one control, Command Link. The on-click of that I want to pop-up a Dialogbox (I am easily able to pop-up a message box). The Dialog-proc is getting fired but the dialog is not showing up. What could be the reason I am passing the parent as NULL as I cant even call GetDesktopwindow(). I tried both the CreateDialogIndirect(...) and DialogBox(..) When I call the CreateDialogIndirect, I am creating the DLGTemplate in memory...even that is not working. What could be the reason Is it really possible to pop-up a dialogbox at this point Any help in this regard is appreciated. Another thing is the Submit button in the credential Provider, can this be mad ...Show All

  • Visual Studio Team System User Distribution for Load Test

    Hi, I'm doing a load testing for a .NET application. I trying to distribute the user load among all the functions for the Load Test. Presently I test it out with 5 user on 2 of my webtest. Set: Constant User Count = 10 Distribution of Test Mix on each of my 2 webtest = 50% However, when i did the run, the result show as below Total Passed Failed Function1 8 7 1 Function2 17 16 1 But i'm expecting similiar or same number of times. Hence, how can i achieve the same distribution of number of times Does the number of pages of the webtest affect the distribution of users Thanks alot Regards, Junjie Hong Based upon your settings, it is possible that 'Function1' takes longer ...Show All

  • Visual C++ Caller Graph

    I am wondering why the caller graph is always incomplete. I click on a function, and get the caller graph, and it never lists everywhere in my project in which that particular function is called. Any ideas Ok, if I need to build the code to get it to work then I assume I can't fix this issue for this particular project. I am merely wnating to use the IDE to edit the filies, and I have to compile the code with the gnu compiler.Is there a way to use gcc with visual studio ...Show All

©2008 Software Development Network