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

Software Development Network >> Pavel A.'s Q&A profile

Pavel A.

Member List

Madix_t
Misiacik7
pablo in the oakgrove
stephanielauym
Raul Peña
D119
ti_m
nabeelfarid
Lenoire77
VikasAgr
Nick Port
Jigar_Patel
solnt
walsher
Beyond Blue
Robert F Bouillon
tczyp
Ravi Santha
ivanatilca
ChinaTiger
Only Title

Pavel A.'s Q&A profile

  • Smart Device Development prob with context menu on toolbar. Help!

    Hi, Why can't i set the same context menu to more than one toolbarButton. It throws a "Not supported exception" when i try to do so. How can i make the same context menu popup, no matter which button in the toolBar is selected Thanks for any help. - Hari Hi Mark, Yes, tried a lot for a way. Find no way, lost hopes. But i tried it in a different way extending the ToolBarButton and adding a contextMenu member to it. Now, i use this class to add a toolBarbutton to my toolbar. It works! Thanks, ...Show All

  • SQL Server Beginner's questions

    Hello, I have two database servers that I am interested in sending messeges between them. I am not interested in security or encryption at this point, only a simple message sending and recieving. Can someone please provide simple scripts for object setup (certificates, queues etc) and message send and recieve a link to such a script will be great as well. I am just a bit lost understanding all the new concepts (certificates, service, service binding.....) Thank you I. Thanks but I was talking about the Begin Dialog Conversation and recieve commands. is it any different than recieving or sending a message localy ...Show All

  • .NET Development Down file throught Http

    I need download a file throught http. My question is after download a file, how to keep the date same as the one on remote server. Right now, I use webResponse to get stream and write to a new file. The date of the file is when I created the file. Any help Thanks you can't really I believe since the date/time of creation of the file will be the time it was written to disk locally. I guess one way would be to get the createdate of the file of the remote file, then once written to disk locally, access it and modify the creation date. To do this, the FileInfo class will help you, which lives in the System.IO namespace. ...Show All

  • Visual C# VS 2005 IDE Bugs, problems and suggestions

    Hello, I can't find a way to submit bugs or suggestions regarding VS. So here's a topic for that. Apparently bugs in the VS 2005 IDE: - the Document Outline window doesn't show XML files structure as it did in VS 2003 - when an item is selected in the Class View window (e.g. a namespace or a class), the item's properties are not displayed in the Properties window, as it was in VS 2003. Regards, Ruslan Feedback on Visual Studio (and many other MS products) can be submitted through the Microsoft Connect web site: https://connect.microsoft.com/VisualStudio -Tom Meschter Software Dev, Visual C# IDE ...Show All

  • .NET Development RAS Custom Scripting

    I'm trying to implement a RAS scripting DLL running on Windows XP. I created a DLL which exports the function RasCustomScriptExecute. The RASEO_CustomScript (in the phonebook entry) and RDEOPT_UseCustomScripting (RASDIALEXTENSIONS structure) flags have been set and the CustomScriptDllPath has been set in the registry. I've verified that RasDial calls the RasCustomScriptExecute function after a connection has been establish. The function returns a ERROR_SUCCESS but the RasDial function never returns. It's seems like RasDial is ignoring the RasCustomExecuteScript return value or remains in a paused state. Any ideas are really appreciated. Thanks, Joe ...Show All

  • Visual Studio Express Editions How To Resize Picture Box at Runtime

    Anybody here can help me on how to resize the picturebox at runtime Thanks Two ways '//Setting based upon a size object Me.PictureBox1.Size = New Drawing.Size(100, 100) '//Using Properties of Picturebox With Me.PictureBox1 .Height = 100 .Width = 100 End With You can use either but the 2nd one is more common in VB ...Show All

  • Windows Forms Help with DataSet designer!

    Hi, I created a very simple table in the DataSet designer which only has two columns. I set Column1 as a primary key. However using the Find method throws MissingPrimaryKeyException I don't understand this... Any tips BTW, if I change XmlReadMode to ReadSchema it doesn't work either. Code and XML file below. Thanks Code ------------------- .... ds.ReadXml(@"C:\Documents and Settings\db2admin\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\XMLFile.xml", XmlReadMode.Auto); ds.Tables["DataTable1"].Rows.Find("1"); XML -------------- xml version="1.0" encoding="utf-8" > <DataSet2 xmlns="http://tempuri.org/DataSet2.xsd" ...Show All

  • Visual Basic VB 2005 Web Form Templates

    Are there any templates out there that I could use for clean, beautiful data entry forms Basically, adding textbox by textbox over and over while trying to keep the form clean and crisp can be quite difficult. Are there any templates out there that I could use ...Show All

  • Visual C# 2005: Web service project stuck in Debug configuration. No Release option

    Hello all, I've got 2005 solution that has many projects in it: 2 library projects, 1 win forms project, 1 deployment project, 1 web service project. The problem I'm having is that the solution is set to Release mode but the web service doesn't build in Release mode. It always builds in Debug mode. Upon investigation of the Configuration Manager, the Configuration option for the web service project only contains the option Debug (and the platform column only contains .Net). All other projects have Debug and Release in Configuration and Platform has Any CPU | <New> | <Edit> options. Has anybody seen this before Is it because the web service project doesn't have a project file I.e. isn't a web application project Anybody know h ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. SWM Model Component

    Hi all! I just finished a simplified version of a swm loader component based on the classes in SpaceWars. I used X-Tatic's converter to transform the tiny.x model into swm http://astaroth.beatbuggy.net:8080/Downloads/x2swm_1_0_0_1.zip I sent the sources to www.xnaspot.com  , hopefuly, they will put it online soon. P.S. the smaple also includes components for a grid, and for FPS (which can be set to be displayed in the titlebar, screen or both)   Have Fun!   Catalin Zima  P.S. I also wait for XNAspot to post my sample of VertexTextureFetch in XNA ;)     hi, email is Thnaks, I wiil luv to convert it to vb.net.....   ques ...Show All

  • Smart Device Development How to use tmail.exe -attach and -transport option

    How can I attach multiple attachments to the SP2005's tmail.exe What should I keep the transport "email" is OK or do I need to give something like POP3 or SMTP The following code is able to launch the tmail and tempFile is attached but how to attach more than one files Using the email as transport option is acceptable _stprintf(commandline, _T("-attach \"%s\" -transport \"email\""), tempFile); if( ! CreateProcess(_T("\\windows\\tmail.exe"), commandline, NULL,NULL, FALSE, CREATE_NEW_CONSOLE, NULL, NULL, NULL, &procInfo) ) return -1; Hi , This forum is primarily monitored by Visual Studio for devices group. Please check this link for m ...Show All

  • Visual Studio Express Editions Code safety

    While I am putting my VC++ exe file at a client's place, I don't want them to be able to look at the code in any case. Is it possible to arrive at the code from an exe compiled in release mode How to ensure maximum security I feel following should help me in securing my code from hackers’ eyes. Would request your critic and suggestions. (i) Encrypt the code file and name that as junk.log and place in some system directory. Another program would decrypt this, rename as exe, run it, rename back to junk.log (while it is already running), update its timestamp and put back at a system directory to camouflage it. (ii) Hide the process from the process-list so that admin can not even figure-out the process or ...Show All

  • .NET Development XQuery Problem

    can anyone help me fix my XQuery //item[descendant-or-self::item[ancestor::*[@name() != \"option\"] && @locked =\"1\" ]] i can't figure out whats wrong with my query..why it produces an error of invalid token when i tried to execute it.. any help would be highly appreciated.. thanks in advance!! The obvious issue is with "@name()" This is neither the "name" attribute or the "name()" function. Choose between one of them, correct the XPath expression and there you go :o) Hope this helped. Cheers, Dimitre Novatchev ...Show All

  • Visual FoxPro documentation error - command window - persistence

    Help says "Split lengthy commands by typing a semicolon after a space in the command where you want it to break, and then pressing ENTER." This only works if there is nothing following the semicolon (i.e. I'm entering the command for the first time). This will not split a previously entered command. Are you talking about the Command Box If you go up the history list to re-use a previous command and you want to add to it by adding a ";" then a new line, just select all the text down, after the command you want and press Delete, then continue writing you ammended command line with semicolons (";") if you want. Reused commands go to the bottom of the command list when you re-run them. ...Show All

  • Microsoft ISV Community Center Forums vlookup

    Hello can anyone help me with how to write the excel vlookup function in vba the function in excel looks like this VLOOKUP(O2,'[Consolidated list of supplier.xls]Sheet3'!$A$5:$F$218,6,FALSE) how can i get something similar working in a macro. thanks namrata hi, i modified the code as below but it gives the following error .. run time error 1004 unable to get the vlookup property of the worksheet function class my new code looks something like this. ************************************************************************** Sub VlookUp_Click() Dim LookupValue As Range Dim TableArray As Range Dim ColIndex As Integer Dim RangeLookup As Boolean Dim MyPath As String MyPath = "C:\Documents ...Show All

©2008 Software Development Network