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

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

mrP

Member List

CirdanCelebrindal
MBM_Mimo
Kevin Dente
shiversticks
VidyaSagarCh
Mark Macumber
Gangy
Simon Clemen
Matthew_D
Jeremy Jarrell
SLV
rulertbca
czulli
smargroth
Kimmy
Doobe01
Friedrich B
swalker
Tobey79
Martin00
Only Title

mrP's Q&A profile

  • Visual Basic Edit properties of controls on other forms

    I understand how to change the value of a textbox by making a new form in the code Dim Form2 as New form ... Form2.show() This however does not work for me, i need to edit existing form controls that i make in the designer. So instead of making a new form in the code, i wnat to just edit one i already made. Right now i can only get the code to run when I dim Form1 as new Form I cant dim it as new, then nothing works and i get null erros and such. Any help will be greatly appreciated, I did search the forums and all i found was what i have above and that wont work, atleast i dont believe it will. I'm not sure I understand exactly what you'd like to do, but it sounds like you're t ...Show All

  • Windows Search Technologies WDS 3.0 Beta2 / WDS 2.6.5 and PDF files / Adobe Reader 7.0

    I see that PDF is not currently supported (unchecked filetype in Advanced; and this PostID: 615984 ) in WDS 3.0 beta2, but I have had problems with 2.6.5 and one or other of the Adobe iFilters. I'm not sure which iFilter version is currently installed. I have Reader 7.0.7 installed now. Can anyone report iFilter which is most suitable for WDS 2.6.5 I had frequent crashes of an already-running instance of Adobe Reader 7.0 when WDS 2.6.5 was previewing a PDF file, and I then right-clicked that filename in the top pane to open it with Adobe Reader. And less frequently, WDS itself closed when a PDF was being previewed. And a minor but annoying feature: when a PDF preview occurs, focus changes to the preview pane rather than stay ...Show All

  • SQL Server Yukon Debugger Error

    Hello All, I upgraded my copy of Visual Studio.Net 2.0 from Standard to the Professional version so that I could access and debug my SQL procedures from within the IDE. The instructions indicated that I needed to run the executable rdbgsetup.exe in the Program Files\Microsoft SQL Server\90\Shared\1033 directory which I did. After a couple of false starts in which I was unable to step into my procedure(s) I got it working. When I got in the next morning and ever since (in spite of having turned off the VS 2005 Remote Debugger Services on our Yukon box), I continue to get the following error every time one of my pages attempts to access any of my stored procedures: "Batch execution is terminated because of debugger request" This ...Show All

  • Visual Studio 2008 (Pre-release) Message Cloning

    I am trying to serialize the original message in order to write it to the file system using WriteMessage(). But the message object is getting disposed once the message is written. Is there a way to Clone the orginal Message object Thanks in Advance... Here is a way: // assume ‘original’ is a reference to the incoming message MessageBuffer buffer =original.CreateBufferedCopy(int.MaxValue); original = buffer.CreateMessage(); // get a fresh (unread) original again Message copy = buffer.CreateMessage(); // now use the copy to read body, etc Note that CreateBufferedCopy() buffers the entire Message and changes the Message state. ...Show All

  • Windows Forms ComboBox SelectedIndex Crashes my program

    Hi. ComboBox1 items = collection ... 1=IBM Flt32 2=Sign Int32 3=Sign Int16 4=Sign Int32 withGain 5=IEEE Flt32 6=Sign Int8 I am using the following code on formload. Running through debugger it crashes when I click "step into" on the following line of code. //Binary Header Settings this ->comboBox1->SelectedIndex = this ->SegyContainer->GetBINARY_Settings_no1DataType_TracesPerRec(); The return type for GetBINARY ... is int.Getting desperate I added //Binary Header Settings this ->comboBox1->BeginUpdate(); this ->comboBox1->SelectedIndex = this ->SegyContainer->GetBINARY_Settings_no1DataType_TracesPerRec(); this -& ...Show All

  • Visual Basic Access 2000 Macro

    How can I connect to an Access database using ADO and execute a stored access macro ADO or ADO.NET are you using VB6 if so, VB6 is not supported and is the wrong place to post and the best place would be to post at the appropriate communities: www.microsoft.com/communities ...Show All

  • .NET Development Cannot find a Datatable

    It s C# .NET project on VS2005. I have a DataSet. At one point it is filled with Tables, 15 in all. A few moments later a TabPage MAY be generated and a graphics control object is set up on that page. The DataSource for the graph is one of the DataTable(s) in the DataSet. The graphic comes out OK. The trouble is , the situation is dynamic and I have a stream of records coming from a server which a portion of my app sorts out and distributes between the tables. At the moment the graph was created the DataTable in question may have let say 10 rows. I see all the values on the graph. A few seconds later a new record may arrive that logically belongs to this table and my code begins to look for the DataTable with this index and I get Mes ...Show All

  • Connected Services Framework Client Prerequisites - session initiator

    hi, Does the CSF session initiator ( can be treated as a client) be CSF aware If I would want a java client to initiate a CSF session would I have to write an intermediate layer implemented in dot net as web service that creates the session manifest and other essentials thanks CSF session client or initiator need not be a .NET application; it can be written in any technology as long as it follows WS-Addressing and WS-Security Policy rules. ...Show All

  • Visual C# 301 Redirection

    I use Response.Status = "301 Moved Permanently"; Response.AddHeader("Location", http://www.xxx.com/rr.aspx "); But beofre it redirtct I hope the this page can load javascript for our page count function. I put javascript in the head <HEAD> <SCRIPT SRC="\JS\Cookie.js" TYPE="text/javascript"></SCRIPT> </HEAD> the file didn't load. I put the js in Page_load , still didn't load private void Page_Load(object sender, System.EventArgs e) { RegisterStartupScript("1",@"<SCRIPT SRC=\JS\Cookie.js TYPE=text/javascript></SCRIPT>"); Response.Status = "301 Moved Permanently"; Response.AddHeader("Locati ...Show All

  • Visual Studio Team System SQL server management studio error

    Hi When I try to create a maintance plan, it stops with a message box  saying Guid should contain 32 digits with 4 dashes (xxxxxxxx....) Whats wrong I was having this GUID error when creating new maintenance jobs on a fresh install of SQL 2005 Std and have now applied SP2 and the problem has gone away for me. Paul. ...Show All

  • SQL Server Blocking in Analysis Services

    We have a report in Reporting Services that connects to a Cube. The report has 4 input parameters that are also derived from the same cube. If the report is running and another user tries to select the drop downs for the report or runs just the query portion in report designer, the query will not return until the report has finished. It looks like the report is creating some type of wait. Has anyone ran across something like this ...Show All

  • Smart Device Development Newbie Question menu

    Iam creating a menu in code by public void CreateMyMainMenu() { // Create an empty MainMenu. MainMenu mainMenu1 = new MainMenu(); MenuItem menuItem1 = new MenuItem(); MenuItem menuItem2 = new MenuItem(); menuItem1.Text = "File"; menuItem2.Text = "Edit"; // Add two MenuItem objects to the MainMenu. mainMenu1.MenuItems.Add(menuItem1); mainMenu1.MenuItems.Add(menuItem2); // Bind the MainMenu to Form1. Menu = mainMenu1;} Is it possivble to save this somewere else so more forms can use the sam menu You are Trying to add a menu item to a menu which has not been created yet! Try to modify your code as: MenuItem m ...Show All

  • SQL Server how to calculate the least anmongst a list of Quarters

    Hi, i get a list of Quarters that look like following as an input to my proc. 'Q306/Q106/Q406/Q405' I need to find out whihc one of the above is the least Quarter value. In the above example it is 'Q405' The Quarter values that come into the proc keep changing...It could be even 1 or 2 or 3 Quarters etc... Is there any datatype called Quarter in SQL Server.It shows Quarter as a key word... Can some one please help on this.... I couldnt really understand how to use the above function... Is it possible to get the seperate values by splitting the following data 'Q106/Q206/Q306 Version1/Q406 Version2/Current' I need to be able to spilt the above Data...the delimiter is '/'... is there something li ...Show All

  • Visual Basic Problem with GetChanges() from a DataTable Object

    I am trying to find out if a DataTable object has any changes that need to be saved to it's SQL Database using the Update() method. I looked throughout the properties of the DataTable object and can't find a Dirty property. But I did find a GetChanges() method. Problem is whenever I execute the GetChanges() method, which claims to return a DataTable of records that have been modified, I get the following error: MissingMethodException was unhandled No parameterless constructor defined for this object. Does anyone know why this is Or better yet, anyone know how I can accomplish what I am trying to do Ok, since no one had an answer I continued my search. After digging for what seemed like forever, I figured out what was hap ...Show All

  • SQL Server For Loop

    I have a table which has an identity column. I want to traverse through the table one row at a time using FOR Loop. Can someone help me with the syntax. Due to the fact that this is a temporary table and not a table variable you can add a index to the table to avoid scans. But keep in mind that in small tables table scans can be faster for the query optimizer than doing a index scan. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

©2008 Software Development Network