Software Development Network Logo
  • Visual C++
  • VS Express Editions
  • Windows Live
  • Smart Device
  • Visual Studio
  • Windows Forms
  • Microsoft ISV
  • Visual FoxPro
  • Visual J#
  • SQL Server
  • Architecture
  • Visual Basic
  • VS Team System
  • Visual C#
  • Game Technologies

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

RodneyJ

Member List

Phil_
Eric Hainey
paulxray
tamtaly
tgs777
Michael Smit
Philip York
Darnoc
stelioshalk
Isisha
luano
Tomas Frojdo
k-ichiro
DGretlein
Vipul
LewisBraid
Prasa
JLL05
Nikhil Khandelwal - MSFT
Yury P
Only Title

RodneyJ's Q&A profile

  • .NET Development DataView and Sybase

    Hi all, I have a very strange problem with ado.net dataview and sybase. I am upgrading an application from .Net 1.1 to .Net 2.0 and the application is designed to work with either MS SQL Server and Sybase. Therefore, I have 4 combinations: 1) .Net 1.1 and MS SQL Server 2) .Net 1.1 and Sybase 3) .Net 2.0 and MS SQL Server 4) .Net 2.0 and Sybase The frist 3 combinations work prefectly fine. But in the .Net2.0 and Sybase combination, the d ...Show All

  • Visual Basic Does VB allow assignment of data with Row Column

    In a Table, where multiple rows and columns have been defined, CounterTable.ColumnCount, is there a way to supply data (letters and numbers) to that location An apparent solution SetColumn(CounterTable, c1) only refers to controls - is this a case of vocabulary .text never seems to show up as an option. This extreme wordiness is one of the things that bugs me about VB, seems like interior decorating with military vocabulary. Public Sub ...Show All

  • Windows Forms VB express DatePart in datagrid

    Hello I use VB express to discover VB... I use a datetime picker to set a field in an SQL DB (sql express) After, i use a DATASET, DATABINDING, TABLEADAPTER as show in the tutorials to show a datagrid with all my info. Well, everything is running good excepted that the field "DATE" in my datagrid show the "complete" date "dd/mm/yyy hh:mm:ss" and I'd like to see only the DATA part "dd/mm/yyyy" I read a lot of posts in multiple forums but I couldn ...Show All

  • Visual C++ UNICODE-UNICODE-UNICODE!!!

    Again UNICODE Console C++ programs Dear MSDN C++ experts, I have Visual Studio 2005 Professional installed, I need a help issue about something annoying a bit. My professor in college asked us to make a report how to write in name in Arabic using UNICODE, in fact I was unable to make such a program as it's so hard for me as I'm still a beginner. I asked the professor about this issue, he told me that Arabic could be printed out ...Show All

  • Windows Forms Forms Location

    Hello everyone; All of my forms should be opened just at specific location (x,y) related to my base form. (All forms are opening showdialog) I should get the location of my base form(I configured it to open at the center of windows regardless of screen resolution). So I just want to get location X and Y of my base form. I've done this but not applied; MainForm MF = new MainForm(); xoff = MF.Location.X; yoff = MF.Location.Y;   H ...Show All

  • Visual Studio Express Editions Several questions

    Hi, I'm new to VB, but have played with some programming just a little. I'm working on a Windows application that retrieves XML weather for any location you specify. I'd like to know how to deal with XML to use the data I want. If either is possible, I have no preference whether I analyze each line as it's downloaded or I dump it all to a file and deal with it there. I'm totally new to this, so I don't know how it works to specify what X ...Show All

  • .NET Development Send the current display aspx page via Email

    Hello everyone. I would like to send by Email the current display page (web forms), with SMTP, how can I get the current display page and send it as an HTML in the Email body Or how can I get the current display page (Client side) and send it as an HTML in the Email attachment In C# code.   Thank you. Manou. There may actually be a better way if you can use the 2.0 Framework... There is a namespace that seems to indicate the ...Show All

  • Visual Studio Team System Error TF50604 during Installation

    I've got a problem during the installation of the TFS 2005 RC. First I've set up a brand new PC with Windows 2003 Standard, Active Domain Controller (= ADC; and new DNS; the new domain is addc.mydomain, mydomain is an existing NT-domain, but I used "New Tree", so this shouldn't be the problem...) After that I created three new accounts on the ADC-computer (TFSSetup, TFSService, TFSReports), TFSSetup is a Domain Admin, the two others ar ...Show All

  • Visual Studio Express Editions Icons for my Application????

    HI all., I'm Back due to the spedd and accuracy of the help I received with my last question! This may seem obivious or silly to some- but how do I control what icon windows uses for my application when veiwed in an explorer window Is this even do-able in VC++ Exp Ed I've tried the form icon field in Designer, but that only seems to set the icon for the taskbar. Again, any help would be greatly appreciated. Cherrs DT. ...Show All

  • Visual Studio Team System Disappearing transactions

    Hi I have a VB coded test case that looks like this 1. login 2. Do HTTP operation 1 3. While (true) 4. Begin Transaction (operation2) 5. Do Operation2 6. End Transaction (operation2) 7. end while Until I had an infinite loop in there with while, I could see transaction operation2 getting reported both at the aggregate level and at the scenario level. After putting while loop in I do not see transactions getting reporte ...Show All

  • Visual Studio Team System Automatically create Work Items?

    Hi, We have a process requirement - when we create a Work Item, it should automatically create more WIs (eg: create Review WIs when a Task is created). Could we do this by any out-of-box feature or by any simple configuration If no, could we achieve this by extensibility If yes which extensibility (I guess WI object model and Eventing service - please correct if I am wrong). If this is the only solution, could you provide me any link to ...Show All

  • Visual Studio Team System Testing Policies for Check in with SourceSafe

    I can create a testing policy that uses one test list that I have created. If I try to create a Policy with two test lists only the second test list is used. I understand that it should be possible to do this, here is the Config String that I have tried: /testmetadata:"C:\Team Systems\Unit Testing\AuthCode Algorithm.vsmdi" /testlist:Standardise Tests 1, 2 /testlist:Tests 1 to 14 Can anyone see what I am doing wrong or is this a bug ...Show All

  • Visual Basic ADO/Access Questions

      I've had a moderate amount of of experience with access databases in vb6. We'd declare a file system object and from that declare a workspace and from that a record set descriptor. One could picture and understand what was happening. VS2005 is different though. You could create and delete tables and define them dynamically. VS2005 seems to be different. It seems that things are done up front in the IDE Almost as if the relatio ...Show All

  • .NET Development New Cryptographic features of .Net 2.0

    I'm looking for code about the new X509Certitficate2 class, and how to manage digital signatures to be compatible with CAPICOM thx rido For the beta release of the documentation, X509Certificate2 was called X509CertificateEX.  You can find the Beta docs here:  http://msdn2.microsoft.com/library/ms148409(en-us,vs.80).aspx . Stephen ...Show All

  • Visual Basic vb.net and crystal report

    I am currently working in an access database.Using vb.net, I made a form wherein a user can sort data he wanted to generate in a report...sorting are done by selecting the order_date of the transaction(e.g. from 12/01/2005 to 05/03/2006) then he had to select an account(e.g. company name) and lastly exam(e.g. urine test)...Upon completing the selection on the three fields, I want to generate the report base on the selection...I am obliged ...Show All

©2008 Software Development Network

powered by phorum