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

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

Bhupendra_Singh_4c7760

Member List

ashk1860
Chad Moran
Sébastien Nunes
Jonas.S
George2
JDCAMP
Ofir Epstein
chubbysilk
John.Doe
yeodon78
masom1773
Jon Stroh
RPagels
rsnewbie
HowardRichards
YhanT
TG_KG
Joseph Stalin
vbjunkie
Sixto
Only Title

Bhupendra_Singh_4c7760's Q&A profile

  • Visual Studio Express Editions Another question for winsock control!

    Hey there guys.. Does anyone here could acutually help me and tell me how to add the winsock control to my project in Microsoft Visual Basic 2005 Express Edition [Im doing a RAT] Where could i find the winsock control button! Im looking for sumway i could add the winsock control button to my project so i could write the code for the client then server! Anyone went past it plz type the way to get it :) thanx. ...Show All

  • Smart Device Development Going wireless advice...

    Hi, I am making a business case for our company to update our inventory barcode scanners and I need some advice. If we're going to use the wireless functionality of the scanners to do merge replication with the SQL server, then will we still need a desktop in the inventory area I figure not, as long as the wireless is working and they can just dock the scanners for charging, but I'm just not 100% sure. It seems quite obvious, but I just want to cover my bases. Thanks. Not sure if I understand your question correctly. Merge replication is done between Sql Compact Edition (on device) and SQL Server. Now the scanner you're using must store the data within Sql compact edition and later wirelessly or thru A ...Show All

  • Visual Basic File Attributes

    Hi. Im writing a program that is searches all the files in the Hard Drive. All files are listed in a listbox. But i DON'T want to list the system files. I tried to do : If File.Attributes = FileAttributes.System Then..... but it didn't work! And the reason is that for example the file "A" is a system file but it is also hidden! If it weren't hidden it would work! To be specific: FileAttributes.System = 4 and FileAttributes.Hidden = 2 That's make us 6. The program won't list files that it's attributes = 4. That goes for any other combination. Is there a way to NOT list the file if it is a system file but is is hidden, or compressed etc Or the only way would be something like this If File.Attributes = FileAttributes.System AND Fi ...Show All

  • SQL Server Reporting Services and Sharepoint Integration - Sharepoint Alternate Access Mappings (Zones)

    I get the following error when I try to navigate to a report/model/data source, stored in a Sharepoint Document Library using a Sharepoint URL based on an Extranet or Intranet zone - but it works OK using the url for the Default zone: System.Web.Services.Protocols.SoapException: The specified path refers to a SharePoint zone that is not supported. The default zone path must be used. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SecurityZoneNotSupportedException: The specified path refers to a SharePoint zone that is not supported. The default zone path must be used. Is this a limitation of the SQLRS-WSS3 integration or is there a workaround Many thanks to anyone who can help! ...Show All

  • .NET Development Exception: DataTable internal index is corrupted: '5'. on ...

    Hi, I have a problem with bindingsource component in framework 2.0. I have a combobox bound to a bindingsource which is also bound to a dataset with 2 related tables and a datagridview bound to the same bindingsource. What I want to do is : When the selectedindex property of my combobox changes, the corresponding cell value must be changed in the datagridview. But although the value in bindingsource changes, datagridview does not display the new value. That value is displayed after I move the mouse over that cell and make it invalidate its region manually. Another error I caught is the one that you can see as the subject of my post. I do not know why i have that message when I try to change the property of ((DataRowView)mybindi ...Show All

  • Visual Studio Express Editions VC++ Newbie - Help with DLL's

    Hi, I'm just getting into VC++ and need some help. All of the core functions i need for my project are in a DLL which I'm borrowing from another program. So I went into VC++ and made a windows form with all the controls I need for my application. Now I need to know how to actually load the DLL and use its functions. Is there an easy way to do this in VC++ 05 and if so, how Thanks in Advance What type of DLL is it Is it also a Windows Forms DLL - what is known as a .NET Assembly Or is a COM DLL Or is it a regular Win32 DLL The question is important as the method to access the DLL depends on it's kind. ...Show All

  • Smart Device Development ActiveSync error 85010017

    Active sync was working fine for over a month then 85010017 cropped up. Tried the FAQ stuff, - nothing Reinstalled with ActiveSync 4.2- it connected but no sync after 5 minutes of trying, error 85010017 again. Did last patch of Outlook2003 screw things up FAQ indicates I should get 85010014 if thats happening. Help! This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. Please post to relevant forum or news group: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. ...Show All

  • SQL Server New SQL-NS 2005 Book

    Folks, I want to let everyone know that the 2005 update to my Notification Services book is now available for order. You can get it from http://www.amazon.com/gp/product/0672327791/ . This book has been completely updated for the 2005 release: - All source code examples are now designed to work with the 2005 programming model and tools - New chapters have been added to cover the new 2005 features (such as the NMO API, Hostable Execution Engine, and User-Defined Matching Logic) I hope you find this useful. As always, I appreciate receiving any feedback you may have. Thanks -shyam   For those who consider buying this book to prepare for their new project on SQL Server Notificati ...Show All

  • .NET Development je ne peux rien faire car je ne comprend pas

    je ne peux rien faire car je ne comprend pas, je ne lis que le francais et ne parle que le francais, merci Bonjour, Il y a un forum MSDN en francais. Voici le lien forum s.microsoft.com/ MSDN -FR/default.aspx SiteID=12 ...Show All

  • Smart Device Development SMS application

    Hi, I’m working on a Pocket PC application in VB.Net on Compact Framework. It is required that we develop a SMS module. What is the functionality (code )that should be provided to the Click event of the SEND button. Thanks, Hi , Thanks for the link.It definitely got me started :) What follows is the code written to allocate memory to the IntPtr variable that is to hold the Destination Phone Number. Dim PhNum As Byte() = System.Text.ASCIIEncoding.Default.GetBytes("363457345") Dim SMSAddress As IntPtr = System.Runtime.InteropServices. Marshal.AllocHGlobal (PhNum.Length) System.Runtime.InteropServices.Marshal.Copy(PhNum, 0, SMSAddress, PhNum.Length) ...Show All

  • SQL Server Replication Configuration?

    Our website and sql database are hosted away from our offices and is updated via the web by customers and by us in our offices. However due to our slow internet connection we would like to bring a replication server into our office and have the two databases talk to each other when a change occurs.(Customers updating the public database and us update a local one). I have seen sites mention circular replication is troublesome and may not work, is this the case or is it just a matter of correct configuration Any advice, tips etc would be appreciated. Thanks John I posted this on a different thread, but I think it applys to you as well. Here is a direct quote from BOL http://msdn2.mic ...Show All

  • Community Chat ENormously Interesting Reading

    I'm reading the history of Digital Equipment Corp written by Gordon Bell who is on this board at times. Digital began from noting and grew to the second largest computer company in the world. This article is at: http://search.msn.com/results.aspx q=http%3A%2F%2Fresearch.microsoft.com%2F~gbell%2FDigital%2FDigital%20at%20work%201992.pdf Digital was noted for it's committment to quality and innovation and enormous attention was paid to DEC's culture. I noticed this thought about the culture. Little Kids on the Block “The culture in the early years was very much: hey, we’re the little kids on the block, we’ve got to show people we’re good. We’re a team. We like each other. We’re a quality outfit and we like what ...Show All

  • Microsoft ISV Community Center Forums Visual Basic In Excel - Popup or Splash Screen

    I have created a simple program in VB inside Excel, When processing it takes a while so I created a form to display while processing, how do I get this form to show while the process is going but still allow the previous form to do its work, then the popup (splash) screen closes when the process has completed Nick Getz This is built within excel, so I assume Visual Basic for Applications, unless you can help me export it into Visual Basic 2005 Express Addition, whcih I downloaded after making significant progress on this application. Thanks. ...Show All

  • Visual Studio 2008 (Pre-release) Sending selected tree view item data to model (how to bind)

    Hi All! I am trying to develop simple WPF-based application and faced one problem. I have UserControl that contains TreeView. This tree view is bound to hierarchical Categories structure. User can select one particular category and view the contents of the selected category in some list view (this list view is not from the same UserControl). Now I want to have Application.SelectedCategory property which will always contain the category selected in tree view. This property will be used in other user conrols. I tried to establish OneWayToSource data binding using TreeView.SelectedItem property, but the attempt failed because this property is get-only and it is not registered as dependency property. What should I do Handle selection change ev ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. space wars jerky?

    Hello, When I run space wars it seams to jerk alot when I move the ship around. It just doesnt run smooth at all. Can the game be played in full screen it runs windowed on my pc. I thought it would run smooth. My pc is: AMD A64 3200+ 2 gb ram 7600GT All drivers are up to date. Also when I try and publish spacewars, when installing it, it comes with an error. Anyone else have this problem thanks I especially noticed the game slow down when you buy the double shots and shoot a lot on the screen. Maybe with 100 "shots" on the screen seemed to lag the game entirely. It's a good start, but space wars is such a simple game that this should not come close to lagging on a mid range PC with any amount ...Show All

©2008 Software Development Network