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

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

Sianspheric

Member List

TurboTom
Arun.kumar.sharma
randomblink
briggins5
Mark.Stockton
q3dm6
zhengh
alex ivanov 3
beto81
Sergio Ortiz
xeondev
forrestcupp
ONEWORKNGRL
LogoC
SimonOng
Coach24
losdude
Kitek_06
safewithyou247
Martinp23
Only Title

Sianspheric's Q&A profile

  • Visual Studio Team System Richtextbox with table in asp.net with c# (urgent)

    Hi I want a solution regarding add a table in richtextbox runtime. same like Ms word table. Please provide a sample code or give suggestion. Thanks jenkins start with investigating the Richtextbox.Rtf property Create a table in the word document , create a table and paste it in the Richtextbox. And start investigating the Rtf property of the richtexbox control For empty text in the Richtextbox, the rtf looks like this {\rtf1\fbidis\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 Microsoft Sans Serif;}} \viewkind4\uc1\pard\ltrpar\f0\fs17\par } This is my text looks like in Rtf looks like {\rtf1\fbidis\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 Microsoft Sans S ...Show All

  • Windows Search Technologies Is it possible to programmatically add indexed locations in Vista?

    Hi All, Is it possible programmatically to manage WDS in Vista, for example to add indexed locations (specifically local hard disk locations) I've tried playing with the ISearchCrawlScopeManager interface, and have tried the AddHierarchicalScope method - this didn't return an error, but appeared to have no effect - at least the path I specified didn't appear in the Indexed Locations window (accessed via Control Panel). Maybe this interface isn't meant for this kind of thing, maybe I'm being too simplistic Any guidance, suggestions or sample code would be welcome. Thanks Hiro. Hello All, I think there is a problem with WDS accessing File System on Vista. If I add anything else as URL - the rule is getting added. ...Show All

  • Visual Studio MSB3061: Unable to delete file "bin\Debug\<<DLLName>>". Access to the path '<<ReferencePNE>>' is denied.

    Hello... I'm having problems compiling my project in Visual Studio 2005. After I compile the first time (after startup), I can't compile a second time because the DLL reference appears to be locked. The reference in question is actually a PROJECT reference. I have all references set to CopyLocal = False, but still have the error. This project is still relatively simple... any thoughts Here's the specific message: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(2313,9): error MSB3021: Unable to copy file "obj\Debug\BidManager.Data.dll" to "bin\Debug\BidManager.Data.dll". The process cannot access the file 'bin\Debug\BidManager.Data.dll' because it is being used by another process. Below ...Show All

  • Visual C# How Can I create Windows User Account by calling WMI method to do that ??

    Hi How Can I create Windows User Account by calling WMI method to do that I know that I can create windows user account by using [System.DirectoryEntry] Class as this artical in microsoft support website http://support.microsoft.com/default.aspx scid=kb;en-us;306273 but my question is to create the Windows user Account using WMI methods , How Can I do that and thanks with my best regarding Fraas Hi thanks fr your replay because when I try to do this operation by using [System.DirectoryEntry] Class in asp.net pages I get Error message General access denied error I get this Error Message even I grant administrative permission to the website on the server but when I try to do any ope ...Show All

  • Visual Basic Multipage Tabs

    I want my tabs to be on the left, top to bottom. WHen I align left, the text is sideways. Why Ok...that helped with the coloring of the tab and putting text into the tab if I put it on the left. However, I am new to this platform and I can't seem to figure out how to control the font then. I get a weird font now. Also, with the tabs on the side, all I want is to create stacked rectangles on the left to act as tabs. I can't seem to compress the height beyond 24. Also it keeps the same width as the whole form. Then I see the large buffer or unused area to the right of those rectangles. I can send a screen shot of the goal and what I am currently seeing. I hope I can get a fast response to this. ...Show All

  • Visual Studio 2008 (Pre-release) Guidelines for WPF Forum

    I took a stab at some forum guidelines . (forum goals, guidelines for questioners, guidelines for answerers) Please read and help me evolve them to be the list of our recommended forum usage... Thanks, Rob Relyea Program Manager, WPF Team http://rrelyea.spaces.live.com Rob, I agree that those are good ideas. Those are good things for us, the community members, to do. On the other hand, I think MS should replace this WYSIWYG editor with something more dev-friendly. This editor can be extremely frustrating (code snippets get mangled sometimes, pasting text can take forever sometimes, the font size goes crazy sometimes, etc.) ...Show All

  • Visual Basic Traversing Arrays

    I have a text box that contains a Vendor's name, First and last eg; Randy Thomas. I have another text box that I would like to populate with the first initial of the first name and the first 3 characters of the last name to create a vendor code. I am not sure how to create and traverse an array to do this. can anyone help Thanks in advance. tattoo try this out for size Private Sub Button1_Click ( ByVal sender As Object , ByVal e As System . EventArgs ) Handles Button1 . Click For x As Integer = 0 To Me . TextBox1 . Text . Length - 1 If x = 0 Then Me . TextBox2 . Text = Me . TextBox1 . Text . Substring (0, 1) Else If Char . ...Show All

  • Windows Live Developer Forums Javascript question (how to pass strings with white space?)

    Although this is a javascript question, it's related to VE because I'm writing a webservice function which writes javascript on the server-side. I have a simple question. I want to pass a string value (in my case a tag), to a javascript function: So I have someting like the following: <pre> tagCloud.Append("<a href=# onclick=SetTag(&quot;" + tag + "&quot;) >" + tag + "</a> "); </pre> eventually this is rendered to screen where I have the typical tagcloud that allows a user to click tags and filter stuff. The problem is that when the value "tag" contains whitespace the javascript breaks. I thought by putting &quot; I would solve this... but it's obviously not workin ...Show All

  • Visual C++ Creating files in memory

    hello. is it possible to create files in memory and access it from another processes VC does not provide anything that creates files in memory. The Windows operating system will allow us to create memory-mapped files that are backed by the paging space. That is a very common and efficient way to do IPC. Look in the Platform SDK, including the IPC section. Also use the Windows programming newsgroups and other web sites such as CodeProject and CodeGuru. Since VC does not support what you are asking about, the subject is off-topic for this forum. ...Show All

  • Visual C++ How set filter to restrict connection

    How set filter to restrict connection We only able to block the connection with PF_FILTER_DESCRIPTOR . Thanks, Sorry for english..... It is pretty unlikely you'll get an answer on a C++ General forum for such a highly obscure and specialized topic as Routing and RAS packet filtering. Try one of the SDK news groups at www.microsoft.com/communities. Don't forget to mention exactly what you want to filter and/or restrict... ...Show All

  • .NET Development File system watcher not working!

    I have this: FileSystemWatcher FSW = new FileSystemWatcher ( @"C:/" , "*.*" ); public Main() { InitializeComponent(); } [ STAThread ] static void NewForm() { Application .Run( new Main ()); } private void Main_Load( object sender, EventArgs e) { FSW.Changed += new FileSystemEventHandler (OnChanged); FSW.Created += new FileSystemEventHandler (OnCreated); FSW.Deleted += new FileSystemEventHandler (OnDeleted); FSW.Renamed += new RenamedEventHandler (OnRenamed); FSW.EnableRaisingEvents = true ; FSW.NotifyFilter = NotifyFilters .LastAccess | NotifyFilters .LastWrite | NotifyFilters .DirectoryName | NotifyFilters .FileName; FSW.BeginInit(); } pu ...Show All

  • Visual Studio Team System Is there a way to automate getting latest and doing a team build in Team Foundation?

    I essentially need to do a get latest, do a team build, and publish to a different server. Is there a way to automate this process nightly in TFS Thanks for the reply William, That's the script I had been running but all it does is take me to the Team Site page when I run the .bat file. I have spaces in my project name and my build type, which is the only difference. I have tried using with and without quotes around the project name and build type: start http://tfsserver "Team Foundation Source Control" "Nightly Team Build" /m:dvb10 /d:c:\tfsbuilds Do you see something that I am missing ...Show All

  • Windows Live Developer Forums An Easier Way

    Javascript is like greek to me, and i really do not feel like learning it right now. But i need to put together a map. Does anyone know of a "making a microsoft live map easy" site or some kind of simulator for people like me who are stupid I'm really picky too, so it has to be flexible, but i'm kinda desperate right now. Have you seen the interactive SDK I've got about 30 examples of maps on there, and provide all the soruce code you need. You can literally copy-and-paste the code into Notepad and have a site up and running. Hope that helps! Caleb ...Show All

  • Visual Basic Call a VB 2005 DLL from VB .NET 2003

    I have an executable program written in Visual Basic 2003. I now have a DLL written in Visual Basic 2005. How do I call the 2005 DLL from the 2003 EXE I have tried Reflection and simply CreateObject. Even tried to create a reference. All attempts told me that the DLL was invalid. Help please Rory The solution with the .config file will only work when you run the executable directly from the OS. You won't be able to debug this executable from VS2003(aka play/run button) because the VS2003 debugger expects and uses the 1.1 Framework, and the config file specifies that it should be using the 2.0 Framework. If you don't add the config file, then the 1.1 Framework is loaded, in which case you c ...Show All

  • SQL Server Cursor issues

    I can get it to create the proc, but it dosen't replace the variable or loop through the select list from ziptrendindex. Any ideas on what I'm missing declare @countyname varchar ( 200 ) declare @sql varchar ( 8000 ) declare county_name cursor for select distinct county from ZipTrendIndex open county_name fetch next from county_name into @countyname WHILE @@FETCH_STATUS = 0 BEGIN IF NOT EXISTS ( SELECT * FROM sys.objects WHERE object_id = OBJECT_ID ( N '[dbo].[county' + @countyname + ']' ) AND type in ( N 'U' )) BEGIN set @sql = 'CREATE PROCEDURE dbo.getUpdRecords AS SET NOCOUNT ON Declare @Pro ...Show All

©2008 Software Development Network