Mr. Prez's Q&A profile
Visual FoxPro Pages & Page Frames
Ok this may be a silly question but I can't seem to figure this out. When adding info to Page 1 that works fine but when I click Page 2 tab, it shows me the same info that is on Page 1. How do I add different info to the preceeding pages so that when I click on the tab it reflects it Thanks! See responses in your other thread on this subject (it is better to keep one thread together as long as ...Show All
Visual Basic Refreshing thing in a combo box with thing from a database...
Hi, I'm pretty new to programming and I have a question about Visual Basic 2005 Express edition. I appreciate any input you can give me. I'm writing a program that uses a Microsoft Access database, and I'm linking that database to a combobox. I can fill up the combo box with the contents of my "Name" column of the database, but I want the combobox to refresh either automatically (I guess through a timer) or through the click of a button, either ...Show All
Microsoft ISV Community Center Forums Distributing a Macro across an organization - how to delete existing .bas files within a .dot file?
I have been maintaining a large macro within my workplace. It is basically a find and replace macro that let's the users easily create client documents. It is housed within the Normal.dot template and contains a "MyName" module and "AcctMgr" module. I have just completed an upgrade and I simply want to replace the "AcctMgr" module with a new one. Replacing the whole Normal.dot file just causes too much pain for the person ...Show All
Smart Device Development accessing the strings of the string table
hello everyone could anyone tell me how to get the strings/text in the string table into a control - i mean can i anyways get a string/text from a string table into a control's caption (on a button click or some event) i have a smart device mfc dialog based application. in the application's dialog, i have a static text control and a button. i have included a string table in my application and inserted few strin ...Show All
Visual Studio Express Editions About Combobox
Hi friends. I'm newest user for Visual Studio 2005 VB, i couldn't find right way, I need some information. Sorry My English is not so good. I can explain so; I have one combobox, i connected that to my db(Access) There is so much Column, When i select somthing in Combobox i wish textbox show what a that row compoist for other column. ----------------------------------------------------------------------- | Sno ...Show All
Visual Basic Excel Macro please
Hi, I dont know if is this the right place to post this, sry. I'm writing a little macro in Excel, with the following code: Sub Logger() Dim varNombre As String Dim varApellido As String Dim varLogin As String Range("A1").Select varNombre = ActiveCell.Value Range("B1").Select varApellido = ActiveCell.Value varLogin = varNombre(0) & varApellido Range("C1").Select ActiveCell.Value = varLogin End Sub I need ...Show All
Visual C# Typedef-equivalent in C#?
I pass integer IDs to a variety of functions. I want to create a type for each ID so the compiler can check I am passing the right type. In C I would do this with typedefs. E.g.: typedef int personID; typedef int addressID; void DoSomething(personID p, addressID a) { ... } How can I do this in C# Creating an entire class seems like a lot of overhead. Apparently, it's the using statement./ using pe ...Show All
Visual Basic Having trouble with syntax
Having trouble with syntax What I'm trying to do here is get the value of the IDColumn. I get a wobbly line under tbl at the bottom saying variable tbl is being used before it is assigned a value. A NullReferenceException could result at runtime. Furthermore, I know ToString isn't going to do the trick, but I don't know what member will give me the value. There isn't a value property, which seems a shortcom ...Show All
Windows Forms Does XPander control needs the Manifest?
Hi all, I have tried to develop an Xpander in c#. After created, have several problems that related to an Key I look up and that's not an SN key issue, so after look more at the original solution i saw an manifest resource, but i supose th ...Show All
Visual Studio Express Editions How to save Files with a "SaveFileDialog"
I don't Really know how Can someone tell me how Like you type a string in a textbox and you press a button called "Save" then you want to select the folder you want to save the .txt at. Thanks It's a two step process: a) Get the file name and file path: The SaveFileDialog doesn't save anything: it simply allows your user to navigate to an allowed folder and enter a valid filename. The dialog box looks ...Show All
Visual C# .ngen problem
Anybody know what everything i need to do for regenerate managed .exe file to native .exe file Because i tried to convert some easy program (managed) with ngen.exe (fw1.1 and fw 2.0), and no one works. Why Help. Thanx Well you should still start the old executable, not directly run the one in the native image cache. The runtime will handle the rest. ...Show All
SQL Server sp_send_dbmail generate ansi file attachment format
In sqlmail, it uses "@ansi_attachment=true" to set up your attachment as ansi format. is there any way to do the same in sql server 2005 We do not have it in Database mail today. There were some posting related to this and we have tracking bug for this issue. Please use the below link and vote on the existing bug. http://lab.msdn.microsoft.com/productfeedback/ Thanks, Gops Dwarak ...Show All
Visual C++ msvcr80d.dll not found
I've created a simple Win32 console application. When I try to debug it, I get the message: "This application has failed to start because MSVCR80D.dll was not found. Re-installing the application may fix the problem." The Release version runs fine. Any idea as to what the problem could be Thanks, Jonny This means several things. a) your console application does not have manifest. Either embedded inside or ...Show All
Visual C++ Having several Heaps
This is a little advanced question and didn't know where to post it. I'm doing windows system programming. We can create several Heaps for the same Process. My question is, how can I copy and duplicate a Heap and create an exact copy of it in a different Heap. Both Heaps will be in the same Process of course. Perhaps you could use HeapWalk and CopyMemory SamDav wrote: This is a little advanced question ...Show All
Smart Device Development html component
Hi, do you know if exist some component (.net CF) what can show a html file See these posts as to why the OpenNETCF SDF WebBrowser only supports PPC. http://blog.markarteaga.com/OpenNETCFSDFWebBrowserControl.aspx http://blog.markarteaga.com/WebBrowserControlPartII.aspx ...Show All
