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

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

bholemaharaj

Member List

GaryShort
Trond Smaavik
TrevorT
PeteDev1
Tao Ma - MSFT
he.lin
Anonym3
Harry Leboeuf
dcoe
Preston M. Price
ckebabo
mdelvecchio
Trevor2006
Sean Hunt
DjP6
hegazy
MS MVP KenLin for VB.NET
Mazdisna Meenavee Mehr
arrayhunter
daz2006
Only Title

bholemaharaj's Q&A profile

  • Windows Forms New Window

    i am making a browser in vb 2005 beta but sometimes when i click a link it opens in a new window in Internet Explorer now how can i have it so it opens in a new version of my own browser or a browser on a second form any help would be greatly apreciated. So what if you use the entire code on that site, does it then still not work on your particular computer ...Show All

  • Windows Search Technologies PST

    I have thousands of Mails archived in PST files. Is there a possibiltiy to search also these mails Yes, but open up outlook and then open up at least the top level folder in each .PST file. It seems like the indexer doesn't recognize it until it is opened in Outlook, (perhaps a FileWatcher thing rather than a Sessions.Folder quiz, dunno.) You can check it has found them by using the 'Indexing Status' window, ...Show All

  • Visual FoxPro Help in VFP 6 Application...

    Hi, I've developed a application in VFP 6.0 in Windows 2000 Server Env. The problem is that if I start the application. the splash screen shows up... but with the Command window and the standard toolbars in background..... I tried with application.visible=.f. But it imposed several limitations in my applications.... So is there any way to get around this situation..... One more thing I wanted to ask is what is the be ...Show All

  • Smart Device Development MFC DLL link error

    Hello, I have experienced the following problem: I have created an MFC DLL which is linked to a static library. When I try to use functions from the .LIB I get the following error: Error 1 error LNK2019: unresolved external symbol Both libraries are using Multi-Threaded debug DLL as runtime library and the .LIB is included in the additional dependencies of the .DLL. Both libraries are smart device projocts and they are compiled for the same pro ...Show All

  • Visual Basic Form Printing

    Hello All, I am very new to programming. I am using VB6. Here is my problem: I wrote a simple financial statement calculator for work. The program itself works great. When I go to print is when I have problems. The form will print exactly as whats on the screen (which is good), but the printed form is really small. Below is the code that I used for printing in VB6. Again, I am very, very new to VB Private Sub cmdPrint_Click() ...Show All

  • SQL Server FTP Task corrupts file

    I have an ftp task that grabs files from a remote dir ( *.csv ). However, it seams that the ftp task is corrupting some of my files. Has anyone else seen this Is there something I can do (These are grabbed as binary) For example, here is the original on the remote server: 25316,<ACTUAL>,296,917,48,10,1,2006-03-29,UPLOADER 25319,<ACTUAL>,63060,106,64,10,1,2006-03-29,UPLOADER 25300,<ACTUAL>,63060,206,64,10,1,2006-03-29,UP ...Show All

  • .NET Development Accessing HTML SOAP request from within a web service

    I wish to get at the SOAP XML data from within the web service itself; not from within the SOAP Extension class, but the web service itself... is it possible to write a simple extension that makes this possible   I've attached a rough attempt that doesn't work but should give an idea of what I'm shooting for. This example attempts to grab the message and place it into the Cache; then in the web service I try to retrieve that Cache item.& ...Show All

  • SQL Server Management Studio and Enterprise Manager on Same Machine?

    Greetings! Do any of you know whether or not it's possible to install Enterprise Manager onto a box with SQL Server 2005 installed I've come across a couple of problems when trying to admin some SQL 2000 servers, so I need EM somewhere. Also, it's incompatable with SQL Server 7.0, of course, and I've got two of them to admin as well. Thanks! Shouldn't running 2005 backward compatibility "repair" ...Show All

  • .NET Development Transaction Locking

    When I do a BeginTransaction() in ADO.NET then fire off a update command for example. UPDATE [t_Client] SET [ClientName]='Sample Name' WHERE [ClientID]=1 Where ClientID is the primary key. What kind of locking is performed Table, Page, Row How would I set it to be row locking. You may be asking why not lock it inside the SP that performs the update and the reason is I have to update multiple tables using many different SPs and int ...Show All

  • Visual C# Serialize object to string

    I am trying to serialize an object(s) to an XML string. I want to do this without ever actually creating an .xml file. The way I do it works, and seems to be fine. I just want to make sure that there is not something I have overlooked. If anyone has a better way of doing it I would appreciate the help. Here is my code: String XmlizedString = null ; XmlSerializer x = new XmlSerializer (Inv.GetType()); MemoryStream memoryStre ...Show All

  • Software Development for Windows Vista Can I customize my windows listview and combobox(transperant bacrground of dropdown) to look like as in explorer...

    Hi, Can I customize my windows listview and combobox(transperant bacrground of dropdown) to look like as in explorer... Thanks in advance... See http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=303542&SiteID=1&mode=1 ...Show All

  • .NET Development Saving data array as bitmap

    Hi there, I have what should be a simple question: Using VS C++ 2003, how do I convert and save my data array(s) into bitmap files so that I can display them on my windows forms image window Thanks, Joe You can create a bitmap, use LockBits to get access to the byte array and copy your data in using memcpy. What's the source of your data What's the format ...Show All

  • Windows Forms Treeview Nodes.Add Problem

    I have a problem when I add a child node. When the tree loads the first time, all the child nodes display correctly.  If I add a child node, it gets saved to the database, and I clear out the tree (treeview.Nodes.Clear) and repopulate it for the new node to show.  However, now the new node I just added, appears in another location and I end up with 2 child nodes with the same name. Any ideas on how to make the treeview refresh cor ...Show All

  • Visual Studio Team System Error installing TFS RTM

    Hi All, I'm trying to install final release of TFS. One of the requirements is to apply the hotfix for SQL 914595. When i run this i get fatal errors and therefore cann't apply the hotfix. I have previously stopped the SQL Browser before attempting to run the hotfix. Below is the log. Any idea Thanks 03/24/2006 21:22:25.734 ================================================================================ 03/24/2006 21:22:25.734 Hotfix pa ...Show All

  • Microsoft ISV Community Center Forums Help with DDEPoke

    Hello, Again I have two workbooks called Server.xls and Client.xls. Client.xls has a button called SendData which executes the code below. Private Sub cmdSendData_Click() lChannelNum = DDEInitiate("Excel", "[Server.xls]Sheet1") DDEPoke lChannelNum, "R1C1", "Saleem" DDETerminate lChannelNum End Sub The problem is cell(1,1) in Server.xls does not get set to "Saleem". Any ideas ...Show All

©2008 Software Development Network

powered by phorum