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

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

Mark064

Member List

Shadi Mari
JBondITW
jss3426
cka11
Aaron Oneal
barkingdog
Dave Greene Magenic Technologies
Shag
Mongsreturn
dophine
Michael Ruck
Perry Choy
SimonS_
Dirty Steve
mhawb
Poolius
Blair Allen Stark
Bo Tanaka
Rigz
Meltdown61
Only Title

Mark064's Q&A profile

  • Software Development for Windows Vista Capture alpha bitmap for a window / GetWindowRgn under Vista

    GetWindowRgn returns ERROR for a window rendered under Aero Glass, while it returns a region that outlines the rounded window corners with Aero Glass turned off. Perhaps this is to be expected, since it similarly returns ERROR for per-pixel WS_EX_LAYERED windows in XP. But is there any way to obtain a 32-bit bitmap with alpha values for a specific HWND Or if not that, a way to obtain the non-transparent region of a window I basically want to capture the image (following the rounded corners in the titlebar) of a window without the windows that show up behind it. Shunt Hello Sir, Have you tried using the GetWindowRgnBox() function According to the MSDN Article at http://msdn.microsoft.com/library ...Show All

  • Windows Forms How to speed up datagridview

    Hi, I have a datagridview and i bind it to an arraylist. The arraylist contains about 50 000 of records. When a large number of rows(say 49000) being selected and I try to remove them all at once, it's such a lengthy process almost takes me 20mins. I have been looking for the solution all over the net, but i still couldn't find any. I have read an article on "Using the Selected Cells, Rows, and Columns Collections Efficiently" but it didn't tell me how to determine which rows are selected. So I can't determine which rows need to be removed from the datagridview. Can anyone help me with the problem thx for the suggestion. However, the problem now is that it's takking too long. all my other funct ...Show All

  • Windows Forms A real challenge!

    I have a real challenge. My software is basic a front-end for a database that I created in SQL 2005. That’s the challenge: I don’t want to use the "BindingNavigator", instead of this I want to put the code myself to go to next record, first, etc, in the new icons that I created. But this is not all. Here is the biggest difficult. I have "TabControls" too. So when I click, for examle, next record, the application need to show me the next record, not only in the form, but in the TabControl in the same form and at the same time Did I explained clearly Thanks for those how at least will read this. I think people are misunderstanding what you want to do.  You don't want to implement ...Show All

  • Software Development for Windows Vista Workflow templates

    I have installed/reinstalled the (on a XP SP2, VS 2005): .NET Framework 3.0 Runtime Components, Windows SDK, Orcas .NET Framework 3.0 Development Tools, Visual Studio 2005 Extensions for Windows Workflow Foundation and I still don't have the workflow project templates, and the workflow tab in the toolbox although I have winfx project templates and coresponding tabs in the toolbox, and intellisense works on workflow namespace. What shall I do I am having the same problem. I do have the VS Extensions installed and yes it does appear under Add/Remove programs. Something else is amiss here ...Show All

  • .NET Development help: Update Records In a Database

    I'm not using sql. All I've done is placed a dataview grid on the form and set up a datasource. Then I set up the text boxes so when you click on one of the records on the dataview grid it will shows the rest of the data from that set into the textboxes (That works). Then when I click an add button a new row appears (This also works) and then I am able to type into the textboxes with the information as required (this works). Then I'm stuck to actually update the database file because as soon as you close the form the new data is lost. I have tried using this code construct (not included all textboxes though) DataSet .tablename.column = textbox1.text; this .tablenameTableAdapter.update( this .dataset.tablename); The error ...Show All

  • Visual Basic Newbie Question - Yes I've searched. :)

    Bear with me...the last time I programmed was on my Atari 800 back in 1983. I've decided to take up programming again as a hobby. I've done some online coursework and I believe I'm making some decent progress. I've also ordered a book or two but haven't received them yet. This is a simple process I'm sure...I just haven't found a way to do it yet. I've made a form and a simple SQL Database. What this does is show Last Name, First Name, and a quick summary of the person (in this case historical figures.) I want to add a PictureBox that will change when you click on the name of the person. I've got .jpg files in a folder inside the Project. I've searched Help and the Web and most say with VB it's best to store the locations of ...Show All

  • Smart Device Development Windows Mobile 5.0 appln can run on deevice with wm 2003 Os?

    Hi, Is it possible to build the appln on WM 5.0 for pocket pc and then making it on the devices having Windows Mobile 2003 Help needed. Might b u r right upto certain aspects, but i want to knw whether the features unique to WM 5.0, will work on the devices having WM 2003, or WM 2003 SE Its not the matter related to the .Net CF version. hey thanx 4 ur reply. i m waiting for the exact solution. ...Show All

  • SQL Server login and pass in a web.config

    Hi!! is there any way to get the login and password on my program’s web.config Full explain: I have a sub report that is missing credentials. In my tests, the sub report worked when I fill the login and password with a login and pass (mine, for example). But, this is not a good idea because the login and password would be changed when it’s system go to a production server. So I would need to deploy again with the new login and password. Best regards!! Pedro But this is to put on my web.config, I need put in my report’s datasource the login and password that is in my web.config. Pedro ...Show All

  • SQL Server SQL Reporting Services Installation Quandry

    I have spent the past day attempting to install SQL Reporting Services 2000 on a pair of servers running Windows Server 2003. One server is a web server running IIS 6, the other is a database server running SQL Server 2000. Reporting Services was installed on the web server, with its database residing on the database server. A configuration I have done several times in the past. One difference is that my customer has not included these machines into a domain - the two servers are merely part of a workgroup named WORKGROUP. I use the same logon and password for each server, a logon that is part of the Administrator's Group of each machine. After I install Reporting Services on the web server, when I attempt to go to t ...Show All

  • Visual Studio 2008 (Pre-release) Dynamic MenuItems with Images

    I have the following Menu definition. However instead of showing the text of the filenames I'd like to see the actual Images. I can do this by hardcoding the <Image Source=""> inside a <MenuItem> without the binding but I am unsure how to do it with either a Style or Template with the binding. Any help would be awesome. Thanks in advance <Window x:Class="MenuStyles.Window1" xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " Title="MenuStyles" Height="300" Width="300" > <Window.Resources> <ResourceDictionary> <XmlDataProvider x:Key="menuItemData" XPath="Items/Item"> <x:XData> <Items xmlns=""> ...Show All

  • Visual Studio Team System Error While connecting to TFS-version control through ASP.net web application

    All, Greetings! I am writing an ASP.net web application which is supposed to connect to Team Foundation Server’s (TFS) version control services and do certain operations 1. create a workspace 2. check-in a file and 3. check-out a file These operations are to be performed with the credentials of the user who logs in to the web application to enable auditing at later point of time. The environment set up is as follows: 1. I have TFS server available at http://tfsserver:8080 2. I have my web application hosted on (IIS) http://webserver/TFSWeb 3. I have clients machines and servers are authenticated through a domain c ...Show All

  • Visual Studio I can't run VS 2005 on Vista

    I have installed Vista Ultimate from MSDN. On clear Windows (without any optional drivers and programs) I have installed Visual Studio 2005 Professional. But when I try opening Visual Studio it always closes ! In Event log is description like previous posts: Faulting application devenv.exe, version 8.0.50727.42, time stamp 0x4333e699, faulting module ntdll.dll, version 6.0.6000.16386, time stamp 0x4549b87a, exception code 0xc0150015, fault offset 0x0002b216, process id 0xd18, application start time 0x01c751532be98c50. The same error is when I try open documentation of Vista SDK (after installation it on my system) I have try SP1 for Visual Studio 2005 and SP1 Beta on Vista but the error with ntdll.dll doen't disappear. ...Show All

  • Visual FoxPro Help with expression (one more time...)?

    Hello All...many thanks to all who helped with my previous post. I have hit one more 'snag' in preparing my data. Here's a sample of three fields in my table... MRC REQUIRED DETAILS 4720-00-001-0057 ADLF HOSE OR TUBING SPEC/STD DATA MIL MIL-H-5593,SIZE 4 SPECIFICATION ADJM INNER CONVEYING TUBE MATERIAL RUBBER, SYNTHETIC MEDA MEDIA FOR WHICH DESIGNED AIR CRWL INSIDE SURFACE CONDITION SMOOTH CQCS LAYER COMPOSITION AND LOCATION 1ST LAYER ANY ACCEPTABLE CQCS OUTER LAYER MOLDED RUBBER CRJM OUTER COVERING ENVIRONMENTAL ABRASION RESISTANT AND PROTECTION CRJM ...Show All

  • Visual Studio 2008 (Pre-release) msmqIntegrationBinding performance

    Im using msmqIntegrationBinding multicast to do data distribution and have some performance issues. here is my observation. sending msgs/sec. when message size below 100k, the data reach the queue (local queue with multicast addr) instantly, but when message size above that size, it take 2-3 sec or even longer for a message to reach the queue. and no CPU didn't increase at all. it shouldn't be that slow. is there anyone can explain why thanks advance. oaix I ran into an issue with NetMsmqBinding where messages were not getting delivered. After looking at the messages in the Queue I noticed that there was a message with size above 150K and since that was not getting delivered all the messa ...Show All

  • Visual Studio integration of clearcase in vs2003 and vs2005 behaves differently

    hi, I have some third party implementation of clearcase integration with Visual studio. It works absolutely fine in vs2003 environment . However when I try the same in vs2005 env it create some temp files by name like "~sakeaa30dc101c6e236.sln" and something similar temp files corresponding to few more files. I do not understand why thes files get created. The properties say "Temporary file created by Visual studio to test clearase capabilties.." These files create problems when I add one more project to same place and try checking in. the project is registered by string "MSSCCI:clearcase" as SCC provider well there are few more differences in behavior in VS2005 . Does anyone have any pointer ...Show All

©2008 Software Development Network