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

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

MukilanP

Member List

iuem
lagu2653
me113
Tomb1
MotorolanSummer
Fositron
Vince P
Gerhardo
pompoko
SDerix
michaelp
Wenbiao
Alex-MyRpg
Pman0401
Cyber Junkie
NBtech
Jack Hoxley
PK-UK
SnakeSV
Dan.Jurden
Only Title

MukilanP's Q&A profile

  • Visual Studio Express Editions VB Array.Sort() Method

    Hello, I need help writing a subroutine that works out the lowest number in an array and then tells me the position in the array at which this number occurs. The array i am using is C_Votes(4). However I will have set some values in the array to -1. This means i must exclude that part of the array. So for example, i have the following array and values: C_Votes(0) = 10 C_Votes(1) = 12 C_Votes(2) = 8 C_Votes(3) = -1 C_Votes(4) = 15 The subroutine would tell me that C_Votes(2) contains the lowest value because it has the lowest value that isnt a '-1'. The test could return a 2 to show that is was position 2 in the array. If at any stage there is more than one part of the array that contains the lowest value, then one can be return ...Show All

  • Software Development for Windows Vista Routing requests in wf published as web service

    I have difficulties in routing the requests to the workflow published as a web service. An example is the workflow in which I have a first webServiceInput-Output block and then I add a replicator with another webServiceInput-output. When I have a return from the first web method I can access any web method that is below by creating a cookie with the same value that I receive from replyScheduleEAuction. But I wanted a replicator on the next step and the request won't be routed there with that cookie. In case I move the replicator on first place in the workflow I cannot access a second replicated instance event if I create a cookie with the name and value received from the first replicated instance. The replicator is somehow adding diffe ...Show All

  • .NET Development communicate between Server and Client ( using Socket)...

    hi forum how to communicate between Server and Client ( using Socket), if OfficeScanNT Personal Firewall (Trend Micro OfficeScan) is running in both computer and we cant stop there service. any help would be heighly appreciated. Add your application in Allowed list or Add the port to allowed list which you are using in Your code. But most of the time its not necessary to manually add them but when your server tried to open a port your firewall notifies and tell you that this software is trying to open a port do you want to allow it or block it If you allow it, its automatically configures itself! Best Regards, Rizwan ...Show All

  • Windows Live Developer Forums Windows Live Messenger Connection Issues

    Hi, When I was invited to the BETA version of WLM some time ago I had this problem where I could be online and connected and talking, etc, for maybe 10 minutes and then the internet crashed and I had to reset my router. I fixed this by forwarding the ports the MSN Messenger used, to my IP address and that seemed to fix it. Now with the final version it is doing the same thing shutting down my interent. I have tried it with the ports forwarded and without and nothing seems to work. I'd go back to 7.5 but you can't use that anymore, or I just can't find any download links. any help would be appreciated B. Wilson The purpose of this forum is to discuss MSN and Windows Live application development using t ...Show All

  • SQL Server semi-additive (inventory problem)

    i have a more general question about cube design (fact table) using ssas 2005 my inventory cube should track the daily in and outs / per product as well as an inventory level should be calculated at the end of each month . how do you design the fact table only in and outs are imported in the fact table. my suggestion: # timekey # productkey inQuantity outQuantity how then is the inventory level at the end of each month calculated, given the fact that there is an opening balance at the beginning of the year (where is this measure stored ) thanx for your help!! so the key here is , to sto ...Show All

  • Audio and Video Development HD DVD Drive to use

    We are looking for a PC-based HD DVD drive - preferably one with writing capabilities. We also are on the Vista Beta to "drive" it, but we cannot find a recommendation for one. Internal or external will do. What are you guys using for development Thanks. Regards, =D- Derek R. Flickinger Interactive Homes, Inc. Toshiba are now shipping a laptop with HD DVD ROM drive - see http://www.toshibadirect.com/td/b2c/toshibadirect.to page=ces06_hddvd&seg=HHO ...Show All

  • Visual Studio Express Editions Memory Consume "vbExpress"

    Hi How can reduce memory consume of my application. It use at Minimum 30MB, i would like to reduce this value. It is possible Thanks For the most part you can't and to understand why that is and why so much memory being used I would highly suggest reading this article by Michael McIntyre or this post which has a slightly shorter explanation. ...Show All

  • SQL Server Sorting SSIS packages in SQL Management Studio

    Hi, Is there a way to sort the SSIS packages in the SQL management Studio It seems like the list under MSDB is sorted by the date which the package was originally imported. Look for Darrens response in below link http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=748034&SiteID=1 ...Show All

  • Smart Device Development unresolved external symbol _imp_exit

    I get eight unresolved external symbols when i link my program. Seven are from the conio.h file (_imp_exit, _imp_getch, _imp_putch, etc.) and one is from bool setcursorposition(x,y). I don't know how i got this far since i never tried to program a pocket pc before. I am using (C++ win32) to build a console program. i got the program to compile and when i link it i get unresolved external symbol errors. i tried changing the functions "exit, getch, and the rest", then i could not build the cpp file. i believe i'm missing a library call. I scanned all the .lib files and did not find a fix. i just got my copy of mvs2005 seven days ago. it's new to me but works real good. is there a .lib that includes these functions thanks. ...Show All

  • SQL Server Deploy/edit reports in sharepoint integrated mode

    Hi, I'm working with the Dec CTP of SQL 2005 SP2 and the associated Sharepoint addin. I've been able to get a report created in VS2005 and manually uploaded to the Document Library holding reports, and the report works when I open it (using an internal datasource, not shared). My first problem is I can't get VS2005 to deploy datasources or reports to my doc library. I have configured TargetDataSourceFolder http://server/site/doclib TargetReportFolder http://server/site/doclib TargetServerURL http://server/ When I try to deploy my Shared Data Source, it asks me to login, and will not accept my credentials (I am farm administrator, and site collection administrator, and local administrator, and a site owner) Secondly, for ...Show All

  • SQL Server set variable with stored procedure or...

    hi how can I set my variable value with a query I am about to make a procedure to get a comma seperatet array and insert into the table. if I omit ID (primary key) and set it as Identity every thing is ok but I don't want it to be Identity. so I have to find the max of ID and then add it to the first of my comma seperated values. the problem is I have a table name as nvarchar in the parameters. so I have to first make a query as string and then execute it. anyway I need to get the value of the query string and assingn @ID variable to it's return value. how can I do it so just suppose that I have @Values, @TableName (values are in the right order) then I want to find max(ID)+1 in @TableName (something like "select max(id)+ ...Show All

  • SQL Server Automatically print multiple copies of the same report with different label on letter size paper

    Hi, I am new to reporting services and I'm really stuck on a design problem. Can someone please help me I would like to design my own print function. When a user clicks on the print icon (preferably the one that came with reporting services), the report is automatically printed twice, once with "For Person A" and the second time with "For Person B" on it. It doesn't matter where these two labels are placed on the page. These two reports need to be printed on letter-size paper regardless of user's selection. How do I do this with minimum amount of code Any help would be greatly appreciated! Is there a way to do this without showing multiple copies (show one copy of the rep ...Show All

  • Visual C++ Using animated GIF image in Forms

    Hi, I'm trying to use an animated gif image in a form within C++/CLI but so far without success. I looked at picturebox control but the image stay still, no animation. I browsed the NET to find any clue to my problem and got a few articles stating the fact that I have to make somekind of class that would rather display one at a time each frame found in my GIF. Any clue or easier way, any example on how to do it Thanks in advance, Stephane Try adding this code to your form: ... #pragma endregion void AnimateImage(Object^ sender, EventArgs^ e) { pictureBox1->Invalidate(); } private: System::Void Form1_Load(System::Object^ sender, System::EventArgs^ e) { Event ...Show All

  • Visual Studio Team System How can I deploy only the stored procedures have been check-in on Source control?

    My database project have been create from existing database by import shema database. I put my database project under source control. I check put a stored procedure to modify something but I have not yet check in the stored. After that, I built the project and deploy(with update option) back into the existing database . Oh my God, I saw the changes in the stored(have not yet check in on source control) have been update into the database, why is the stored have not been check in but It is deploye into database How can I deploy only the stored procedures have been check-in on Source control Is there any way to do that There is nothing wrong in what happened in your case. It will update to the database w ...Show All

  • Windows Forms windows insaller

    it sand preparing to install This forum is NOT for Windows trouble-shooting questions: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=152532&SiteID=1 acturaly you may get more answers from related forum ...Show All

©2008 Software Development Network