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

Software Development Network >> Bulldog.NET's Q&A profile

Bulldog.NET

Member List

IGiberson
Kyle__
hawash
Kursat Konak
rkslatha
R.Tutus
dogbrt
xbublhd
Dietz
Paul_Rus
Yongjun.Wu
Rhubarb
Sajjad Akhter
MarkNicholson
stryjek4
Aleniko29139
Kalos
steveprogressing
Allan-Nielsen
Isolda
Only Title

Bulldog.NET's Q&A profile

  • Visual C# Filter an Array

    I have an array that is loaded with any files that the user has selected in a file browser dialogue. Right now the array gets loaded with everything in the folder, but I just want it to load image files that can be used as a wallpaper. Also I would like it to grab anything that is in any sub directories as well. OK that first part looks good, I will try the random part when i get there I wanna finish the adding the files part first. I guess the reason I added it to the array first was because I want to add Drag & Drop funtionality to it as well so the user can also drag images incase they aren't all in the same folder. I am at work right now so I can't try that out yet until I get home, but as soon as ...Show All

  • SQL Server Maintenance Plan Question

    Hi There I am not sure which forum would eb the right place for a Maintenance plan question, so i am just posting it here. I have noticed that the maintenance plans i have created are not dynamic, by that i mean that for each step, integrity check, backup etc, i have always selected the option all user databases. However it seems that when new user databases are created these are not part of the maintenance plan. Is this correct, do i have to create a new maintenance plan or go back and reconfigure the exisiting one evertime a new user database is created Or am i mising something here P.S i gatehr this from looking at the TSQL from the Maintenance plan afetr creating new databases i see the TSQL still only references the databa ...Show All

  • Visual Studio Express Editions Could someone help me troubleshoot a bug in designer

    Having major problems with computed columns in vb express designer. in datatable designer if I try to add Sum(child.Total) to the invoicetotal expression property I get an error validating the formula for column "invoicetotal' If i try add Sum(child.total) to the invoicetotal expression property in the dataset designer I get error. unbound reference in aggregate expression 'system,data,aggregatenode' This is driving my crazy. It all worked fine until I changed a relation in my dataset between "invoices" and "accounts" Everything went crazy, I had 100's of errors and exceeded the allowed warnings. Had to reload my solution from a backup. That's when this problem started. Even tried downloading ...Show All

  • Visual Studio Express Editions Visual Studio C++ IDE Walkthrough

    I am brand new and on the third page of the MSDN Walkthrough: Using the Virtual Studio IDE it says:   Running a program in Debug mode allows you to use breakpoints to pause the program to examine the state of variables and objects. In this step you observe the value of a variable as the program runs and deduce why the value is not what you might expect. To run a program in Debug mode Click on the testgames.cpp tab in the editing area if that file is not visible. Set the current line in the editor by clicking on the following line: Copy Code Cardgame* solitaire = new Cardgame(1);   No Such line exists in testgames.cpp. Am I supposed to add it I searched the previous info in ...Show All

  • Visual C# events for array of buttons.

    dear all I have an array of buttons pbuttons (nearly 40 of them). I want to have click events for these buttons can someone tell me how to do that for a array of buttons thanks in advance, prasad.. you could make 1 event handler and do it that way. Example: Button[] myButtons = new Button[10]; for(int counter = 0; counter < myButtons.Length; counter++) {    myButtons[counter] = new Button();    myButtons[counter].Name = "btn" + counter.ToString();    myButtons[counter] += new EventHandler(MyButton_Click); }   private void MyButton_Click(object sender, EventArgs e) {    if (sender != null)    {    ...Show All

  • Visual Basic Image extraction from ActiveX by help of addin

    Hi All I got stuck in a situation of the tool development. Actual scenario is to extract all the details of the project of ActiveX control by help of add-in and present the information. I was quiet sure of many areas but got once stuck at the place of extracting images from the image control. i am not able to figure this out.. Any help on this is appreciated. Thanks in advance. Ashok ...Show All

  • Smart Device Development SDIO USB Host Card and Webcam support

    does anyone know if there is a sdio usb host card for the pocket pc, as i have found a compact flash version but would prefer to use an sd version if one is avalible. Also can i use a webcam with the compact flash version of the above, by this i mean does the pocket pc support the use of any usb webcameras smigger666 I'm not aware of a SDIO USB Host card for Windows Mobile. Windows Mobile does not support Webcams out of the box. The vendor of the cam will need to supply a driver for WM. You might be able to get this driver working on a Pocket PC device: http://msdn.microsoft.com/embedded/usewinemb/ce/sharedsrccode/usbdriver/default.aspx Michael ...Show All

  • SQL Server Excel 2007 (beta 2) connect problem

    Has anyone seen this - I've been testing Excel 2007 pivot tables and charts on small AS databases (< 10M). I try connecting to a larger AS database (22M) and I get a popup window saying: Data could not be retrieved from the database. Check the database server or contact your database administrator. Make sure the external database is available, and then try the operation again. The database is available and running. When I run through the Data Connection Wizard in the Data tab, the wizard can see the database and cubes I'm trying to connect to, so they are available. It's just on the pivot table/chart creation it won't connect. It responds back real quick, like it's not attempting to even do anything. Anyone ...Show All

  • Visual Basic Monospace Fonts

    Hi all - my question is: do monospace fonts actually work in .NET 2.0. So far I've tried using Graphics.DrawString() and also TextRenderer.Draw() but no matter what monotype (fixed-width) font I use, it never renders in monotype! I don't know if it does automatic kerning or something, but this is really important to me to actually render a .NET 2.0 monotype font. It seems likely that .NET does not have support for this, but I'm just asking anyway. Thanks for any replies... Btw, I'll be fine with a yes/no answer or a link to somewhere that explains it, I'd just really like to know the solution please. Thanks ...Show All

  • .NET Development Need Help!

    I'm new to ASP.net and hope that i can get some help from this forum.. 1)When i start debugging the app, a webpage appears say http://localhost:1780/WebSite4/Default.aspx   Does it mean that this web add can be accessed by others as well 2) I double click on the button icon fr the tools menu, a button icon appears but when i want to move it around, i fail to do so, why is it so 3)I try to put in the event handler for the button, like messagebox.show("hello"), but fail. What's wrong 4) I need components like timer and serial port. Ive selected the items from .NET framework, but it doesnt seem to appear.     wencey wrote: I'm new to ASP.net and hope that i can ge ...Show All

  • .NET Development Get signal strength in C#?

    Is there a way to retreive the wireless signal strength Thanks, my bad, indeed it should be theSignalStrength - not string so replace all theSignalString to theSignalStrength (including the variable declaration) as for the last error, do this: theSignalStrength = theSignalStrength + Convert.ToDouble(currentObject["Ndis80211ReceivedSignalStrength"]); ...Show All

  • Visual Studio Express Editions bytes to ints

    I have a computer than will be sending out an array of 16 bit integers via UDP broadcast, but the UDPClient appears to only accept a byte array. A conversion is in order. I found another thread on this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=156941&SiteID=1 where the writer made a class with a bunch of definitions. For a guy without a lot of class (pun intended, seriously), I found that code difficult to read so I wrote the following snippet. I was going to ask if there is an easy way to convert from bytes to integers. (If we can only receive bytes, and certainly there are times when integers need to be sent, there should be a standard function to do this.) I wrote some code to make my conversion. Lines 01 and 0 ...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 Yes I saw this messages while attaching SQL Server 2000 database to SQL Server 2005. Are you sure that vesion 551 belongs to some alpha/beta version of SQL Server 2005 , but not to SQL Server 2000 ...Show All

  • Visual Studio Team System Now that we've made a total mess of things... How to put it back again

    It all started when we added three new assemblies and files to the solution. Not noticing the "Add Solution to Source Control" in the massive solution explorer context menu, we added the assemblies manually using Source Control Explorer Add Files / Add Folder. To our surprise it was as if these files were not in source control at all! You could edit them all day without checking them out. You had to check them out using source control explorer or nothing, and they did not show locked in solution explorer. They do show up in the check in window. So we tried to create an entirely new project by adding the existing solution to source control. This was an even worse idea. What we got was the new assemblies at one level in th ...Show All

  • Software Development for Windows Vista Get "NextState" in Invoke event

    In a state, there are several EventDrivenActivities, in each EventDrivenActivity, there is a HandleExternalEventActivity and a SetStateActivity, for the HandleExternalEventActivity, there is a corresponding Invoked EventHandler, I want to do something in it, and the first thing I want to get is the TargetStateName of the SetStateActivity in the same EventDrivenActivity just below the HandleExternalEventActivity. it's still outside the workflow I can use StateMachineWorkflowInstance.CurrentStateName to get it after ManualWorkflowSchedulerService.RunWorkflow(instanceId) It's more convinient, but I don't want to do it like this. I want a transactional things something invoked HandleExternalEventActivit ...Show All

©2008 Software Development Network