gabix's Q&A profile
Visual Basic Connect to MySQL through VB over Web
I'm a total newbie to VB & .NET stuff, so here are my questions: - I want to create an application that will eventually: 1) Connect to an LAMP server (Linux, Apache, MySQL, PHP) <- that's a hard bit 2) Grab info from a specified page (this can be done through the use of a browser window) 3) Enter info from a VB form into the browser window using the POST format. Is this possible, and if it is, how hard would you rate it (out of 10 ) Thanks in advance PS: The website is: http://amo.cheesy.ca . If you want to get data from mysql server you should install the newest ODBC drivers or MyODBC or MySQL-Connec ...Show All
Visual FoxPro Run codes after exe corrupts
Dear Experts I am using VFP6 on Windows98 platform. When I run following Exe then sometimes I have to face following error message D:\ginning\accounts.exe is not a Visual Foxpro .Exe file Is it possible to run following codes, when above error messge occure Please help oldFile=curdir()+'\accounts.exe' oldFile2= CURDIR()+'\FIX\accounts.ABC' file1=ADDBS(JUSTPATH(oldFile)) if file(file1) FSO = Createobject("Scripting.FileSystemObject") fldr = fso.Deletefile((sys(5)+alltrim(sys(2003)))+'\accounts.exe') FSO = .Null. endif FSO = Createobject("Scripting.FileSystemObject") lcFileSource = oldfile2 FSO.CopyFile(lcFileSource, curdir()+ ...Show All
Visual Studio How to subscribe other users events like check-in
Hi, I'm using vss 6.0d and develop in c#. I need to monitor other users actions. For instance, how can I know that other user has just checked in file. I need to create simple windows form that show messagebox. Thanks, Eitan. Hi Eric, At this moment my application doesn't need to support the VSTS. In the future I might be need to support so, Thanks a lot. Eitan. ...Show All
Windows Forms line and column of cursor in a textbox
Hi everybody ... How can I show line and column of my cursor in a multiline textbox,in statusar bar,like Notepad. ...Show All
Visual Studio Visual SourceSafe Compatibility Matrix
It looks like there is no way to use VSS 6.0d's SourceSafe Explorer to browse a VSS 8.0 data store via web services. Does anyone know of an open source equivalent that can access a VSS 8.0 data store via web services In any case, I've been attempting to verify the following scenarios. Can some please confirm this VSS 6.0d Data Store File System VSS 8.0 Data Store File System (same as 6.0d) VSS2005 Team Foundation SQL Server 2005 VSS 6.0d SourceSafe Explorer Yes Yes No Visual Studio 2003 Yes Yes No Visual Studio 2003 with Remote Web Access Not Available Is ...Show All
.NET Development Application update toolbox for .Net?
Many recent applications include some auto-update features in one form or an other. I would like to know if there is a toolbox to do that with .Net Thanks in advance, Joannes Hi Joannes, A ClickOnce application is a client application, generally a WinForms app. It could install a service when it started up the first time (assuming that it had the correct permissions), but it cannot be a service by itself. ClickOnce apps have a data directory where they can store data files to read and write from. There's also application scoped isolated storage, which allows a ClickOnce app to have files which ...Show All
Visual C++ How to get all the Child Control of the Window Opened
Dear Guys, I want to get the control Information of all the Control. Here is the scenario: ---------------------- -> When u open a window -> Using GetWindow we can get the next child window in the Parent -> Using this we can't get the static text information Now is there any way to get the Information from the static text Control. Thanks in Advance Check the window with Spy++! If the text is directly drwan into the parent, or better directly drawn as the background for the other controls yo ...Show All
Visual Studio Express Editions installing express editions on same computer as full editions
This refers to the final products. Can we have visual web developer express and sqlserver express alongside vs stuidio 2005 and sqlserver 2005 developer edition Any issues dennist685 I'm new to asp.net and the express edition might help me learn it faster. Am I wrong dennist685 ...Show All
Visual Studio Tools for Office BUG, OutLook 2003 Add-in only installs for one user.
The Outlook 2003 Add-in only installs for the logged in or current user despite programmactically specifying otherwise. The following statement in "Custom Action, SetSecurity" does not work. /allUsers=[ALLUSERS] Or... /allUsers="1" It's very important that this work correctly. When a programmer instructs the machine using a language the commands are supposed to work ;) I have a large deployment to perform in a multi-user environment. Please someone, how can I get this fixed Thanks in advance, Ron |<:^) This mostly works. I changed the location of the registery en ...Show All
Visual Basic HOWTO: access a folder on another machine and/or network using alternate credentials
I have a support application which contains, amoung other things, the software versions of our software for each of our customers. This application (obviously the front end of a DB) also has all the info needed to remotely connect to most of our customers. What I would like to be able to do is, once connected to a customer, be able to click a button on the support program that will go to a folder, using the login credentials stored in our support db, and retrieve the versions of the software installed on the customers machine (the get versions code I already have). How do I "open" a folder with alternate login credentials in VB6 so that I ...Show All
.NET Development XML selectSingleNode Issue....
i'm trying to extract the data in black below using selectSingleNode It works with everything else i'm extracting from the xml file, just not this.... Not working.... strXML(i) = strXML(i) & objNode.selectSingleNode ("Case/StatusUpdate").Text & "|" < StatusUpdate > < Beh Id =" 2 " Name =" Nutrition " /> < Met Id =" 38 " Name =" Unknown " /> < Status Id =" 1 " Name =" Determined Readiness " /> < StageChange Id =" 3 " Name =" Preparation " /> < Statu ...Show All
.NET Development new to Web App - problem w/ IIS
Hi out there - - This is the message that comes up when I attempt to Open a new Project as a ASP. NET Web Application rather than a Windows Application: Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services. Looking in the 'About' area of Visual.NET I read that I have the: Microsoft Development Environment 2003 version 7.1.3088 Microsoft .NET Framework 1.1 version 1.1.4322 SP1 Not sure where I am suppose to find IIS - I don't see it under my Programs in Control Panel...... Not sure what ...Show All
Windows Forms Automatically scroll to the end of text in a multiline textbox
Hello, I have a multiline textbox where I add text programmatically. When text was added and the text length exceeds the visible part of the TextBox I want to scroll programmatically to the end of the text. I'm looking for something like the EnsureVisible property for a ListNode or TreeNode but couldn't find anything. Thanks, Uwe Ok, no help from&nb ...Show All
Visual Basic Blair Allen Stark
Here is the problem I am working on. It asks me to use the method CalculateCharges, but I don't fully understand how to do this or how it works. I would be grateful for any input. Lab Problem III A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period is $10.00. Assume that no car parks for longer than 24 hours at a time. Develop a console program that calculate and displays the charges for each customer who parked a car in this garage yesterday. ...Show All
Visual Studio 2008 (Pre-release) OnMediaEnded and weird MediaElement.Play behavior
I do not want to use a StoryBoard, but wanted to loop a video. I put a MediaElement with LoadedBehavior set to Manual. MediaElement.Play is used to play the video. There's also an event handler for OnMediaEnded where MediaElement.Play is called again - to repeat the video. This has no effect - the video is not replayed. I put a call to Stop before calling Play again - no effect. *But*, if I change the Source property to a different video, Play works. This looks like a bug to me. It's almost as if Play checks to see if the Source has changed, and if it has, it plays the video, else it does nothing. Is this an intended feature Or is this ...Show All
