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

Software Development Network >> Will George's Q&A profile

Will George

Member List

Janicita
drag_racer
!=MaYHeM
Jakein2006
Tristany
wakjah
Simon Dahlbacka
Whoisit
Doubleugly
GeniusManiac
RubenPieters
MNJ(m-studio)
stswordman
SirMarty
Allengp
Kevin Rodgers
msaeedf
sroughley
spasnikowski
Sigfuss
Only Title

Will George's Q&A profile

  • .NET Development How to deliver message to client without client call with remoting?

    I am developping a message reminding system.I want to send message to the client through client IP address initiatively.But I don't know how to make it.Please tell me how! I solved this problem.But there is a new problem, if there is a pxoy server between client and server, how should I do in this situation ...Show All

  • Smart Device Development Who has a PPC-6700 Sprint AudioVox Mobile 5 (Can I use GPS?)

    I have the Sprint AudioVox PPC-6700 and I know that it has the built in GPS chipset but everywhere that I search I can not find out how to actually access the API. There are a few of the GPS API references throughout msdn & msdn2 but none have an actual walk through. It is very easy to access the phone API's and contact lists/appointments and whatnot but the GPS is not to be found. As far as the GPS is conserned one could argue that it isn't ment to be programmed or something but the fact is that in all documentation it says that e911 can use the gps and also applications that need your location (such as movie times or resteraunts in your location). I really need to find out how to manage this out even with just a simple quord ...Show All

  • .NET Development ActiveDirectory services VB.net 2005 obtain group membership for a patrticular user

    Hi, I'm trying to develop a program in Visual Basic.NET 2005 that will manage user accounts on remote computers. These computers are not part of a domain and do not have active directory running on them. They are running under their own workgroup and behind a firewall.. To workaround for the firewall I managed to develope a service app that resided on these computers and comunicated through IP and Port. Surely the port is open for me... Most of the functioanlities are working fine, like adding new user accounts, modifying, deleting, querying users,groups and so forth.. The problem I'm having is obtaining group membership for a particular user. The code is provided below: (the inCount is alwayz equal to zero) I'm not sure if I am doin ...Show All

  • Windows Forms Controls cannot be made visible after a thread run

    I have a thread which runs a method. In that method i am making use of progressbar but after that method gets over that progress bar becomes invisible and eventhough i make them visible they does nto become visible. private void StartLoadProcess(string filePath) { try { _cancelButton.Visible = false; Thread workerThread = new Thread(DoUploadProcess); // Start the worker thread. workerThread.Start(); while (workerThread.ThreadState.ToString().ToLower() == "running") { _cancelButton.Visible = true; // making Button Visible _cancelButton.Refresh(); // Invalidating it _cancelButton.Focus(); // setting the focus Application.DoEvents(); } workerThread.Abort(); this ...Show All

  • SQL Server Create SnapShop

    Hello, I'm using Reporting Services 2005. Is there any way to create a snapshot report from the report While user generated the report he would like to save the current report as a snapshot (The report contain several parameters). Is there any way pass to the report URL reqest to generate this report as snapshot Thanks Idan This is not possible. Snapshot generation is always based on the report's default parameters, you can not pass in parameters to generate a snapshot. You could use the viewer control to simiulate this, but it would mean changing the report's defaults before calling CreateReportExecutionSnapshot, and the user would have to have the correct permission. ...Show All

  • Windows Forms Remove rows in datagridview and save the dataset xml file

    Hi, I made an even handler for removed rows in the datagridview. The datagridview gets its data from an xml file. When a row is removed in the datagridview, the row should be removed in the dataset as well. This is my event handler in constructor: this.grdTest.RowsRemoved += new DataGridViewRowsRemovedEventHandler(grdTest_RowsRemoved); This is the code in that event handler: void grdTest_RowsRemoved(object sender, DataGridViewRowsRemovedEventArgs e) { DataSet ds = new DataSet(); ds.ReadXml("Test.xml"); foreach (DataRow dr in ds.Tables[0].Rows) { string remove = dr["Row"].ToString(); DataRow[] temprows = ds.Tables[0].Select("Row = " + remove); if (temprows[0].RowStat ...Show All

  • Visual Studio 2008 (Pre-release) Different endpoints for Service hosted in IIS

    I'm creating a WCF Web Service hosted IIS. I need to install the web service in an existing web root (not a web service) so it has to work with different security settings in the virtual directory. I need the service to work with Windows Integrated Security, Anonymous Access and Basic Authentication. Different customers can configure the security settings differently. I tried to create different endpoints for the service with no success. I've read that it's possible to create some kind of base url and have different endpoints pointing to the same service implementation. Is this right How can I do this If this is possible, how should I create/configure my client so it dynamically will bind against different endpoints depending on the cur ...Show All

  • Windows Live Developer Forums Unhandled win32.exe exception (2228, 3544, ..)

    regarding message " Unhandled win32 exception (3956) starting a new instance of Internet explorer 7.0" I experience the same problems after installing Explorer 7 Starting Explorer 7 with two tabs as homepage gives in 50% of the case the win32 exception 2228 Also other programs give rise to exceptions i never seen before. Like closing microsoft word (by clicking on the cross) gives exception 3544 Ton, this doesn't sound like it is an issue with the Live Search SOAP API. I would recommend going to http://support.microsoft.com and selecting the product you feel is giving you the error and using their support facilities to resolve it. nate ...Show All

  • Audio and Video Development JavaScript on protected and non-protected disk

    Hello, I visited this forum already some time ago and I did read a thread that said that not all JavaScript commands do work on a non-protected disk (so a disk without AACS). I searched the forum, but was not able to find it back. Can anybody shed some light on this Is it true and if so, which commands are affected Thanks in advance for any info ! To test network delivered content you need either -. the Toshiba tools with software emulator - Sonic Simulator I streamed network trailers from http in the Sonic Simulator. It is easy. ...Show All

  • Visual C# MDI Interaction

    Hi, I'm creating an MDI Form, and want to save what's in the child form(s) but directly from the parent, so I don't have to create multiple form menus. There are 10 different child forms, so would it be possible to allow it to save it with any form (but only if it is the active/top form) For that matter, would it be possible to allow things such as undo/ redo/ cut/ copy/ paste/ find etc. likewise Is it possible to use a save all function for pictures (i.e. creating moving GIF files) Thanks. Eragon I have an application that does precisely the approach you're trying to use. Here's what I did: Create a base form that your MDI children will inherit from, and give it a Save() method, like so: public class MyMDIBase : Form ...Show All

  • Visual Studio Express Editions How to delete a project in VB 2005 Express

    I don't see any menu item allowing a project listed on the start page to be deleted, either from the list or deleting all the files. Help. Thx. ...Show All

  • .NET Development Error: ExecuteReader requires and open and available Connection. The connection's current status is open, Fetching.

    Hello, I am having a problem with selecting rows from an Access database (for code, I am using c# 2003). I have a list that I will go through one by one. As I increment through the list, I want to make a select statement to retrieve rows that meet my set criteria. Currrently, I am just outputting the selected column to the screen. However, I get the following error message: ExecuteReader requires and open and available Connection. The connection's current status is open, Fetching. What am I doing wrong int i = 0; try { string strOleDb; strOleDb = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + myPath; OleDbConnection cn = new OleDbConnection(strOleDb); OleDbCommand myCom = new OleDb ...Show All

  • Visual Basic other languages

    How can i embid the chinese language in my program Don't forget to install asian language support on your system. ...Show All

  • SQL Server Order By for DATENAME

    SELECT DATENAME(mm,w1.WorkoutDate) AS WorkoutMonth, DATEPART(yyyy,w1.WorkoutDate) AS WorkoutYear, Count(*) AS WorkoutDaysCount FROM Workout w1 WHERE w1.MemberID = @Memberid GROUP BY DATENAME(mm,w1.WorkoutDate),DATEPART(yyyy,w1.WorkoutDate) how do i implement order by in above query I want the result month & year wise. i'm using DATENAME function here. Select DateName(Month, MonthColumnName) from Table this is not workking. for example select DATENAME(mm,2) should return february but it always returns january ...Show All

  • Visual Studio Team System branching/merging for releases - am i doing this right?

    I've got a question about the right way to our structure and the branching and merging for releases. Here's the basic structure we have (simplified): MainProject Branch SomeTestBranch (not really relevant to this discussion) Release SubProject1 1.0 1.1 2.0 SubProject2 1.0 1.1 2.0 Trunk SubProject1 SubProject2 OK, so, we work off the trunk. WHen we have a release (say, 1.0 release) we branch it into the releases folder under the 1.0 heading. Great. Now we have a copy of what exactly was released. That's what i was going for. Now, we move on to working on 2.0 - so the trunk is being updated. In the middle of all of this, we find some pretty major bugs in the 1.0 release that need to ...Show All

©2008 Software Development Network