RogerDontLikeReports's Q&A profile
Visual FoxPro How to get the folder name?
Hi, I would like to ask for a help regarding how to get the name of a certain files or folder from the specified location on the local hard drives. Any commands and sample codes would be greatly appreciated. Thank you. Alfred N. Roa +639196027475 Alfred, Your question is unclear. If you know the specific location then what do you need more I think you're not asking getdir(), getfile(), adir(),fullpath(),justpath() etc. Would you elab ...Show All
Visual Studio Team System Cannot create new Team Project
I try to create a new Team Project (New Team Project button in Team Explorer window in VS) but it failed. You can find hereafter the log. I'm connected as AD5\slan which is in the Namespace Administrators group. Any idea 04/27/2005 11:28:36.292 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://etbx170:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0.0100142 seconds 04/2 ...Show All
Windows Forms Trust an assembly by Strong Name
Hi ! , I have created a signed .Net control that gets downloaded into the client machine from the web browser . The .net dll that gets downloaded needs File I/O , calls to Win APIs and full printing permissions . The web application is in ...Show All
Windows Forms ListView - how 2 cathc event
I have a ListView with LabelEdit property set to false. I have a short cut assigned F2 which initiates the BeginEdit() method on the selected item of the ListView Control. Now when i Item is in editable mode...i want to Handle the event(which i dont know) that will be generated when some one press some key while the text of the item is still in the editable mode. Please let me know which event will be triggred OR some other way of doin ...Show All
Software Development for Windows Vista workflows memory consumption
dear members, i have some questions that looks basic: first what is the difference between placing an entire code inside workflows or just calling that code. the second question is how the workflow performance/effectiveness could be enhanced. and finaly how does CLR interpret workflows. thanks, Abssi wrote: first what is the difference between placing an entire code inside workflows or just callin ...Show All
Windows Forms seeking help to find specific index in combo box in VB.net
Hi all, how could i get the last index of the item being selected by using ComboBox during the items being added to the combo box control since the last index of the combo box is depends on variance number, it was hard to get the last index of the combo box item being selected by default. I can't quite understand what you're trying to say. Do you simply need the count of the combobox items That's combobox. ...Show All
Visual Studio Express Editions Activation
I've just installed Visual C# Express Beta 2 and the activation is required for each user in my Windows. I'm the only who my computer use. Will be any solution for me in final release to not activate separately for administrator account and for user account The activation key is not same now. Thanks. HI Martin, Yes, it is by design that each user on the computer need to register and activate the products right no ...Show All
Visual C# pass int array from VB6 to C#
Hi All, I’m having trouble passing a VB6 Integer array to a C# method. The rest of the C# methods which receive single Integer parameters work fine when called from VB6. Only the Integer array gives me “Type Mismatch” when called. What do I need to do to fix this -k I always didn't trust types in VB6, try to use in your C# code array of object datatype instead of integers, I'm not sure if thi ...Show All
Visual C++ PostQuitMessage Issue
Hi, I have tried to automate my application through a small VB program. This program runs fine except for when you press the quit button. This button succesfully navigates to the designated function in my C++ code for my application but at this point it fails. All that is in this function is PostQuitMessage(0);. It is on this call that the application locks up, as well as the VB app locking up. I have looked at the ...Show All
.NET Development Checking if I'm online
Hello there! This is my 1st post here and I'd like to greet all people here and ones that are yet to come! I hope we will cooperate just fine. For start, I have a question: I'm making a project with Visual Studio .NET. It is a counter that counts time spent online. (most people in Croatia still use dial-up networking, including me) I'm doing the code in C++. I was wondering how can I check if I have connected to Internet. Another think (I thi ...Show All
Windows Forms Custom formatter
I have to do databinding to a custom object. This custom object has an int property which must be databinded to a textbox with a special format (it's for chess squares, so 0 means "a1", 1 means "a2" , ... , 63 means "h8"). And the databinding must be two-way (editing the textbox will update the int property). I'm not sure how to do this: I have to implement my own IFormatProvider Are there any other ways Thanks, Valentin iliescu ...Show All
SQL Server Install errror in SQLServer 2005 SP1
I have a error instaling SP1 for SQLServer 2005 Standard Edition Spanish. The log is the following: ..... Doing Action: SetInstanceProperty PerfTime Start: SetInstanceProperty : Wed Apr 26 16:02:31 2006 <Func Name='SetInstanceProperty'> MSI (s) (48!D0) [16:02:31:827]: PROPERTY CHANGE: Adding SqlOriginalMachineName property. Its value is 'WS03'. MSI (s) (48!D0) [16:02:31:827]: PROPERTY CHANGE: Adding SqlLegacyRegPath property. Its ...Show All
Windows Search Technologies Feature request: "To" field and word-wrap for plain text
I'm using WDS for quite a while now, but there are two things missing. When I search for e-mails I sometimes miss the column "To", there is only the column "From". There is to my knowledge no way to add the column manually. The other thing is that e-mails in plain text (ASCII) are not shown "word wrapped". Long lines of text run off the righthandside of the screen. You'll have to scroll to read the text. Ju ...Show All
SQL Server Nudging nodes up and down one position in SQL Server 2005
With the following xml snippet, <folder id="B4790C9E-64B2-4818-B639-DB813A231A3F" name="oceans"> <folder id="26A62C24-51D0-42CB-9AEF-6A716F1BFE4" name="pacific" /> <folder id="77446ECF-5178-40BA-915B-2CD52B672452" name="atlantic" /> <folder id="AC78A55B-BDFF-473B-BC95-D113F23BC2C1" name="indian" /> </folder> I'd like to nudge the node for 'indian' above the node for 'atlantic' at the data ...Show All
Windows Forms Hetrogenous Column in datagridview
Hi can we have the hetrogenous columns in the datagridview control like if we want that a column will show the TextBox as well as image in the same column thanks for this help. This is supported for unbound mode. You can add new rows and define each row to have unique cell types such as one row with a TextBox cell and another row with an Image. Here is some code: dataGridView1.ColumnCount = 3; DataGridViewRow row = new Data ...Show All
