Search results for query: *

  1. jessethebuilder

    Problems finding config files in Excel application

    I am using VS2010 to develop a simple application for work. The project consists of two parts. 1. A Class (.dll) project that has general, utility stuff for the API that I am working with. This project relies on a text file for some lookup information. I use this project in other solution, and...
  2. jessethebuilder

    Question VB.Net Community Noob

    I have gotten a lot of good code help from this website, and I wondered if there as a smart place to share some of the fancy code I wrote to share with whomever might need it.
  3. jessethebuilder

    Question Struggles with Regular Expressions

    I am writing an object to deal with state names. Sometimes I get the 2 letter abbreviation, and sometimes I get the full name. So I am trying to write an object that lets me deal with either. But I have a RegEx problem that I have been on for too long, and I'm stumped. Imports System.Text...
  4. jessethebuilder

    Question Matching Fields Between Objects

    I am using VB.net to send XML between systems. I am using web services, and XSDs to make the classes, and that is going fine. I have one class for the source data, and many classes for where this data is destined to go. So I have a DB object with Property firstName and I have to put that in...
  5. jessethebuilder

    Question Storing data essential to an application

    My name is Jesse, and I am self taught. There is lots I do not know, but I am handy with VB in my own way. I am developing an application that parses spreadsheets and puts the data in an DB and some of it gets turned into XML and delivered through a WebService. I can do all of that, but I have...
  6. jessethebuilder

    Help Communicating Between Forms

    I am a a self-taught programmer so there are some huge gaps in my understanding about programming, but I will try to explain my problem as best I can. I have found the help on vbdotnetforums to be exemplary, and I thank any of you for your help in advance. I am using VS2010. I am writing a...
  7. jessethebuilder

    Question Soap Request - sending a "null" as an integer

    I am working with a Webservice api. The primary key field demands an Integer, but to create a new record, I have to send it a null value. My understanding is that .Net defines strongly typed, native Data Types, and the Integer is 32 Bits, so 0 to 4 Million-what-ever-it-is (unsigned). I cannot...
  8. jessethebuilder

    Question Perhaps a basic programming question

    My name is Jesse, and I am new to these forums. I am completely self taught, so this seems like it may be an elementary question, but any help would be appreciated. I have written some functions in VB.NET that do things like transfer property values from one object to another, or values from an...
Back
Top