BeGran's Q&A profile
Visual Studio Express Editions .color to hex values?
Hello, I have this color dialog which picks out colors and this is where I got so far right now, ---------------------------------------------------- Dim bgSelectedColor As Color ColorDialog1.ShowDialog() bgSelectedColor = ColorDialog1.Color bgColor.BackColor = bgSelectedColor ...Show All
Visual J# Opening/Selecting Editors
Hello, I am having a bit of trouble with what might be a fairly simple task. I am looking to open a rather large (12k lines/ 5M) log file. I was unable to simply insert it within my form in a rich text box ( it just hung). I decided what might be better would be allowing the user to open the file with whichever editor they prefer (WordPad,ConText,ect...) I was unable however to find a way of launching an application (and having it open the ...Show All
Smart Device Development Multiple toolbars on WM5.0
Hi I've got an application in which I display 2 ccommandbars at the same time. One at the bottom, and one on the right side. It works on PPC2003, but WM5.0 only shows the bottom toolbar. I've not recompiled to WM5.0, but am running the PPC2003 code on the WM5.0 emulator. I also have a problem with the bottom toolbar. This toolbar is set to wrapable, and displays to lines of buttons. On the WM5.0 the double toolbar collapse into one lin ...Show All
Smart Device Development What is the difference between ListBox and ComboBox control?
hi, I know one is, listbox, you can select more than one. But in combobox, you only can select one. What else Thanks. A ComboBox is a combination of listbox and edit control. A simple combobox is just a listbox with an edit control at the top; you can select from the list or type. a combobox with style "dropdown" is the same, but the listbox doesn't show up until you click the dropdown glyph. Yo ...Show All
Visual Basic Need help with saving URL Code
Hi All, Ok I've been at this for a week now and obviously I don't get it. I've got some of the code right cause it does work but as soon as I try to save a url it tells me that URI's cannot be put into a richtext box. I have a button that opens a SaveFileDialog box and the way it is now works just fine but when I try to save the url that's in my AxWebBrowser it doesn't work. What I am doing wrong here What am I just not getting (Yes Newbbie ...Show All
Visual FoxPro Cant get FTP commands work
Dear All, After i format my windows i cant test my batch files running and ftp command like mget or mput. MY clients oso met the same problems. now we cant upload data to FTP server.Both of us using win98 OS. Please help. I tested at other pc some can run batch file but but some it just hang at there. ...Show All
Smart Device Development where can I get the DirectXSDK for WinCE?
Where I will get DirectXSDK for WinCE Is it free downloadable Yes, then pl give me the download path. I am using EVC++ 4.2. http://msdn.microsoft.com/directx/directxSDK/default.aspx Also check directX forums. There are some threads around directX in WinCE A related post in this forum http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=84497&SiteID=1 ...Show All
Visual Studio 2008 (Pre-release) z-order in XAML?
Hi, is there any way to change Z-Order in XAML It would be really helpful as not removing and adding items in code Greetings I have a couple of images in a Listbox (bind from dataset) where i have swapped the regular itemspanelfor a wrapPanel instead. With the help of triggers I managed to change the zIndex for the image thats for examples is mouseover and the result is that the image in focus is on top of the others... < Style Tar ...Show All
Visual Basic Inherited Forms
I have a base form with some buttons and a splitter control. On the splitter I have put a panel on each section of the splitter. I have several forms that inherit from this base form. On those forms I have placed controls on one of the panels in the splitter. My problem is that if I make any changes to the base form (even if they are code only), some (not all) of my inherited forms will be screwed up. The controls on these iherited forms that h ...Show All
Windows Forms how to manipulate Listbox
Hi, I've been working on creating Windows Form program. I'm struggling to write a code within Listbox. When I open a players name list from file, they display on Listbox. If I click one of the players in the Listbox, it shows on firstName textbox, lastName textbox, position textbox, and age textbox respectively. I'd like to make a code like if I want to modify the player on each textbox but same name, then click Update, the player's informati ...Show All
Visual Studio Local work copies and IIS
Hi all.. new to VSS so please bear with.. OK I go into VSS thru the .NET 2003 IDE. I select the File/Source Control/Open from source Control . select the project I want to work on... now I have not checked anything out as of yet... correct me if I am wrong at this point. When I select the folder from VSS containing the project/solution I need to modify, IIS creates a new virtual folder named from whatever the folder in VSS is. A ...Show All
SQL Server How to get the Task name inside your custom task
I have a custom task, and during the Execute method I'd like to get hold of the task's name. It appears that this is held on the TaskHost, but I cannot see how to obtain that from within the task itself. Anyone got any ideas Thanks Darren Jamie. I think SourceName is only added to the Variables list if your package has Event Handlers. Allan ...Show All
SQL Server SMO in web app on shared hosting server
Is it possible to use SMO in a web app running under medium trust I can keep getting security exceptions. The only way that I can make it work on my local server is to wrap the smo calls in a custom assembly, sign it, and install it in the GAC. Can I make this work in a shared hosting scenario where I don't have access to install assemblies in the GAC Thanks ...Show All
Visual Studio Express Editions No Framework !
There is any way to use a program made in Visual c# withou needing to install .net framework 2.0 Thanks, Miranda NO. actualy you don't write program from scratch in .net framework you use framework libraries, and engine so your program will not run untill you provide the engine and the supportive libraries , as well as the programs that made with java need JVM to be running on your computer , the pr ...Show All
Visual C# What's the best method to save preferences of a program? could you give me a sample?
What's the best method to save preferences of a program could you give me a sample After I have set some preferences of a program, I hope to save them to disk, when the program restart, the preferences can be restore. there are some type preferences such as string, boolean, number, etc... What's the best method to save preferences of a program Maybe there are the following methods: 1. save them to the Registry of Windows 2. save to XML file ...Show All
