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

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

Grobbies

Member List

FC-Shiro
Rabid Pinata
kidwidahair
Pedro Remedios
Chris Lang
INTPnerd
Keith Brown
blender
William Bartholomew
curiousss
Kamen
JoachimLaursen
TheSonny
Sean Connolly
stephenl
AlanKohl
une
Pipz
StephenMas
shax
Only Title

Grobbies's Q&A profile

  • Visual Studio Express Editions Textfile

    How do i change a textfile's text which is on a website without have to download, change the text and then upload it again ... is it possible. Currently I have it so it downloads, writes, and then uploads which is annoying because it comes up with a big bar saying its uploading. You need to download, modify and upload the file again. You need a local copy that can be modified: download. The local copy is the modified, saved and uploaded again (overwrites the existing copy on the server). There is no other way to do this in a standard web server HTTP environment. You could write a web service that you give a string and position where to insert the string in an existing file... That means you need to write a web service that prov ...Show All

  • Visual Studio Sandcastle : Attributes on methods

    If I have attributes assigned to a method then Sandcastle displays the attributes as part of the Syntax block. This is acceptable (and possibly a good idea). However Sandcastle is also adding extra blocks to the output for the attribute. Consider the following example code: /// <summary> /// An example method, just for demonstration purposes. /// </summary> /// <param name="parameter"> This is the description of the parameter </param> /// <returns> The input parameter will be returned, along with a friendly greeting. </returns> [ SuppressMessage ( "Microsoft.Performance" , "CA1822:MarkMembersAsStatic" )] public string SomeI ...Show All

  • Visual Studio Express Editions Deserialization

    This is very aggrevating!!! I have serialized three simple questions (textboxes) that is entered by the user. I cannot figure out how deserialize and have the three textboxes show what I have serialized My code (Visual Basic Express) on my main form is as follows: Imports System.Xml Imports System.Xml.Serialization Imports System.IO Public Class Form1 Private theCollectionOfPatients As New ArrayList() Private Sub DoSerializePatient( ByVal patientcollection As ArrayList) Dim theTypes(1) As Type theTypes(0) = GetType (ArrayList) theTypes(1) = GetType (Patient) Dim theSerializer As New XmlSerializer( GetType (ArrayList), theTypes) Dim theWriter As New FileStream ...Show All

  • Software Development for Windows Vista Remembering Where you were

    Apologies if this is wrong place, or has been covered.... As a developer, I tend not to log out, because that means shutting down (typically) Outlook(2 windows typically Visual Studio (8 files open) IE (5(windows) & Firefox(2 tabs) Word (2 windows - or more if I have several emails on the go) Photoshop (with a few screen grabs in unsaved windows) Access Media player Windows explorer Our own VB apps I think any user would like to be able to reboot, and come back to all these files exactly as they were before the re-boot. This would significantly affect my working habits - encouraging me to power down at night (save energy ergo a green feature) and remember what I was doing before! I think it wou ...Show All

  • Visual Basic Help/information

    Hi, I am using the serial port command in visual basic to read some serial information from a microprocessor, as I need to send more than one byte (8bit) I am using the Serialport.Readline command, below is what I am sending from my microprocessor: - While(1) { UART_PutSHexInt(iData); -- Places an ASCII coded HEX int onto the serial port UART_PutLF(); --- Places a LineFeed } NOTE Copied from my microprocessor Datasheet :-- UART_PutSHexInt Description: Sends four byte ASCII Hex representation of data to the UART TX port. C Prototype: void UART_PutSHexInt(INT iData) Assembler: mov A,0x34 ; Load LSB in A ...Show All

  • Visual Studio Express Editions displaying the value of a particular database field

    First let me say that, as you might guess, I do not have much experience with Visual Basic. I have a database with 50 records (rows) and 35 fields (columns). My program calculates a value from a bunch of other input information and based on that value the correct field name is assigned to a variable. The records are bound to and listed in a combobox (that part works fine). When I select one of these records I want to assign the corresponding value, from the field that is specified by the variable, into another variable. Does that make sense and if it does - does anyone have any suggestions.   Assuming the variable is a string I don't know how you are addressing your table Dim Variable ...Show All

  • SQL Server Unable to Access HTTP Endpoints from C# application when using Integrated security

    I hope you can help me to solve my issue. I created an endpoint and have an application to consume the methods from endpoint. Every thing work fine when i use the Impersonation with specific user id and password. In other words i am using Authrentication method = windows and Impersonate = true, user id = "[DOMAIN\userid]" password = "password" in web.config. But this is not the way i want to use endpoints in my application. I want to make it work without any user id and password in Impersonate section of web.config. The end points must be accessible to user using their own credentials. By the way i am using Authentication = (Integrated) in Endpoint definition and the same in IIS. In my .net application i am using proxy.Credentiats = Syst ...Show All

  • Software Development for Windows Vista Information about identity provider is missing

    Hi I Tell my Customers about CardSpace and then they ask me how to build an identity provider, What are the best practices for the STS etc... and I Do not know I found a lot of information about using the cards but None (Theory) about creating them and about building the STS for CardSpace cards. I asked in the forum but nothing !!! Is it a secret I need more than samples I need the theory. Thanks for your help manu Hi I have looked at all the examples in netfx.com : 1. They don't really work 2. They are not written for a real world scenario 3. I am looking for the theory behind the code. The documentation there is only describing how to install the examples noth ...Show All

  • Visual Studio cant debug a stored procedure

    Hi guys am wondering why i cant debug a stored procedure from visual studio ! i followed instructions below(link) http://support.microsoft.com/default.aspx/kb/316549 in server explorer i select a stored procedure and right click but there is no "step into" menu item. i searched on the internet and some guys suggested that resetting user settings in VS but that did not help either. any ideas on this one please . Thanks for your advise. btw am using VS2005 standard edition and sql server 2005 standard edition Thanks Liz Your link very useful. I use standard edition so cant debug stored procedures ...Show All

  • Microsoft ISV Community Center Forums messageBox not showing in current window

    Hi,All I want to show a message box when user click my custome send button to sending a Mail Item. Everything is working fine but Messagebox in not showing in current window (that is Mail Item), but it is showing in parent window of OUTLOOK. To see this message I have to move into OUTLOOK's main window. There in no much coding , I don't know where the problem is Please help me out. my code is here please have a look Private Sub btnNewSend_Click(ByVal Ctrl As Office.CommandBarButton, CancelDefault As Boolean) Dim mTo As String 'mailGo = "" Dim mCc As String Dim mBcc As String Dim msgstring As String mTo = Trim(newMail.To) mCc = Trim(newMail.CC) mBcc = Trim(newMail.BCC) If mTo = "" And mCc = "" And mBcc = " ...Show All

  • Visual Studio Express Editions Memory Adress of Registry Hives

    Hi Is it possible to know where is the registry loaded into RAM I need to have read only access to the registry. I want to use the In-memory pages of regsitry for that purpose Can perfmon help in any way for this Any point of thought will be of great use. Thanks Sumit The registry is not loaded in RAM, it is stored on disk. The disk cache will keep the most recently accessed registry sectors in RAM but that is not accessible to a user mode program. Nor could you find out what portions are being cached. Or how disk sectors map to hives and keys. You have use the API, there are no shortcuts. ...Show All

  • Community Chat Virtual Intelligence, AI

    People we need to talk about this. When people talk about this, they say its based on storing and retriving information. The learning process for the computer would be to save as much information as possible from its interactions with the environment. But when I think about this, I feel its a restriction to learning. Consider this, when we are small adding two numbers 2 and 3, would be done on fingers or on a peace of paper. But when we grow up we dont use the fingers or paper. So my point is: The input(add 2 and 3) remains the same, also the output(5) remains the same. So where did the process of learning go. Thus, I would suggest that a machine should not only learn and save in information, it should also learn to proce ...Show All

  • .NET Development Query Verification

    I am generating a query using my own C# code.(Win application). It is stored in a text file. Now I would like to test the query. Could I pass this query to somewhere and get the error details . Please suggest . Thanks in advance. Thanks Arun Thanks, But this may not work for my problem. Because I am generating query from front end design(windows application). It is in a textbox. I want to test that query. Thanks Arun ...Show All

  • SharePoint Products and Technologies Problem using email to initiate workflow

    I have a situation where a workflow attached to a list is being initiated successfully in one case but not another. My setup uses two lists, one workflow, and one event handler: List 1 "BizOp Announcements" : this is a Sharepoint announcements list that is set up to receive email from a user whenever a new Business Opportunity comes in (the user gets the email and forwards the email to the list) List 2 "BizOps" : this is a simple custom list with about 10 fields. Each list item represents a new Business Opportunity that our marketing team will need to see Workflow : I have a simple workflow attached to List 2. It creates two tasks whenever a new item is added to List 2 Event Handler : I have an ItemAdded( ...Show All

  • Visual Studio 2008 (Pre-release) Need to return XML from server to client using WCF

    Hi all, Im in the process of developing a service based on WCF that in essence will allow a client to retrieve an XML document from the server <OperationContract()> _ Function sendXml(ByVal id As Integer) As XmlDocument Return XXopen.openAsset(id) ' returns an xml document End Function The transaction is successful when the client is using strings but as i want to send an xmldocument object i am getting errors which are down to the fact that Xmldocument is not serialisable. I am fully aware that i might be going about this the wrong way, and need some assistance in what i should do to get this working. thanks NaddyB thank yo ...Show All

©2008 Software Development Network