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

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

mrLarry1975

Member List

bass_player
kstreltsov
l_steve_l
Vicam
041661K
chianuri
Ning
lhsj81
Andeezle
porkpiehat
Sunil_D
Gianpi
Peca55
ThugLife
Vaish
JavaBoy
Lucas Pasquali
Gustis
RPKJBP
MJRP
Only Title

mrLarry1975's Q&A profile

  • .NET Development SMTPClient do not send authorisation properly

    Hi, I have very simple code which tries to send email via relay server requiring authorisation. Code is below. It does not work becouse after running sniffer I found .NET runtiime is incorrectly sending AUTH field to server 142.165.72.18 192.168.251.102 Response: 220 bgmpomr2.sasknet..ca -- Server ESMTP (SaskTel eMessaging Service) 192.168.251.102 142.165.72.18 Command: EHLO workhome 142.165.72.18 192.168.251.102 Response: 250-bgmpomr2.sasknet.sk.ca 192.168.251.102 142.165.72.18 Command: AUTH login ZmFz 142.165.72.18 192.168.251.102 Response: 501 5.5.0 Invalid input (Invalid authentication protocol).  AUTH login is not supposed to be followed by anything but it's followed looks like by encoded usern ...Show All

  • Smart Device Development Print from Pocket PC to a Mobile Printer

    I'm developing a Windows Mobile 5.0 application and I need to print on a Mobile Printer via blootooth or infrared. Has someone a small source code to do this I cannot buy a third part component to print. Thanks Michele Hi my friend. you can use this components. http://www.fieldsoftware.com/PrinterCE_download.htm#PrCEDemo and c source code's are at that adress. See you soon. Sad k ERGUN Union Software ( AVESSOFT ) Alsancak /izmir / Turkiye www.avessoft.com ...Show All

  • SQL Server TABLE ACCESS UNDER SEVER MANAGEMENT

    I have created a database under sql sever management and also created all of the tables for that database. When i am in Visual basic express edition and try to bind an element on the form i am ask to add a new database resource. I give the name of the database but i am not getting the tables under that database. How can i create under sql sever management and get access to the tables for any express edition language I do not want to create tables within each express edition language. What do i have to do so the catalog will pick up the tables within sql server management    Thank you for you time. I created my database tables in sql server management, i am trying to bind in vis ...Show All

  • Microsoft ISV Community Center Forums Office 2003 and 2007 Primary Interop Assemblies (PIAs)

    Microsoft has an MSI for installing the Office 2003 PIA and a different MSI for installing the Office 2007 MSI. The web site says that the 2007 MSI is for Office 2007. Will it support 2003 VSTO routines Will it install with Office 2003 Will it provid a return code if it doesn't install Will VSTO routines written for Office 2003 work with Office 2007 with the 2003 Interop installed Will the 2003 Interop even install in an Office 2007 machine. Yes, we can set up virtual machines and spend hours figuring it out, but shouldn't Microsoft have thought of thi an published it in MSDN or, butter yet, put it on the site that has the MSI's Why not do it right and release an MSI that installs the right PIA regardless of which version of O ...Show All

  • .NET Development Fulfill inner joins and queries in a 3-tiered data architecture?

    I'm working with the "Building and using a 3-tiered data architecture with ASP.NET 2.0" tutorial series Let's take a sample such as http://download.microsoft.com/download/9/6/9/969e5c94-dfb6-4e47-9570-d6d9e704c3c1/ASPNET_Data_Tutorial_17_CS.exe . I wanna fulfill Inner joins and queries ,for example: SELECT Products.SupplierID,Suppliers.CompanyName FROM Products JOIN Suppliers ON Products.SupplierID = Suppliers.SupplierID Where CategoryID=@CategoryID . I add query: GetSupplierByCategoryID(@CategoryID),FillByCategoryIDID,GetSupplierByCategoryIDID(@CategoryID)" in "Northwind.xsd". I also add: [System.ComponentModel.DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType.Select, false)] public No ...Show All

  • Visual Studio Code examples are indented

    I have written some code examples using a code element within an example element in my XML comments. When the documentation is generated using the vs2005 styles, the code is indented compared to the rest of the text. Is this a known bug Hi ploeh, This was an item in a thread back in Sept 2006. For starters, you can try this and see if it works: In Visual Studio 2005, go to Tools > Options > Text Editor > XML > Formatting: In the "Auto Reformat" dialog section, uncheck the "on completion of end tag" checkbox (it's checked by default). This should keep your intended indentation format, but I don't know if Sandcastle will reinterpret it. Here is the link to the thread: http://forums.microsof ...Show All

  • Visual Studio Express Editions Random numbers

    I want that some variables have a random number. I used that code: var1 = Int(Rnd * 25) var2 = Int(Rnd * 25) Var3 = Int(Rnd * 25) But I'v got still a problem. The variables haven't a real random number. When I start my program then are var1, var2 en var3 = 17,14,13. Now there isn't a problem. It looks like it are random numbers. But when I quit the program and I restart it. var1, var2 and var3 are again 17,14 and 13!!! Is there a command that give me each time other values. So real random In a nutshell, here's how to do it: randomize() var1 = Int(Rnd * 25) var2 = Int(Rnd * 25) Var3 = Int(Rnd * 25) ...Show All

  • Visual Studio Express Editions HELP! HELP! HELP!

    Hi im new and heres my problem: I want to create a program where you can create accounts and log in (somekind of password protected database) and see data of accounts and stuff like that. where do i start and do i have to do Hello All. Leo: I'm sorry, but it doesn't get much simpler than the topics in the link I posted earlier. Most of those topics are step-by-step walkthroughs, and I don't think I can explain it any simpler than that. If that material is too complicated, you might consider whether you are reaching too far, too soon. Perhaps you would be better served by spending more time gaining experience in basic Client development with Windows Forms applications before jumping off into da ...Show All

  • Windows Forms Need help on way of storing Data - Any advice would rock.

    I'm new to Client side application development so my mind sometimes still works it's way back to ASP.NET development. I'm desiging a client application to help our users that user our website do some very advanced work that they cannot do on our current website until we start fully working with Web 2.0. Users can download objects called packages. In raw SQL Rows, a package will have over 8000 rows of data per package. A user might be working on 1-10 packages at any given time. I need a way to store the Data in a Package onto a clients computer. XML is the best way for me to do this. I've designed the XML format I need, and I've stripped out a lot of crap I don't need. Each Package has it's own XML file, this way 1 file will not get huge. I ...Show All

  • Visual Basic closed form, exe still hangs around

    I created a button to end my application and i call me.close() in it. sometimes the exe goes away, and sometimes not. any suggestions as to why this is and how i can fix it Thanks, Dan no threads. no events that are still on going. do i need to dispose of all the events i cant just call me.close Thanks, Dan ...Show All

  • Visual Basic How can I find and modify the correct control on my form?

    Hello, say, if you have several of labels (Label1, Label2, ..., Labeln) on your form, and also a textbox and a button. If you put, for instance, "label5" in the textbox and click the button, how is it then possible to find Label5 and, say, change its back color Hope it does not sound too cryptic... Any suggestions :-) I tried "Me.Controls(Text1.Text).BackColor = RGB(255, 0, 0)", it changed the color of control sucessfully. . ...Show All

  • SQL Server How to take SSAS database metadata backup using XMLA commands?

    Hi, I am looking for XMLA command to only take metadata backup of a SSAS database having MOLAP storage mode. I know that by issuing normal backup command it can take backup of metadata, source data and aggregations but I want only metadata backup. Can someone confirm if this is possible or not Quick reposnse of this query is highly appreciated. Thanks, Kuldeep Backup command is not intended to backup metadata only. You can write few lines using AMO object model to output database metadata into a file and backup the file itself. Something like: server.Connect( "MyServerName" ); XmlTextWriter xmlwrite = new XmlTextWriter ( "c:\backup\MyDatabase.xmla" , System.Text. Encodin ...Show All

  • Visual Basic Compiling Error******

    Hello. I just saved my file in viual basic's, then I complie it. After the compile is complete, I look at it in the .eze format and I notice an error. So, I went back into visuasl basic's, corrected the error, and went to compile it again, but I get this message: Project Failded To Build! Method '~' of Object '~' failed Any on help ...Show All

  • Smart Device Development End Call Event

    Hi, Is there a way for an application running on a smartphone (ex: SMT5600) to get a callback when a call ends   I would like to write the code in C#, but if I need to I would be happy to use C++.  Any advice would be appreciated. thanks, Jake sorry if my next question sounds something obviously , but I didn’t understood how to retrieved those stats from the hex result, if for example I transfer this hex to binary data.. how did you know those parameters     -----------------8<-------------         // here I register my app for state changes         private void SystemStateRegister( ...Show All

  • Visual Basic run application in back ground

    hi all i have prepared an application which dose not take any user input and the aim of the application is to take screenshots at a regular interval of 5 min i am using vb.net 2005 for this i have taken a form and in that form i have placed a timer control and in timer trick i am calling the function which takes the screen shot my requirement is to set up this application and this should run in the back ground and the user should not be able to cancel or stop the running of the application can any one suggest me how to do this the application should run in the background it self and this should start when ever the system boots please help me to solve this problems 1. i should make the service run automatically wha ...Show All

©2008 Software Development Network