CNSD's Q&A profile
Windows Forms Panel's border style
Is there a way to change the border color thx, you would think they would include that feature right border color property. guess not. once again, thx. ...Show All
Smart Device Development Strategy/technology choice for Mobile App on VS 2005
We have a non-mobile web app which runs asp pages with a VB.NET 2005 business rules DLL in the middle and either sql or oracle at the backend. The VB.NET DLL is activex enabled. Now we are developing a mobile app in vb 2005 for mobile data collection. This is running Sql Server CE. I would like advice on the best way to connect the mobile application to the main app (a) when the app is connected on wireless or activesync and (b) when the app is disconnected. The web app already has an integration toolset so it can create and receive XML files and it can connect to external databases to import and export data. It seems a bit goofy to ...Show All
Visual Basic I am trying to make a website - Just to learn how to do it! But I have a Problem
I have created a Master Page with a header to which i have added an image. I have supplied the imageurl and it shows ok in the designer. But not in the browser! I have also added a menu and some pages all of which work ok except the one with a background image.Again the image wont show! I know that they are there because i set the Border width to 50 and then i can see just the borders but no image Can anyone offer an explanation please this has me baffled! Thanks Mike Congratulations on designing your first web site; you've run into the exact same problem I did when I started out: paths. Basically, the chances are you're using an ...Show All
Smart Device Development Transparent Shapes?
I'm trying to make the shapes I draw on top of picture semitransparent. Here's what I've got: //create rectangle Rectangle rect = new Rectangle (0, 0, this .pictureBox1.Width, this .pictureBox1.Height); //draw ellipse e.Graphics.FillEllipse( new SolidBrush ( Color .FromArgb(50,255,255,255)),rect); ***I get the following error: Error 2 No overload for method 'FromArgb' takes '4' arguments. Does the function not work for Windows Moble Please help. Pete M This particular overload is not available on NETCF. You could use another one, e.g.: Color .FromArgb((A << 24 ...Show All
Visual Studio Team System Installing Process Templates
Hi, I'm trying to install a process template that I've created. I'm able to upload it as a folder using the Process Template Manager within Visual Studio. I then compress the folder (i.e. so that the folders are contained at the base of the zip file - i.e. there is no folder called " MSF for Agile Software Development - v4.0 - TEST " but the zip file itself is called " MSF for Agile Software Development - v4.0 - TEST .zip" ). I've used the code below to upload the process template. However, although it gets added to the Process Template Manager list I get an error when trying to add a new project based on this p ...Show All
Windows Forms Customising TreeView to display ListBox at nodes
Hi, I want to know how i can display ListBox at the nodes in TreeView. Do i have to customize the TreeView class If anyone has done this before, please reply. Thank you for Consideration. Regards, Laksh. ...Show All
Visual Basic Passing a value from form to form
What is the best way to pass a value from form to form Do I use a global variable or is there a parameter style way to do it Is there some other way Thanks for helping a newbie. Hmm...tell a little more about your problem. Do you close the first form (the one that contains the information) or do you have two forms and just want to share information between them ...Show All
Visual Studio Team System Migrate sourcegear vault to TFS?
I have a VS2005 solution that is in Sourcegear Vault. I would like to migrate it if possible. If not, can someone please tell me how to import the solution from my work directory. I would believe that the solution will initially look for vault, but I would then need to rebind it to TFS. This is quite important for my development to continue without a major problem occurring. regards, Mark I'm not aware of any full-featured migration tools for Vault yet. If you just want the files (i.e. not the history), copy them to a workspace and add them using 'tf add' or Source Control Explorer. You'll want to r ...Show All
.NET Development edit .xml
Hi... Me and my School mates are having an experiment where we have to note down the data for each time... (the assigment is; exersice and note down, pulse, temprature, and so on....) And so i thought i can use C#.net and xml for this, and then display the data using xsl.... But how can i ADD tags with data to an existing .xml file so say i have this xml file: < xml version="1.0" encoding="ISO-8859-1" > <data> <input> <date>X</date> <pulse>X</pulse> <temp>X</temp> ...Show All
Windows Forms passing data between Mdi children
Using C#, I want to create only one instance of a Mdi child form, called DataEntry, that is always visible on top of another Mdi child form that can have multiple instances. How do I code this so that when I press a button on the DataEntry form, the child form directly below receives the data from DataEntry Thanks see this thre ...Show All
Windows Forms ClickOnce not working for customer
I'm baffled by this - myClickOnce app installs and updates perfectly (across the internet) on my development PC, but does not work on any of my client's PCs. The only significant difference being that they use a proxy server to access the internet, but this is of course configured into IE, which I presume does impinge on ClickOnce. The proxy server does not require authentication. The error message is pretty much always the same - and doubly confusing at that, since it seems to indicate the program folder cannot be created, and yet if I search the hard disk I can find the whole application intact (but not at the location referenced in the lo ...Show All
Visual Studio Team System "Process Hook Failed" with Performance Explorer when using sampling on a specific app
I've successfully used sampling with Perf Explorer on my app in the past, maybe a month or two ago. And I can use it successfully on several OTHER applications. I can also instrument, although it's too slow for my current needs- However, currently if I either launch or attach to the process with sampling, I receive a "Process Hook Failed" error. In Output, it successfully attaches, and then immediately exits. Any ideas I've searched in vain for any mention of this error message, and am now at the point of just randomly twiddling things to see if I can get it to work again. thanks! ...Show All
Software Development for Windows Vista Biologon in Vista?
Hello, we develop the fingerprint security software. I would need to log the user on without his interaction with logon UI - the user simply places his finger on the sensor, our software retrieves his username and password and... and would call InitiateInteractiveLogon() from biologon.dll in Windows XP. But in Vista this doesn't seem to work. Does anybody know the solution Thank you in advance. I would get in touch with support as they can fix you right up you can reach them though here http://forums.microsoft.com/WindowsOneCare/ShowPost.aspx PostID=1183038&SiteID=2 chuck ...Show All
Visual FoxPro Additional fields in table exported to txt
Hello, I need to output from a VFP 6 table to a text file. When I use "copy to mytext.txt delimited with ," I get an additional field before and after each of the original fields from the table. This means that in my new text file, fields 1,3,4,6,7,9,10,12,13 etc are empty fields that were not present in the table and fields 2,5,8,11,14 etc are the fields with data. Can anyone tell me how to avoid these "extra" fields please Thanks in advance, Paul. I will have a look on universalthread.com as the files I send to the inkjet printer are sometimes several megabytes in size. Mailings may be as large as 1 ...Show All
Smart Device Development Does .Net framework is needed to run a .NET Application
Hi Is it necessary to install .net framework in the machine to rum a .net application If so then does it has any restrictions like applications developed in framework1.0 needs the same framework to be installed or can we install the framework2.0 plz help me Regards sridhar someone will correct me if I'm wrong, but ... yes, you do need the appropriate .net (compact) framework for a .net application I'm pretty sure the frameworks aren't 'backward-compatible' i.e. an app developed for framework 1.0 needs that framework, it will not run on framework 2.0. Both frameworks can be installed side-by-side ...Show All
