Software Development Network Logo
  • Visual C#
  • Smart Device
  • Windows Vista
  • Microsoft ISV
  • Visual J#
  • Visual Studio
  • VS Team System
  • Visual FoxPro
  • Visual Basic
  • VS Express Editions
  • .NET Development
  • Architecture
  • Windows Live
  • SQL Server
  • Windows Forms

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

Venaddar

Member List

Wilson Wu
FloridaAviator
bsmucker
Waseem Aslam
A Casa do Java
ScottTurner
Straw
Samsys
Gaurav Rajput
Jiang Haihong
PCHEEK
mshafiq
BoGeorge
Sayyad Habib Ullah Quadri
Alexander P.
Bitjuggler
sebapi
jimh12345
Alex Moura
SQLfailed
Only Title

Venaddar's Q&A profile

  • SQL Server SQl Server CE question..

    Hello.. I want to install Virtual Directory (PC Windows 2000), but I've got this error "The computer that you specified is not configured for NTFS. You do not have to set permissions." Did I can't do my merge replication using PC without NTFS Thanks Darren.. I'm already convert my PC from FAT32 to NTFS.. :D ...Show All

  • Visual Studio Tools for Office VSTO download for MSDN Subscribers

    Hello, I have a MSDN Subcription ID which begins with MVLxxx so may I download VSTO from MSDN If yes, could you please give me the link, I searched alot in MSDN but I didn't found. (I'm using now VS 2005 Pro) Best regards,    If it's in your profile you should find it at: Developer Tools - >Visual Studio 2005 -> English -> Visual Studio 2005 Tools for the Microsoft Office System (VSTO) -> Visual Studio 2005 Tools for the Microsoft Office System (English) -= Maarten =- ...Show All

  • Visual Basic Scrolling RichTextBox

    I am useng a richtextbox.appendtext feature to keep a running status of what is happening in my application.  A vertical scrollbar activates when the limits of my control are reached.  How can I vb code ensure that my last entry is always visible ie the scrollbar is always showing the latest appended data. Thanks, Fred Herring Public Class Form1     Private Sub RichTextBox1_TextChanged( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles RichTextBox1.TextChanged         RichTextBox1.SelectionStart = RichTextBox1.Text.Length     End Sub ...Show All

  • Windows Forms toolstrip panel bug ?

    Hi, When I move my toolstripbars from one toolstrip panel to another, it might work fine, but after a while there is always something that goes wrong, either a toolbar overlaping another so that we can't grab the grip part of the overlapped toolbar anymore, or sometimes a toobar that just disappear... Is it bugged or is there some properties I've missed Regards If you have a simple repro, please post this up to product feedback: http://lab.msdn.microsoft.com/productfeedback/Default.aspx   ...Show All

  • .NET Development Opening Images

    Hi this is a very silly question but how do load an image wthout using a full file path e.g. Dim fs As New IO.FileStream("flower.gif", IO.FileMode.Open) If you want to open a GIF, why not use Image.Load Either way, you can specify a full path, or a relative path to the location of your exe. You can't just find a file anywhere on your system without giving a path. Anything that's in the PATH variable will also work, but you don't want to use that to load images. ...Show All

  • Visual Basic Adding 100 progress bars to a list view control

    Hi, I have a process that spawns 100 sub-processes. I need to display the progress of each of them. I was thinking about doing this using 100 progressbar controls contained in some other control. I've looked at using the Listview control for doing this - but I'm not sure how this is done. Some other articles suggest adding to the controls collection of the Listview - but I've tried this and it does not produce scroll bars. Any ideas on how to acheive the required result Regards Michael Green Wow - how do you hope to show them so their output is meaningful You can make the list view owner dra ...Show All

  • Smart Device Development Destinator ( Ver 3 ) load error

    Hi I am using Microsoft Device Emulator 1.0 Community Preview On a XP SP2 box I run Emulate Pocket PC WM 2003 SE I have ActiveSync 3.7 working OK and can copy files etc between the PC and "device" ( Guest Partnership ) On attempting to load an application, Destinator ( Ver 3 ) from PC to the device I get the error, "Cannot get power status " I am not a developer….. But can anyone offer suggestions on what to try. Thanks Philip It is very likely that the power management features will be included in the next version of the emulator.  As for a release date, it is still not determined at this p ...Show All

  • Visual Studio Debugging an w32 app

    Hi. I'm developing an app for a Pocket PC but it has also some algoritms not involved with PPC.More precisely, I want to process some real time video with some filters I have already those filter's algorithms (in C language) and I want to continue coding over that code. Now I have created a project for WM2005 PPC and tried to debug my app to see if it works before continue coding. When I clic the debug button it appears me this message: "Debugging information for 'name.exe' cannot be found or does not match. Binary was not built with debug information" I don't know what this error means and what must I do in order to ach ...Show All

  • Visual C++ .NET 2005 RC1 Deployment Problem

    Hello, I built a simple Windows Forms application Managed C++  on Visual Studio 2005.  This application is really nothing more than a mockup; a form with a few controls on it.  I then built a release version and attempted to put the executable on another machine which does not have Visual Studio.  On the target machine, I installed the .NET Runtime Redistributable obtained from: http://www.microsoft.com/downloads/details.aspx FamilyID=f832b85f-b710-49ed-92a1-b80b948aeb65&DisplayLang=en When I attempted to run the application on the target machine, I received a file not found error.  I made sure I had ...Show All

  • Visual J# J# .NET 2003 Redistriuteable 1.1 Install Problems

    I was installing J# .NET 2003 when in the middle of installation of the redistributable packet my computer crashed.  I am trying to reinstall but it always fails.  I believe this may be due to the fact that it cashed when insalling the first time so there are still partsof it installed.  How would I uninstall what is installed so far Hi, Does it show any entry for J# Redist\.NET Framework in Add\Remove program Can you post the exact error message u get on uninstall Thanks, ...Show All

  • Visual C++ _beginthread() issues...

    I am having trouble sending parameters to a thread via the _beginthread(void(*)(void*),unsigned int,void *); call. I just want to send a single integer... this is how I do it now: void main(){ int x; _beginthread(threadMain,NULL,x); } void threadMain(void* x){ //blah }; I have tried every form of casting that I can think of, in both the parameter sent and the parameter received. Hi, I think if you try like below, it should work out for you. void main(){ int x=100; _beginthread(threadMain,NULL,&x); } void threadMain( void * x) { int y = *( ...Show All

  • Visual Studio Error re-installing Beta1 Refresh after removing Feb CTP

    I made the mistake of testing Feb CTP on my main PC and am now stuck where neither version will install.  After removing all of Feb CTP, when I re-install Beta 1 Refresh (the only stable version I have seen), the install completes, but when I start the IDE, I get an error "Cannot find entry point in MSRCV80.DLL".  I cannot find that DLL on any system with any version of VS.  I cannot find any mention of that filename in Google. Any Ideas   It sure would be nice to get back to a version I can actually use. DaveC Have you had a look the following post, which contains instructions on how to completely remove previous ve ...Show All

  • Smart Device Development SQL CE 2.0 ATL Mobile 2003

    Hi Alls, I used SQL CE 2.0 with OLEDB and ATL database consumer. The database is shared between 2 applications. When I use “CREAT UNIQUE INDEX…” statement in the first application and when I want to give access to second application after close database connection, the second application can’t open the database. I must stop first application for free the database connection. But It is a well scenario when I use SELECT, INSERT, UPDATE statements. What happens ...Show All

  • .NET Development Help: Could not find schema information for the element 'microsoft.web.services2'

    (Sorry I may have posted this in a wrong forum earlier) Hi, I've got this problem, trying to add a simple user authentication feature to my web service. I added the code directly copy-paste from MSDN as well as trying load of other ideas why this might happen... I've been getting these "information messages" that practically disables my client application from connecting to the web service. (I'm developing this on my PC, visual web developer 2005) Adding the microsoft.web.services2 section results in: Could not find schema information for the element 'microsoft.web.services2' Could not find schema information for ...Show All

  • Smart Device Development Pbm with windows mobile 5

    Hi, I already tested my apps with DELL Axim Pocket PC. Working fine. When i try to run the same apps in DELL Axim x51,Getting an error like, need to update the version. I'm using VS2003. I used ARM cabs in PPC. So, Install the same in DELL X51. I couldn't run the apps. What updates need to be done Which CAB i need to install here Thank U! WM 5.0 devices have latest version of NETCF V1 in ROM so there's no need to install NETCF. If you using SQL CE or SQL Client, that needs to be installed. Are you getting error at runtime or at your application CAB installation What is it ...Show All

©2008 Software Development Network