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

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

MikeBzz

Member List

Darius R
Nneuromancer
SPECIALK_BC
Kevin Rodgers
km77
CemSharp
flash.tato
Gregory English
Olyx
Douglas H. Troy
Wendell G
Beuhla
LydiaC
Jon Watte
AlexU
Venkatram
RubenPieters
mrhoads
Tigerwood2006
RingOfFire
Only Title

MikeBzz's Q&A profile

  • Visual C# Converting images to matrix form

    Hi! I am currently doing a project on Locality-Sensitive Hashing. One query I have is whether is it possible to use C# to convert an image to a unique matrix of high dimensions. Any help would be greatly appreciated. You can certainly use this declaration: int[ ] image = { x0, x1, x2, … }; but I think this could get a little tedious. A little more detail in your question would provoke a more accurate response. ...Show All

  • Visual Studio A problem about named pipe

    Hi: I have a strange problem about named pipe in Windows XP. I am using named pipe to communicate between two processes. One as a named pipe server, the other one as a named pipe client. The client is indeed a DLL running within some other processes. The function of this DLL is to hook some WIN32 API calls and transfer the parameters to the named pipe server. 99% of time, these will work fine. But at the other 1%, there is a problem for the client to read from the pipe. The error message is ERROR_NOACCESS 998 Invalid access to memory location. I don't know why this happen. And in fact, before the client read from pipe, it will first write to the pipe. And the write is OK. But after a successful write, the read is failed. Does any one hav ...Show All

  • Visual C# How to Create a URL syntax checker in C#

    I would like to create a URL syntax checker so that can verify a cerrtain URL not a phish site. But I am also aware that some URL have valid syntax but is still a phish site. To answer this, I am looking for some measures on how to verify a URL and its correct DNS equivalent. I am doing a project of mine as one of our requirements and I have decided to create a web browser (already done) and I have included there 3 anti-phish tools. One of the tools is to check for URL syntax error. i have searched for such but has given me no good results that can be of any help to my project. I was hoping that some of the bright minds here could help me or enlighten me in my search. Thanks. I have read about an article about it. They use d ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Memory Leak?

    Heya, I've been working on this 2d game for about a month and a half. A space shooter with a ton of animations. But thats not the problem the problem is recently as the amount of Images has increased I've noticed that the memory usage never stops going up as the game progresses. I know there is some kind of flaw or redundancy in the way i store textures now since the release of beta2 and the content manager. However What would cause memory to keep adding up until the game begins to stutter The structure for storing textures was done before the content manager so it is just a Dictionary class that loads and gets textures loaded via the content manager. The UnloadGraphicsContent method in the game unloads the content mana ...Show All

  • SQL Server Dynamic table name in destination

    How to create a new table dynamically in OLE DB destination. This is what i am doing I am reading multiple flat files in loop and saving file name to a variable. Then i have a source script component which read and transforms data .Now how can I push the data to SQL table. I want to create a new table with name saved in a variable. I tried using OLE DB destination and assigning table name from variable. Does'nt work. Thanks in advance for any insight on how to make this work. -Amar Amar Khaira wrote: Phil, I tried that I am getting "Object does not exist in database" which i understand that table will be created a runtime but not there yet. So OLE DB does not know what ...Show All

  • Windows Forms auto check a checkboxlist from a query result

    I have a checkbox list that has 75+ items in it that is filled by a query. I then have query that brings back a list of items (lets say 20 items) how would i loop through that list and check off my checkboxlist with those 20 items thanks Hi, While adding the other 20 items in the checkedlistbox, please go through the below code. I havent tested this but it should work i guess. Dim I As Integer For I = 0 To CheckedListBox1.Items.Count - 1 If CheckedListBox1.Items(I).IndexOf("Whatever You Are Looking For") <> -1 Then CheckedListBox1.SetItemChecked(I, True) End If Next thank you, bhanu. ...Show All

  • SQL Server Execute SQL Task from ActiveX Tack

    What is the syntax to execute a "Execute SQL Task" from an "ActiveX Script Task Or should execute the stored procedure directly Thanks, JimDim ...Show All

  • Internet Explorer Development Crashes the moment I try to open

    I installed IE7 and it was working. Then one day it just stopped. I'm currently using firefox to post this. I tried reinstalling IE7 but in the middle of the installation my computer just randomly restarts on its own. I noticed it when I tried installing WMP11. This is the crash log: < xml version="1.0" encoding="UTF-16" > <DATABASE> <EXE NAME="iexplore.exe" FILTER="GRABMI_FILTER_PRIVACY"> <MATCHING_FILE NAME="custsat.dll" SIZE="33792" CHECKSUM="0xA30E1EC0" BIN_FILE_VERSION="9.0.3790.2428" BIN_PRODUCT_VERSION="9.0.3790.2428" PRODUCT_VERSION="9.0.3790.2428" FILE_DESCRIPTION="custsat" COMPANY_NAME="Microso ...Show All

  • Internet Explorer Development IE7 session variable bug ?

    Hi I developed a site about 6 months ago, written in Cold Fusion MX 7. A simple log-in page creates a session struct() variable upon successful log-in and then re-directs the member to their login home page area. On the login home page area, a simple script runs to see if a session variable exists, and if it dosnt, redirects them back to the login page. This is so that people cant access their login home page directly, without logging in. The site works fine in Mac OSX, all browsers and on PC, all browsers, except for IE 7. Does IE 7 have a session bug Appears so. Anyone else experienced session problems of this kind Thanks in advance Jason Hi Jason, I develop websites with PHP an ...Show All

  • SQL Server Can't see the Report Manager page

    Hi There, I have installed the Sql Server 2005 reporting services and I see that two default directories being created in IIS (Report and ReportServer..). For some reason, if I type http://localhost/reports , I am unable to see the report manager homepage. Can anybody suggest me if I need to configure any more stuff to see the report manager I enabled the anonymous authentication and still cannot see.... I can see the webservice however by typing http://localhost/reportserver ... Any suggestions are greatly apprecaited... Thanks. Sam. I am having the same problem, when I try to browse I am getting this error. I checked the reports config is fine and the sever has SP1. Let me know if any workaround. ...Show All

  • SQL Server guest in sql2005 from restore database sql2000

    Hi all. I have restored a test database from SQL2000 into SQL2005 and then, since for the SQL2005 database guest is not a database user, when trying to modify its properties, I am getting the error messages : You must specify the logon username. (SqlManagerUI). Thanks for youu help Change the server principal which is mapped to the guest user to reestablish the link between the database principal and the server principal. The guest account e.g has to be treated carefully, because it allows access to your database e.g. in the case of db ownership chain. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual C# Unable to debug C# solutions

    I'm using Visual Studio 2005 Pro. This problem is repeatable with archived code on backup discs as well as new solutions. When I attempt to run my apps in Debug Configuration with breakpoints, I get the message: the following module was built either with optimizations enabled or without debug information. D:\Programming\Solutions\******... To debug this module, change its project build configuration to Debug Mode. To suppress this message, disable the 'Warn if no user code on launch' debugger option. Here's a screenshot . This is done with a brand new solution. File > New > Project > C# > Windows/Windows Application > Ok > Build > Run. [update] as par this thread , I've tried restoring factor default settings.  ...Show All

  • Visual Studio Team System Label does not pick file under the root directory !!!!

    Hi all, Here is the directory ProjA structure. ProjA -----folder1 -----folder3 -----folder3 -----folder4 -----file1.sln -----file2.doc -----file3.txt When I'm trying label $/Root/ProjA. for example, ProjA_1.0.0.0, from source control explore find label, open label by press edit. All I can see are folder1, folder2, folder3, folder4. File1.sln, file2.doc, file3.txt are not included in label ProjA_1.0.0.0. Did I do something wrong or missing some important step Best Regards, Yes, I did double, triple check that the root was mapped into correct workspace. Btw, can we create label with above command line successful without had workspace mapped correctly Just wonder!! Bes ...Show All

  • Visual C# Decimal Problem

    Hey I'm currently creating a shopping cart, and i'm having a problem with the data transfered to the SQL Database. Currently writing a C#; The problem is when i multiply a Decimal by a Int the decimal automatically rounds up, I've set the datatype decimal(6,2), eg Decimal linetotal = productPrice * Quantity, "52.63 * 2 = 105.26". I know that 'linetotal' = "105.26", because i'm using the breakpoint in the debug mode, but when i send this total to the database it automatically rounds up to "105.00". Anyone have any ideas Thanks Rich ok the store procedure im using is: ALTER PROCEDURE dbo.UpdateCartItems (@CartUID int ,@ProductID int ,@Quanty int ,@Linetotal de ...Show All

  • Windows Forms Column Sort

    Hi, i'm new with datagrid and i'm wondering how can i make the alphabetical sort of the column to work, does .Net already hasve that functionality I don't know if this is important but the datagrid was filled with data from an array. tkns I'm sorry, i'm portuguese and i didn't came up with a better word when i wrote that, sort is probably the right one. I will try you code, tkns ...Show All

©2008 Software Development Network