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

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

vgrigor

Member List

BachP
bmalinski
jay1234
LankyNibbs
gerbenvl
ImagineNation
Rikard
Mjoyner24
Herbert Lehner
MillaT
Jkumar
seco
Hristo Atanasov
Speedie
ackermsb
Alejandro B
smigger666
Dale R
razerredblue
JerberSoft
Only Title

vgrigor's Q&A profile

  • Visual FoxPro COntroling objects

    I have 2 forms, Form1 and Form2. In Form1 I have a grid and a button, when I click the button I call Form2. What I want to do is to control the properties and methods of the grid inside Form1 from Form2. How can I do this So, if I wanted to change the RecordSource property in the grid inside Form1 from Form2 what should I do Ok, first, call Form2 from Form1 with the following line Do form2 with Thisform And then what Sorry for this kind of questions, I'm a beginner. ...Show All

  • Visual Studio Express Editions Use Multi-SqlDataReader to retrive data from multi-table

    I use two SqlDataReader to retrive data from two tables: conn = New SqlConnection(connectionstring) conn.Open() Dim cmd As SqlCommand Dim reader1 As SqlDataReader, reader2 As SqlDataReader sql = "Select * from scheme.opheadm" cmd = New SqlCommand(sql, conn) reader1 = cmd1.ExecuteReader sql = "Select * from scheme.opdetm" cmd = cmd. CommandText = sql reader2 = cmd.ExecuteReader There's an error with the last code line: "There is already an open DataReader associated with this Command which must be closed first." I change it to create two SqlCommand for each SqlDataReader: Dim cmd1 As SqlCommand, cmd2 As SqlCommand ...Show All

  • Visual Basic problem in debugging application with .net having large no of projects

    i m doing project in VB.Net having a solution with 123 project. to compile that i hav to build each project seperately..... is there is any method by which i can select all project in one go and compile all simultaniously. hi DMan1 the thing u told i no already :-)....the poblem with my solution is that it is skipping all the project that is included in the solution.....so i hav build each project seperately only then the whole solution build.......so is there is any way by which i can select all the project and build the solution ...Show All

  • .NET Development Simple problem with retrieving data

    This problem is so simple, I jus can't see the solution. I am wanting to retrieve data from a textBox on an ASP page and would like to set a default value. < asp : TextBox ID ="TextBox1" runat ="server" ></ asp : TextBox > I initialize the TextBox during page load e.g. in Handles Me.Load as follows: TextBox1.Text = "Default" I later try to retrieve the content of the text box: myString = TextBox1.Text The string loaded into the variable is the original string, not what was typed into the TextBox by the user. I just can't see the solution. Any help appreciated. Hi HerbiNZ! Did you check to see if the page.load-event ...Show All

  • Visual Basic Word border problem (declaration

    I want to set: WordApp.Selection.Borders = wdBorderBottom But problem is, that it says that wdBorderBottom is not declared. How can I declare it where are you obtaining the code from Of course if you get an error stating that the variable is not declared, then you need to declare it of course in order for it to work but I am guessing (unsure) that you are using COM Interop to access Word instance If so, you need to give it the correct parameters/properties/values etc... would help if you can supply where you are obtaining the code from so we can help ...Show All

  • Visual Studio 2008 (Pre-release) linq ready for production??

    I m workin in a project which has alerady implemented a lot of modules , and i d like to know if it is recommendable to use LINQ for a project that hasr already started long time ago. Waht would be the impact about trying to use LINQ for this win app I mean the impact in code, because the code has standards and everything that maybe would crash with LINQ. Also , what if I wanna use C# 2.0 with linq because i dont wanna use C# 3.0 yet , at least for a time. Is there a version of LINQ that works appropiartly with C# 2.0 And is LINQ ready to be used in a huge project or it is yet just a CTP Best Regards Joseph AFAIK C# 3.0 Language constructions are base of LINQ so you cannot use LINQ with C ...Show All

  • SQL Server Incremental update of dimension?

    With the fact table one can use the "process incremental" option to add new factdata without having access to all the old data. Is it possible to do something similar with dimensions I.e. add new dimension members without having to store all the old ones for rereading with "process update" The process option UI and documentation seems to agree that it can't be done. However a quick googling found some microsoft paper promising incremental updates to dimensions as well, leaving me slightly confused. Thanks - that was exactly what I was looking for. Oddly enough the options mentioned in your document doesn't correspond to those in the help here: http://msdn2.microsoft.com/en-us/library/m ...Show All

  • Visual Basic DateTimePicker

    I want to add a date time picker to a toolbar. What is the best way. I know I can just drop it on there, but it would cover up everything else I add to the toolbar Thanks Brian Hi, I think you may try to put a Button in the Toolbar, and put a Calendar control invisible. After the user click the button, you can show the calendar control. If you still have any concern, please feel free to post here. Best regards, Peter Huang ...Show All

  • SQL Server Copy of standby/readonly DB into a read/write DB

    Any idea to copy a standby/readonly database. We a have a standby/readonly DB from logshipping for hot standby and we would like to make a copy of this standby/readonly DB into a read/write DB in the same server for daily testing. Thanks in advance! Now I see the issue at hand here, sorry. Because of the "slave" database's state in your log shipping topology you cannot perform a backup. I will research if someone else doesnt have a quick answer for you. Derek ...Show All

  • SQL Server Sql server setup

    Hi gurus I am new to sql server and I am in the process to deploy one on my small enterprise, I would like to know if someone can help me, on how to setup the server to better take advantage of the HD,Raid,performance. I have a server with two procesors ,8 ram, total of 5 HD(3x15k and 2x10k) I would like to know what would be the best way to setup the raid and where to install all componets of sql server on this machine. Thanks a bunch guys Sorry you , no I am sorry for the battle, thanks again for battling with me here All my drives are the same size, they are all 146GB but two of them are 10k rpm and 4 of them are 15K rpm, so, do I still keep the same config as per your advice ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Vista Compatibility

    Looking for any hints on when a Vista version will be released. (Note that I'm in the middle of installing the same version as everyone else is right now, but the web site says it won't be out for a bit). I really don't want to put a third OS on my system just so I can run xna express. (I've already got Vista Ultimate 32 and 64 bit on here - starting to get crowded) Dan The compatibility issues are due to VS compatibility so if you get VS SP1 and the VS Vista patch (in beta) then a lot of us are sucessfully running on Vista. The only problem I am seeing is the the VS Version selector app (which is what is run when you open a .sln file) doesn't work at all and I am having to open VS and ...Show All

  • Visual C++ SerialPort's problem again

    Hi Now I have a Mifare Card I need read its' "Serial Number"(SNR), So I give it a Command (the Format :STX + NAD + LEN + INS + LRC)  and (the Command : [02] + "01010505") namespace test1 {  using namespace System;  using namespace System::ComponentModel;  using namespace System::Collections;  using namespace System::Windows::Forms;  using namespace System::Data;  using namespace System::Drawing;  using namespace System::Text;  using namespace System::IO::Ports;  public ref class Form1 : public System::Windows::Forms::Form  {  public: bool cont,cont1;  public: static int msglen  = 44;  public: static const int STX = 0x02;  pub ...Show All

  • Windows Live Developer Forums Dynamic Map Width

    I swear that I have seen the answer to this, however now that I am looking for it, I can not find it anyware. I need to be able to use a width of 100% on my map. However, when I do, the map returns "upper left" and "bottom right" coordinates like it is only 100px wide. Does anyone know how to use a 100% width and get correct coordinates Any help is greatly appreciated. --Erick_the_Redd Yep i'm working in DotNetNuke so i know what your talking about. Haven't finished this part yet but you can work out the position of the map div on the page using this (IE only currently) function GetPos (obj) { var Pos = new Object(); //todo: fix firefox hardcod ...Show All

  • Visual C# Task List Comments in Closed Documents

    Hello I have flaged several lines of code with the TODO marker. The problem is that they dont show up in the task list unless the document is open, is there a way to view all tasks even if the document is closed   -Jacob Blumberg TaylorMichaelL wrote: The desired feature has not been added as of Orcas beta 1. Therefore you probably won't see it until post-Orcas. Still it isn't rocket science. You could create a simple add-in to do the same thing. The biggest issue (beyond parsing the various source languages) is keeping the task list in sync with the files. If the file isn't open in the editor then file modifications aren't tracked (that is a good th ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. persistent backbuffer OR renderTarget (on 360) possible?

    I want to disable backbuffer clear. Though I have removed the Clear from my draw func it still gets cleared to black on Xbox360. Run the same thing on PC and the mystery clear doesn't happen (stuff I'm drawing correctly smears across the screen). I also tried to workaround w/ ResolveBackBuffer to a texture and draw this back at the beginning of each frame but thats not working for me either. In this case my Draw() looks like: Draw Backing Texture using Quad Draw new items ResolveBackBuffer -> Backing Texture I even tried double buffering the backing texture w/ no luck. Thirdly, I tried RenderTargets, but they also seemed to be getting cleared each frame as well! I would think there's gotta be a way for rendertarget contents ...Show All

©2008 Software Development Network