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

Software Development Network >> Anthony Carabbio's Q&A profile

Anthony Carabbio

Member List

vijil
luai7
danmbuen
Ernst Kuschke
Atle Bjanes
Tobias Hoff
barkingdog
Gage
Manik Gupta
selva_kumar
Asbj0rn
Sandiyan
prashant mulay
sej
Sudhir Chawla
Pablo Alvarez Jalon
mabxsi
mido1971
Troy Lundin
Metricon
Only Title

Anthony Carabbio's Q&A profile

  • Smart Device Development adding items to listview is very slow

    I have 300 items to add to the listview suing CF 1.0. ListViewItem lstItem = new ListViewItem(finalList[ i ].qNum.Trim()); lstItem.SubItems.Add(finalList[ i ].qDesc.Trim()); lstItem.SubItems.Add(finalList[ i ].qDesc2.Trim()); lstItem.SubItems.Add(finalList[ i ].qDesc3.Trim()); if ((_check || finalList[ i ].alreadyChecked) && listView1.CheckBoxes)        lstItem.Checked = true;           listView1.Items.Add(lstItem);   I clear the listview and then we see the scroll bar getting smaller as the listview is filling up. Anyway to make it faster Thanks   You might try creatin ...Show All

  • Visual C++ Program runs slower when compiled with Visual Studio 2005 (in Release with optimization)

    Hey, I have a performance problem with the new Visual Studio 2005. My code (which is a genetic algorithm) is 3 times slower when compiled under Visual Studio 2005 compared to when I was compiling it under Visual Studio 2003. With Visual Studio 2003, it used to run in 3.0639 seconds, and now it runs in 9.0031 seconds. I run both code in Release. I tried every optimization option, and adding the /D_SECURE_SCL=0 compiler command to the project options with only minor differences. Is there any other way to get back to the speed Visual Studio 2003 It is a bit absurd to upgrade to a new compiler and get lesser performances. Thanks a lot!!! Antoine Atallah Antonie, Can you send us the command line parameters you ...Show All

  • SQL Server How can I find if the SQL server 2005 installed is a 64bit or 32bit?

    I am about to work on a SQL server 2005 migration and I have no clue what SQL server 2005 is as I have been working on 2K all along. Fist of all I am not sure if the given box is having 64bit or 32 bit Operationg System Second of all I am trying to find if the SQL server 2005 installed on this box is 32bit or 64bit Thanks in advance, sk Hi, use the command SELECT @@VERSION You will see if its either a X86 = 32 bit or any other. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Windows Forms Compile warnings from adding merge modules

    I have an installer that requires three merge modules (ATL, CRT, and MFC), and after adding them in, I get the following warnings when I build the MSI: WARNING: Two or more objects have the same target location ('[payload_ul]\8.0.50727.42.cat') WARNING: Two or more objects have the same target location ('[payload_ul]\8.0.50727.42.cat') WARNING: Two or more objects have the same target location ('[payload_ul]\8.0.50727.42.cat') WARNING: Two or more objects have the same target location ('[payload_ul]\8.0.50727.42.cat') WARNING: Two or more objects have the same target location ('[policydir]\8.0.50727.42.policy') WARNING: Two or more objects have the same target location ('[policydir]\8.0.50727.42.policy') WARNING: Two o ...Show All

  • SQL Server NoLock vs ReadPast

    I have been experiencing deadlock errors with two stored procs that I am using. SP1 is a read query that gets all unprocessed orders (status = 0) SP2 is an insert query that inserts new orders (Status = 0) uses a transaction. I have a multithreaded application and once in a while the read query (SP1) will try to read a new row that has just been inserted but not committed yet hence the deadlock arises. If i use a hint "With(NoLocks)" this will be a dirty read and still read the uncommitted insert from SP2 - is this correct Where as if I use hint "With(ReadPast)" this will now only read committed rows and hence the deadlock should not arise - it will not read any uncommitted rows - Correct So I think th ...Show All

  • .NET Development interacting applications

    okay i'm talking about applications that interact between each other. one application contains the ds. the others all talk to it to fetch info,. so what is the direction anything is accepted, i'm looking forward for a course but on what exactly i'm gonna tell the manager Hi, I suggest using Webservices so that other applications have means of getting data from it. The client application can easily consume a webservice since webservices could return dataset objects... cheers, Paul June A. Domag ...Show All

  • Visual Basic Help... Can't get .vb file to open in Designer mode

    Alright, let me describe the problem I'm having: I was working on a program - a world switcher (yes, legal) for the game RuneScape, for my help site - and got quite far in. I had saved a few times along the road... And then Visual Basic crashed. No, the files were not corrupted, they had been saved several minutes before this. Anyway, I boot up Visual Basic (Express Edition) and click File -> Open File -> myscape.vb ^^ Can't get the design editor to come up. I see all the code that appears when you double-click an icon in the Design Editor... And yet... It doesn't load properly. In the same folder, I also have: myscape.Designer.vb (No changes made by me) myscape (.NET resource file [no changes made by me]) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA talk in College

    Hi, This post is mostly directed at Microsoft people, but feel free to respond anyway. I'm going to give a talk about game-development next week at our local college for the second time this year. This time I would like to go a little more indepth in XNA and it's possibilities. My question is, is it possible to get some nice XNA material from Microsoft for this Sheets, movies, demos, etc. I know there are some pretty nice sheets with the for example the layout of XNA, as I've seen them at the GDC in Leipzig last year. Thanks in advance! Maurice Sibrandi You also may want to get in touch with Russ Fustino who has been doing a lot of the "Beginning XNA" presentations for Microsoft. ...Show All

  • Smart Device Development Cabwiz.exe - Application Error

    when I try to run the cabwiz with a inf file. I get the error Cabwiz.exe - Application Error The instruction at "xxxxxx" reference memory at "yyyyyy" referenced memory at "zzzzzzz". The memory could not be read. in a popup window. What may be the problem Regards, Prashanth Hi, I am getting the following error while building my CAB file. Error: FilePath\XXX.inf contains DirIDs, which are not supported. Where FilePath represents the original path to INF file and XXX represents the name of INF file. CAB contains just about 250 files. When I reduce the number of files, CAB gets built successfully. Can anybody please propose a solution other than using multiple ca ...Show All

  • .NET Development VPN VB Win XP

    Ref: VB, Win XP, VPN How do I approach this problem I would like to develop a Window Forms Client Side application (MyApp) that will: 1) Button click on MyApp will open Netscape and Conntivity applications. Ensure that Connitivity is always on top. 2) User must enter id and password into Conntivity app to establish VPN connection. 3) MyApp will automatically capture the event that a VPN connection has been establish, enter a URL into Netscape and execute it. I would appreciate any ideas Thanks. ...Show All

  • Visual Basic A list with key-value pairs sorted by adding sequence?

    Hello, i need a key-value pair list sorted by adding sequence like a collection. But i see that the Dictionary Class, the HashTable Class, the Sorted List Class seem not to do that. Must i use two Collections one with the keys a second with the values for that, or does such a list exist Regards, Markus Check this out: http://blogs.msdn.com/jeremykuhne/archive/2005/07/22/441676.aspx ...Show All

  • Smart Device Development Can we use PCI Board with Device Emulator(Similar to CEPC)

    Hi, We have a companion chip board(containing Display,RAM,Camera,Hardware chip etc), which can connect to PCI slot of PC. Earlier in CEPC, we use this setup to develop our companion chip hardware drivers(e.g. display,camera,sdhc etc). It means x86 used as host cpu and harware chip as a companion processor. Since from AKU3.1 onwards, its not suggestible to use CEPC for devlopment, we want to use device emulator for the same purpose.It means ARMV4I will be use as host cpu and harware chip as a companion processor. 1 ) First of all I want to know whether this is possible or not 2) If its possible, then which of sysgen setting will be diffrent from the default case. We are using Microsoft Device Emulator V2 8.0.60317.00 ver ...Show All

  • .NET Development Question in implementing ICollection<T>

    I have a generic collection which implements ICollection<T>. ICollection<T> in turns inherits IEnumerable<T> and IEnumerable. IEnumerable<T> has method signature IEnumerator<T> GetEnumerator() & IEnumerable has method signature IEnumerator GetEnumerator() My question is In my collection say GenericCollection<T>, How can I have method definition for both IEnumerator<T> IEnumerable<T>.GetEnumerator() & IEnumerator IEnumerable.GetEnumerator() 1) If I give public Interfacename.methodname it says "The modifier 'public' is not valid for this item" ex public IEnumerator<T> IEnumerable<T>.GetEnumerator() { //return enumerator } To make it work, I have to remrove ...Show All

  • Visual FoxPro Font Size Randomly Changing

    Has anyone experienced a problem in a FoxPro 9 application, where the font size of some controls on a form change It could happen going from form1 to form2, or form3 to form2.  The size changes from 9 to 8, 12, or 18. There doesn't seem to be a pattern, and it could happen today day and not happen for several days later. >> I've thought that it might be that, but with the number of users experienceing the problem I don't believe that would be the problem. I would also think if it was the windows font problem then other applications would have the same problem. As I said earlier in this thread, I doubt very much if VFP is auto-generating random font changes. This is the first time in almost 20 years worki ...Show All

  • .NET Development GDI+ error

    I sometimes recieve this error, about 80%. All I am doing is taking a snapshot of the screen and saving it to a file. Bitmap theScreenShotBitmap = new Bitmap ( Screen .PrimaryScreen.Bounds.Width, Screen .PrimaryScreen.Bounds.Height, PixelFormat . Format32bppArgb ); Bitmap PCVersion = theScreenShotBitmap; Graphics theGraphics = Graphics .FromImage(theScreenShotBitmap); theGraphics.CopyFromScreen( Screen .PrimaryScreen.Bounds.X, Screen .PrimaryScreen.Bounds.Y, 0, 0, Screen .PrimaryScreen.Bounds.Size, CopyPixelOperation .SourceCopy); theScreenShotBitmap.Save( "PCVersion.jpg" , ImageFormat .Jpeg); //HERE     Error: External Error: A Generic error occured in GDI+ stack trace    a ...Show All

©2008 Software Development Network