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

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

JoeBlew

Member List

Masoud Farahani
Flip597
FredDabb
Christophe De Langhe
koldFUSiON
shai
Doddsy
ksona
smilyan
IMBack
hello school boy
Prasanth Ullattil
hobie_3
CS05pp2
iamme
brohans
MSP.Saami
Oren Solomon
Allah Is Here
Hassan Ayoub
Only Title

JoeBlew's Q&A profile

  • Software Development for Windows Vista I have a problem..

    hi I am working in a project. Acc. to my scenario, a worker fills a form and then manager approve or reject the worker's request but after the worker fills the form, manager cannot reply the request immediately. The workflow should wait the response of the manager. How to do this break without a problem and how to continue the workflow from that point. Please help me. many thanks I will repeat the second question. In this process(waiting response from manager), will it create a problem. When waiting the response, is the workflow idled or .... ...Show All

  • Visual Studio CVS and Source Control Plug-Ins

    Hey all, I have been using a CVS-NT server installed on a Windows Server 2003 box for source control. I was also using the PuskOK CVS-SCC proxy plug in (from www.pushok.com ) to access the repository from the IDE on a networked WinXP machine, and access the repository using sspi and windows authentication. It worked well under VS2003. I have not made any changes (indeed, it still works well under VS2003), but VS2005 Team System does not remember that I am using the PushOK proxy when I restart the IDE, it will not bind back to the CVS repository for source control when I open the project from my local checked out version, it will not check out files from the repository when I edit them, and it does not show edited files as checked ...Show All

  • Windows Live Developer Forums emoticons webcam e.t.c.

    I want to download or activate standard emoticons on my msn messenger 7.5 0324 How do I activate web cam capability I want to develop my msn messenger 7.5 and live with as many extras as possible to make my chatting more enjoyable The purpose of this forum is to discuss MSN and Windows Live application development using the Messenger Activity API, and Windows Live Bots. If you have technical support questions about using MSN Messenger or Windows Live Messenger, please check the following resources... Messenger Technical Support is available on the Messenger newsgroup: http://support.microsoft.com/newsgroups/ dg=microsoft.public.msn.messenger&cat=en-us-msn&lang=en&cr=US&ln ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Internet and network gaming

    Im still green as far as programmers go. I need to know, is there a way to get two copies of my game to communicate over a network using only C# and XNA or am I looking at integrating it with a different language. Also for internet gaming, will I need to set up a server for my game or is there somewhere I can subscribe to (or ultimately better "FREE") where I can set up a chatroom and main access point for those who want to play my game. I also want to keep gamefiles on a central site if possible, kinda like Blizzard does with Diablo II, in order to cut down on cheating. Lastly covering cheating itself, does anyone have any hints on how I can protect the internals of the game so people cant hack it (imposible I know) but ...Show All

  • Visual C# Allow only one instance of an application

    Is there a way to only allow one instance of an application to run The current application is rather large and it takes a moment for the splash page to show. I would like to ignore all attempts to open the application while its loading so that only one instance can be running at a time. excellent, glad I could help. Actually edited the post an hour later to make it better, no idea what I was thinking of in the first post but glad that its working for you - the "new and improved" approach at least ...Show All

  • Visual Basic Access database

    I come from viausl 6 and i just want to ask the basics for working with mdb databases. (Maybe is the same as visual 6) Connect to database, search on it.. execute sql commands... Thanks for your help Thanks for your help, is what i wa slooking for (looks much more difficult than vb6) A last question: How to execute sql orders like an alter table or whatever Thanks again :) ...Show All

  • SQL Server SSIS problem after installing 2153 hotfix

    The Kb article says to install all component patches, even if you are not running them, to avoid errors...the reporting services hotfix would not install(obviously since reporting svcs is not installed).....now I get the following erro, when trying to connect to the SSIS on my sql server...oh, I am trying to connect locally on the server it self too.... Cannot connect to CRP-DAY1-SQLs1. =================================== Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum) ------------------------------ For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&LinkId=20476 ------------------------------ Program Location: at Microsoft.SqlServer.Management.Smo.Enumerator.Process( ...Show All

  • Smart Device Development connecting data with MS Active Sync, howto?

    is there any way to connect a database (desktop) from PPC2003 to a desktop with Active Sync 4.1 I can't do it with this code: imports system.data.sqlclient Public Function GetConnectionString() Dim connectionstring As String = "Data Source=desktop;Initial Catalog=table-name;Integrated Security=True" Return connectionstring End Function Private Sub click() Dim connection As New SqlConnection(GetConnectionString) connection.Open() Dim queryString As String = _ "SELECT Layer FROM dbo.MasterLayer" Dim adapter As SqlDataAdapter = New SqlDataAdapter( _ queryString, connection) Dim mstmap As New dataset Dim mst As DataRow ...Show All

  • Visual Studio Printing Issues

    Hello, I’ve been having this issue for a couple of weeks now and have tried countless ways to find a work around without much luck. Long story short, I’m writing an application with Visual Studio 2005 Professional using J#, the application has a user enter data such as name, address, phone, etc and then a Submit Button. I want to print a form with this data, and I have created a separate form that gets populated with this information and is sized to fit an 81/2 x 11 piece of paper. The print solutions that I’ve found in the Help section and on these forums have a lot of flaws for what I’m trying to accomplish. The answer I’ve found is to do the screen capture – and that works some times, the problem is, the form doesn’t comple ...Show All

  • .NET Development xpathnavigator

    How do I navigate to a particular tag using XPathNavigator and XPathDocument I want to go to a tag 'name' in the document and also want to check if the xml contains the tags 'address' 'ph' 'zip' What should I do ...Show All

  • Visual Basic array count?

    I'm fairly new to vb and I'm having a hard time with the coding if anyone could be of assistance it would be appreciated. If FolderBrowserDialog1.ShowDialog() = Windows.Forms.DialogResult.OK Then For Each filename In Directory.GetFiles(FolderBrowserDialog1.SelectedPath, "*.jpg" ) Next aname = FolderBrowserDialog1.SelectedPath Label1.Text = (value & " Files" ) <-- A label to tell how many files with the jpg extension are in the folder ListBox1.DataSource = filename <-- list of files inserted to the listbox Label2.Text = FolderBrowserDialog1.SelectedPath End If I'm just not sure what code I'm supposed to use for counting the files in the FolderBrowserDialog1.Sele ...Show All

  • .NET Development Webservice: "The ASP.NET process identity does not have read permissions to the global assembly cache."

    I'm uncertain what the best forum is for this - I also posted this in the ASP forum. I am developing a distributed application with a client-side java calling a webservice serving a static binary database. The application works well with the VS2005 Development server on XP Pro SP2. However when I publish it to an IIS v5 environment, it fails with these errors.   3.)    .aspnet_wp.exe (PID: 3988) stopped unexpectedly 2.)  Failed to execute the request because the ASP.NET process identity does not have read permissions to the global assembly cache. Error: 0x80131902 1.) Failed to initialize the AppDomain:/LM/W3SVC/1/Root Exception: System.Configuration.ConfigurationErrorsException Message: Exception ...Show All

  • SQL Server Microsoft report builder is a very BAD product

    This product can't make a report selectin measures from more then on cube at the same time crossed by to shared dimensions, it's a shame. Please don't say you have a web base ad-hoc query if you can’t even do same basic stuff like this. So may be you would use a view with UNION strategy or a (select subquery) as Column strategy instead I am sure you can do it. No matter what. I did lot of these apparently impossible to merge things, there is always a way around, it just take more from the developer. Philippe ...Show All

  • Smart Device Development How to customize compose message form for creating new message?

    hello everyone: I can customize read message form and compose message form for replying message.But I donot know How to customize compose message form for creating new message. Anyone can help me please. thanks. zhangy517 wrote: hello everyone: I can customize read message form and compose message form for replying message.But I donot know How to customize compose message form for creating new message. Anyone can help me please. thanks. I think you are going to have to overwrite form registration under HKEY_CURRENT_USER\Software\Microsoft\Inbox\MsgTypes\IPM\SMStext Not the one under it as the samples show, but the default form itself (normally set to htm ...Show All

  • Windows Forms Problem: Can a Form == a Control??

    This is quite an interesting problem (well I think so, but then again, I am a bit strange). I have a .NET 2.0 application that consists of a number of panels that can be dragged around and docked - not unlike the Visual Studio IDE in fact. In these panels I can put any control I care to choose. All well so far. Now then. I have another .NET 2.0 application which fulfils some functional need (as applications tend to do) but it was a bit of a nuisance that it was a separate app. I wanted it to be included as part of my aformentioned panel app. So, after having a look at the object hierarchy for Form, I noticed that it derives from Control. "Yipee!" says I, theoretically I can drop an instance of this entire app as a Contro ...Show All

©2008 Software Development Network